git-gutter icon indicating copy to clipboard operation
git-gutter copied to clipboard

Not possible to set background color of unchanged lines

Open lrustand opened this issue 2 years ago • 1 comments

It is not possible to change the background color of unchanged lines. I tried the following, which did not produce an error, but did not work either.

(set-face-background 'git-gutter:unchanged "red")

However all of these work:

(set-face-background 'git-gutter:modified "red")
(set-face-background 'git-gutter:added "red")
(set-face-background 'git-gutter:deleted "red")

lrustand avatar Oct 14 '23 20:10 lrustand

Also, I wish there was a way to set the background once for all of them, instead of having to specify it four times.

lrustand avatar Oct 14 '23 20:10 lrustand