From cc71d815da7ea76f48c2a3e67ec6e3627ea630bd Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Wed, 10 Feb 2016 01:07:01 +0000 Subject: [PATCH] el/dot-emacs.el: Don't highlight Magit diff hunks so garishly. Organization: Straylight/Edgeware From: Mark Wooding --- el/dot-emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 4286f73..11be2ac 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1173,7 +1173,7 @@ (mdw-define-face magit-diff-hunk-header (t :foreground "SkyBlue1")) (mdw-define-face magit-item-highlight (((type tty)) :background "blue") - (t :background "DarkSeaGreen4")) + (t :background "grey11")) (mdw-define-face magit-log-head-label-remote (((type tty)) :background "cyan" :foreground "green") (t :background "grey11" :foreground "DarkSeaGreen2" :box t)) -- [mdw]