statement
This commit is contained in:
parent
66e3879daf
commit
b47a440582
|
@ -38,9 +38,9 @@ hi clear WildMenu
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
hi Normal guifg=#5c524c ctermbg=none guibg=#000000"{{{
|
hi Normal guifg=#473f3b ctermbg=none guibg=#000000"{{{
|
||||||
else
|
else
|
||||||
hi Normal guifg=#5c524c ctermbg=none guibg=NONE
|
hi Normal guifg=#473f3b ctermbg=none guibg=NONE
|
||||||
endif
|
endif
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
@ -126,25 +126,22 @@ hi WildMenu guifg=#aaaaaa guibg=NONE
|
||||||
" hi CRSpecialDark guifg=#880000
|
" hi CRSpecialDark guifg=#880000
|
||||||
|
|
||||||
|
|
||||||
hi mNoiseBright guifg=#414141
|
hi CRSpecial guifg=#544d4a
|
||||||
hi mNoise guifg=#363636
|
|
||||||
hi mNoiseDark guifg=#262626
|
hi CRValueBright guifg=#544d4a
|
||||||
|
hi CRValueBold guifg=#544d4a cterm=bold gui=bold
|
||||||
|
hi mType guifg=#544d4a
|
||||||
|
|
||||||
|
hi CRStatementBright guifg=#665b56
|
||||||
|
hi CRStatement guifg=#544d4a
|
||||||
|
hi CRStatementDark guifg=#4a3c36
|
||||||
|
|
||||||
hi mCommentBright guifg=#373737 gui=bold cterm=bold
|
hi mCommentBright guifg=#373737 gui=bold cterm=bold
|
||||||
hi mComment guifg=#343434 gui=italic cterm=italic
|
hi mComment guifg=#343434 gui=italic cterm=italic
|
||||||
" TODO ffkdfkfj fjfj
|
|
||||||
" TODO ffkdfkfj fjfj
|
|
||||||
|
|
||||||
hi mType guifg=#4f4946
|
hi mNoiseBright guifg=#414141
|
||||||
|
hi mNoise guifg=#363636
|
||||||
hi CRValueBright guifg=#d0d0d0
|
hi mNoiseDark guifg=#262626
|
||||||
hi CRValueBold guifg=#a8a8a8 cterm=bold gui=bold
|
|
||||||
|
|
||||||
hi CRStatementBright guifg=#6a5555
|
|
||||||
hi CRStatement guifg=#5a4545
|
|
||||||
hi CRStatementDark guifg=#483d3d
|
|
||||||
|
|
||||||
hi CRSpecial guifg=#aa0000
|
|
||||||
|
|
||||||
hi CRError guifg=#eeeeee guibg=#8f2a2a
|
hi CRError guifg=#eeeeee guibg=#8f2a2a
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue