emacsorphanage/git-gutter

Not possible to set background color of unchanged lines

Opened this issue · 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")

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