Make Special darker and lose background
The explicit background is annoying. Use the natural background and make the fg a bit darker to enhance contrast.
This commit is contained in:
parent
d076880470
commit
7aa4867288
|
@ -22,13 +22,13 @@ hi MatchParen ctermbg=yellow
|
||||||
hi Normal guifg=black guibg=white
|
hi Normal guifg=black guibg=white
|
||||||
hi PreProc term=underline ctermfg=Magenta ctermbg=253 guifg=Purple
|
hi PreProc term=underline ctermfg=Magenta ctermbg=253 guifg=Purple
|
||||||
hi Search term=reverse cterm=NONE ctermfg=White ctermbg=Cyan gui=NONE guifg=Black guibg=Cyan
|
hi Search term=reverse cterm=NONE ctermfg=White ctermbg=Cyan gui=NONE guifg=Black guibg=Cyan
|
||||||
hi Special term=bold ctermfg=DarkMagenta ctermbg=253 guifg=Magenta
|
hi Special term=bold ctermfg=53 ctermbg=NONE guifg=Magenta
|
||||||
hi Statement term=bold ctermfg=DarkBlue gui=NONE guifg=Brown
|
hi Statement term=bold ctermfg=DarkBlue gui=NONE guifg=Brown
|
||||||
|
|
||||||
" Use color 226 (pale yellow) instead of the default yellow, because I refined
|
" Use color 226 (pale yellow) instead of the default yellow, because I refined
|
||||||
" the default yellow to orange for better contrast against a light background
|
" the default yellow to orange for better contrast against a light background
|
||||||
" (there are way too many command line tools that assume a black background and
|
" (there are way too many command line tools that assume a black background and
|
||||||
" lightlight stuff in yellow).
|
" hilight stuff in yellow).
|
||||||
hi StatusLine term=bold,reverse cterm=NONE ctermfg=226 ctermbg=DarkGray gui=NONE guifg=Yellow guibg=DarkGray
|
hi StatusLine term=bold,reverse cterm=NONE ctermfg=226 ctermbg=DarkGray gui=NONE guifg=Yellow guibg=DarkGray
|
||||||
|
|
||||||
hi String term=bold ctermfg=90 ctermbg=NONE guifg=Magenta
|
hi String term=bold ctermfg=90 ctermbg=NONE guifg=Magenta
|
||||||
|
|
Loading…
Reference in New Issue