diff --git a/colors.vim b/colors.vim index 2dc676a..58f212a 100644 --- a/colors.vim +++ b/colors.vim @@ -1,6 +1,9 @@ " 16 colors only set t_Co=16 +" Use dark colors +set bg=light + " Code highlight Cursor ctermfg=14 highlight Keyword ctermfg=06