morhetz / gruvbox

Retro groove color scheme for Vim
13.59k stars 1.1k forks source link

Link Operator to foreground but not background #332

Open mkhl opened 4 years ago

mkhl commented 4 years ago

The Normal group sets both foreground and background. When 'cursorline' is enabled and the current line contains an Operator, the background defined for Normal "wins" and overrides the background defined for CursorLine.

This change links Operator to GruvboxFg1 instead which uses the same foreground but does not override the background.