Change vim colors for light theme
This commit is contained in:
parent
e81f56d95f
commit
06ecbe60a0
1 changed files with 5 additions and 1 deletions
|
@ -60,5 +60,9 @@ end
|
|||
|
||||
if $TERM=="xterm-kitty" || match($TERM, '-256color$')
|
||||
set termguicolors
|
||||
if &bg=="dark"
|
||||
colorscheme sierra
|
||||
else
|
||||
colorscheme PaperColor
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue