From: Mark Wooding Date: Wed, 10 Feb 2016 01:07:01 +0000 (+0000) Subject: el/dot-emacs.el: Don't highlight Magit diff hunks so garishly. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/cc71d815da7ea76f48c2a3e67ec6e3627ea630bd el/dot-emacs.el: Don't highlight Magit diff hunks so garishly. --- 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))