fix light colors in nvim 0.3.2
This commit is contained in:
parent
5a0e0b0665
commit
a6d2e0809f
@ -1,6 +1,9 @@
|
|||||||
" 16 colors only
|
" 16 colors only
|
||||||
set t_Co=16
|
set t_Co=16
|
||||||
|
|
||||||
|
" Use dark colors
|
||||||
|
set bg=light
|
||||||
|
|
||||||
" Code
|
" Code
|
||||||
highlight Cursor ctermfg=14
|
highlight Cursor ctermfg=14
|
||||||
highlight Keyword ctermfg=06
|
highlight Keyword ctermfg=06
|
||||||
|
Loading…
Reference in New Issue
Block a user