statusline and statuslinenc different so no more ^
This commit is contained in:
parent
5a8e4ce1be
commit
240906738f
|
@ -122,7 +122,6 @@ hi CRHtmlSpecialDark ctermfg=61 guifg=#5f5faf
|
|||
" hi CRHtmlString ctermfg=105 guifg=#8787ff
|
||||
"}}}
|
||||
|
||||
|
||||
" CSS colours
|
||||
hi CRCssBaseBright ctermfg=40 guifg=#00d700"{{{
|
||||
hi CRCssBase ctermfg=28 guifg=#008700
|
||||
|
@ -233,7 +232,7 @@ hi MatchParen ctermfg=255 guifg=#ffffff ctermbg=241 guibg=#292929 gui=under
|
|||
|
||||
" status line
|
||||
hi clear StatusLine"{{{
|
||||
hi StatusLine ctermfg=238 guifg=#444444 ctermbg=232 guibg=NONE gui=NONE
|
||||
hi StatusLine ctermfg=239 guifg=#555555 ctermbg=232 guibg=NONE gui=NONE
|
||||
hi StatusLineNC ctermfg=238 guifg=#444444 ctermbg=232 guibg=NONE term=none cterm=none gui=NONE
|
||||
|
||||
hi StatusLineNormal ctermfg=243 guifg=#777777 ctermbg=234 guibg=#1c1c1c term=none cterm=none
|
||||
|
|
Loading…
Reference in New Issue