gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Diff lines should preserve foreground colors #173

Open jerryyin opened 2 years ago

jerryyin commented 2 years ago

Description

Right now diff lines:

This is so that lines retain their syntax highlighting in the diff mode, while the backgrounds are highlighted.

Example

To illustrate the point, solarized color scheme allow diff mode preserve the foreground color while having non-eye-popping color from background, gruvbox should be able to do it too.

image

For solarized implementation refer to this commit.