mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
dont highlight statuslineNC twice
This commit is contained in:
parent
62b347d3bf
commit
59eff592e0
1 changed files with 0 additions and 1 deletions
|
|
@ -83,7 +83,6 @@ 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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue