Always use fresh colorscheme on Windows

Windows Terminal has support for 256 color so there is not need to
restrict where to use `fresh` as the `colorscheme`.
This commit is contained in:
Kenneth Benzie 2021-07-11 16:53:22 +01:00
parent a881d3e62a
commit 2188095b2f
2 changed files with 1 additions and 5 deletions

View File

@ -5,5 +5,3 @@ if exists(':GuiFont')
GuiFont Source\ Code\ Pro:h9 GuiFont Source\ Code\ Pro:h9
endif endif
endif endif
colorscheme fresh

View File

@ -8,7 +8,5 @@ if !platform#is_windows() &&
echo "Setup the shell to do something similar on load" echo "Setup the shell to do something similar on load"
echo "env TERM=xterm-256color /usr/bin/zsh" echo "env TERM=xterm-256color /usr/bin/zsh"
endif endif
if !platform#is_windows() || has("gui_running")
colorscheme fresh colorscheme fresh
endif
syntax sync minlines=1000 syntax sync minlines=1000