make the statusline and statuslineNC different

This is to support airline and lightline
This commit is contained in:
Patrick Stockwell
2018-12-16 11:45:03 +11:00
parent 05cd9f51a0
commit 1eec2f9f2c

View File

@@ -99,8 +99,8 @@ call Highlight("NonText", s:darker_grey, s:none, s:none)
call Highlight("TabLineFill", s:none, s:darker_grey, s:none)
call Highlight("LineNr", s:darker_grey, s:none, s:none)
call Highlight("VertSplit", s:darker_grey, s:charcoal, s:none)
call Highlight("StatusLine", s:white, s:darker_grey, s:none)
call Highlight("StatusLineNC", s:white, s:darker_grey, s:none)
call Highlight("StatusLine", s:white, s:dark_grey, s:none)
call Highlight("StatusLineNC", s:light_grey, s:darker_grey, s:none)
call Highlight("Exception", s:magenta, s:none, s:bold)
call Highlight("MatchParen", s:magenta, s:none, s:underline)