fix(nvim) make the Title highlight readable
This commit is contained in:
parent
b2f06e16b8
commit
36e21266db
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue