Tone down diff-added and diff-removed in light themes
* lisp/vc/diff-mode.el (diff-removed, diff-added): Tone down light background colors (bug#33567).
This commit is contained in:
parent
4fd19c236f
commit
092b36dbd6
1 changed files with 2 additions and 2 deletions
|
@ -302,7 +302,7 @@ well."
|
|||
'((default
|
||||
:inherit diff-changed)
|
||||
(((class color) (min-colors 88) (background light))
|
||||
:background "#ffdddd")
|
||||
:background "#ffeeee")
|
||||
(((class color) (min-colors 88) (background dark))
|
||||
:background "#553333")
|
||||
(((class color))
|
||||
|
@ -313,7 +313,7 @@ well."
|
|||
'((default
|
||||
:inherit diff-changed)
|
||||
(((class color) (min-colors 88) (background light))
|
||||
:background "#ddffdd")
|
||||
:background "#eeffee")
|
||||
(((class color) (min-colors 88) (background dark))
|
||||
:background "#335533")
|
||||
(((class color))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue