re-add statuslinenc hl

This commit is contained in:
siduck76 2021-09-26 23:45:00 +05:30
parent 59eff592e0
commit 01ed098758

View file

@ -83,6 +83,7 @@ local function apply_base16_theme(theme)
highlight("LineNr", theme.base03, "NONE", nil, nil)
highlight("SignColumn", theme.base03, "NONE", nil, nil)
highlight("StatusLine", theme.base04, "NONE", "none", nil)
highlight("StatusLineNC", theme.base03, "NONE", "none", nil)
highlight("VertSplit", theme.base02, "NONE", "none", nil)
highlight("ColorColumn", nil, theme.base01, "none", nil)
highlight("CursorColumn", nil, theme.base01, "none", nil)