Skip to content

Not possible to set background color of unchanged lines #228

@lrustand

Description

@lrustand

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")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions