StatusLineTerm[NC]

This commit is contained in:
ManjaroOne666 2018-05-30 14:51:14 +01:00
parent 7c6b59228b
commit ffc7e80e7a
1 changed files with 4 additions and 0 deletions

View File

@ -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', '')