diff --git a/vim/plugin/colors.vim b/vim/plugin/colors.vim index 8158dbd..306833d 100644 --- a/vim/plugin/colors.vim +++ b/vim/plugin/colors.vim @@ -60,5 +60,9 @@ end if $TERM=="xterm-kitty" || match($TERM, '-256color$') set termguicolors - colorscheme sierra + if &bg=="dark" + colorscheme sierra + else + colorscheme PaperColor + end end