Use dim gray for dark background color classes.
Thanks to Phil Hagelberg!
This commit is contained in:
parent
20c9eccccf
commit
670cbf80e5
1 changed files with 4 additions and 1 deletions
5
magit.el
5
magit.el
|
@ -97,7 +97,10 @@ Many Magit faces inherit from this one by default."
|
|||
:group 'magit)
|
||||
|
||||
(defface magit-item-highlight
|
||||
'((t :background "gray95"))
|
||||
'((((class color) (background light))
|
||||
:background "gray95")
|
||||
(((class color) (background dark))
|
||||
:background "dim gray"))
|
||||
"Face for highlighting the current item."
|
||||
:group 'magit)
|
||||
|
||||
|
|
Loading…
Reference in a new issue