fix(nvim) make the Title highlight readable

This commit is contained in:
Bruno Carlin 2022-04-02 22:38:38 +02:00
parent b2f06e16b8
commit 36e21266db

View file

@ -304,7 +304,7 @@ highlight {name="TabLineFill", fg=colors.base0, bg=colors.base02, attrs={attrs.u
highlight {name="TabLineSel", fg=colors.base01, bg=colors.base2, attrs={attrs.underline, attrs.reverse}, sp=colors.base0} highlight {name="TabLineSel", fg=colors.base01, bg=colors.base2, attrs={attrs.underline, attrs.reverse}, sp=colors.base0}
-- Title titles for output from ":set all", ":autocmd" etc. -- Title titles for output from ":set all", ":autocmd" etc.
highlight {name="Title", fg=colors.orange, bg=colors.base2, attrs={attrs.bold}} highlight {name="Title", fg=colors.orange, attrs={attrs.bold}}
-- Visual Visual mode selection -- Visual Visual mode selection
-- VisualNOS Visual mode selection when vim is "Not Owning the -- VisualNOS Visual mode selection when vim is "Not Owning the