Change vim colors for light theme

This commit is contained in:
Talia 2023-06-26 09:40:35 +02:00
parent e81f56d95f
commit 06ecbe60a0

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