Change vim colors for light theme

This commit is contained in:
Talia 2023-06-26 09:40:35 +02:00
parent e81f56d95f
commit 06ecbe60a0
1 changed files with 5 additions and 1 deletions

View File

@ -60,5 +60,9 @@ end
if $TERM=="xterm-kitty" || match($TERM, '-256color$')
set termguicolors
if &bg=="dark"
colorscheme sierra
else
colorscheme PaperColor
end
end