feat(nvim): add VertSplit highlight to my color theme

This commit is contained in:
Bruno Carlin 2022-06-15 11:18:20 +02:00
parent f3a0cca092
commit ed6177deee

View file

@ -184,6 +184,7 @@ highlight {name="ErrorMsg", fg=colors.base03, bg=colors.red, attrs={attrs.bold}}
-- WinSeparator separators between window splits
highlight {name="WinSeparator", link="Normal"}
highlight {name="VertSplit", link="WinSeparator"}
-- Folded line used for closed folds
highlight {name="Folded", fg=colors.base0, bg=colors.base02, sp=colors.base03, attrs={attrs.underline, attrs.bold}}