Fix
This commit is contained in:
parent
979368bfad
commit
f731cab3c0
|
@ -56,12 +56,13 @@ hi lCursor guifg=bg guibg=fg
|
||||||
" 5 = magenta
|
" 5 = magenta
|
||||||
" 6 = cyan
|
" 6 = cyan
|
||||||
" 7 = white
|
" 7 = white
|
||||||
|
hi String ctermfg=5
|
||||||
hi Pmenu ctermfg=7 ctermbg=235
|
hi Pmenu ctermfg=7 ctermbg=235
|
||||||
hi Comment term=bold cterm=italic ctermfg=27 guifg=#406090
|
hi Comment term=bold cterm=italic ctermfg=27 guifg=#406090
|
||||||
hi Constant term=underline ctermfg=5 guifg=#c00058
|
hi Constant term=underline ctermfg=5 guifg=#c00058
|
||||||
hi Special term=bold ctermfg=5 guifg=SlateBlue
|
hi Special term=bold ctermfg=5 guifg=SlateBlue
|
||||||
hi Identifier term=underline cterm=NONE ctermfg=87 guifg=DarkCyan
|
hi Identifier term=underline cterm=NONE ctermfg=87 guifg=DarkCyan
|
||||||
hi Statement term=bold ctermfg=190 guifg=Brown
|
hi Statement term=bold cterm=none ctermfg=190 guifg=Brown
|
||||||
hi PreProc term=underline ctermfg=166 guifg=Magenta3
|
hi PreProc term=underline ctermfg=166 guifg=Magenta3
|
||||||
hi Type term=underline ctermfg=46 gui=bold guifg=SeaGreen
|
hi Type term=underline ctermfg=46 gui=bold guifg=SeaGreen
|
||||||
hi Ignore ctermfg=7 guifg=bg
|
hi Ignore ctermfg=7 guifg=bg
|
||||||
|
|
Loading…
Reference in New Issue