better normal colour

This commit is contained in:
ManjaroOne666 2017-12-27 14:03:43 +00:00
parent 7e73384630
commit ce86083b48
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ set fillchars=stl:\ ,stlnc:\ ,vert:\
let colors_name = "customred256"
hi Normal ctermfg=130 ctermbg=none
hi Normal ctermfg=246 ctermbg=none
hi! def link ErrorMsg CRError
@ -290,7 +290,7 @@ hi PmenuSel ctermfg=249 ctermbg=233
" definitions
hi Visual ctermfg=235 ctermbg=255
hi Todo ctermfg=251 ctermbg=none
hi Search ctermfg=255 ctermbg=235
hi Search ctermfg=255 ctermbg=236
hi def link IncSearch Search