fix light colors in nvim 0.3.2

This commit is contained in:
Michele Guerini Rocco 2019-02-03 04:25:06 +01:00
parent 5a0e0b0665
commit a6d2e0809f
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -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