add StatusLineTerm highlights (#119)

This commit is contained in:
Julian Sniffen 2018-12-22 11:57:31 -05:00 committed by Derek Sifford
parent f24e259073
commit 88b2e40869

View file

@ -236,6 +236,8 @@ set background=dark
call s:h('Normal', s:fg, s:Background())
call s:h('StatusLine', s:none, s:bglighter, [s:attrs.bold])
call s:h('StatusLineNC', s:none, s:bglight)
call s:h('StatusLineTerm', s:none, s:bglighter, [s:attrs.bold])
call s:h('StatusLineTermNC', s:none, s:bglight)
call s:h('WildMenu', s:bg, s:purple, [s:attrs.bold])
call s:h('CursorLine', s:none, s:subtle)