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