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:
parent
a881d3e62a
commit
2188095b2f
@ -5,5 +5,3 @@ if exists(':GuiFont')
|
|||||||
GuiFont Source\ Code\ Pro:h9
|
GuiFont Source\ Code\ Pro:h9
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
colorscheme fresh
|
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user