StatusLineTerm[NC]
This commit is contained in:
parent
7c6b59228b
commit
ffc7e80e7a
|
@ -58,6 +58,10 @@ call SetColor('ModeMsg', '#c6c6c6', '', '#333333', '', 'itali
|
|||
|
||||
call SetColor('MoreMsg', '#c6c6c6', '', '#333333', '', 'italic')
|
||||
call SetColor('NonText', '#767676', '', '#bbbbbb', '', '')
|
||||
|
||||
call SetColor('StatusLineTerm', '', '', '', '#333333', 'bold')
|
||||
call SetColor('StatusLineTermNC', '', '', '#666666', '', '')
|
||||
|
||||
call SetColor('Pmenu', '#585858', '#121212', '#666666', g:ui_l_bg, '')
|
||||
call SetColor('PmenuSel', '#b2b2b2', '#121212', '#333333', '#c7c7c7', '')
|
||||
call SetColor('PmenuSbar', '#333333', '#121212', '', '#c0c0c0', '')
|
||||
|
|
Loading…
Reference in New Issue