You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some highlight groups define a background color that seems unnecessary, and that overrides the color of some other elements, like the cursorline. This happens with Normal, htmlBold*, htmlItalic, htmlUnderline*, and probably some others too.
As an example, here's what happens for these highlight groups when they are in the cursorline:
The background of the last word overrides the background of the cursorline. I would expect these highlight groups to blend in with the rest, possibly not defining any background color.
Problem
Some highlight groups define a background color that seems unnecessary, and that overrides the color of some other elements, like the cursorline. This happens with
Normal
,htmlBold*
,htmlItalic
,htmlUnderline*
, and probably some others too.As an example, here's what happens for these highlight groups when they are in the cursorline:
The background of the last word overrides the background of the cursorline. I would expect these highlight groups to blend in with the rest, possibly not defining any background color.
Environment
gruvbox_256palette.sh
To reproduce
Start editing an empty buffer, and paste the following text at the beginning of the buffer:
Then, manually apply some highlight to the last word of each line. For instance, inside
nvim
, run the following 4 commands:The text was updated successfully, but these errors were encountered: