feat(nvim): add VertSplit highlight to my color theme
This commit is contained in:
parent
f3a0cca092
commit
ed6177deee
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ highlight {name="ErrorMsg", fg=colors.base03, bg=colors.red, attrs={attrs.bold}}
|
||||||
|
|
||||||
-- WinSeparator separators between window splits
|
-- WinSeparator separators between window splits
|
||||||
highlight {name="WinSeparator", link="Normal"}
|
highlight {name="WinSeparator", link="Normal"}
|
||||||
|
highlight {name="VertSplit", link="WinSeparator"}
|
||||||
|
|
||||||
-- Folded line used for closed folds
|
-- Folded line used for closed folds
|
||||||
highlight {name="Folded", fg=colors.base0, bg=colors.base02, sp=colors.base03, attrs={attrs.underline, attrs.bold}}
|
highlight {name="Folded", fg=colors.base0, bg=colors.base02, sp=colors.base03, attrs={attrs.underline, attrs.bold}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue