From: Mark Wooding Date: Sat, 30 Mar 2013 15:03:58 +0000 (+0000) Subject: el/dot-emacs.el: Fix Magit highlighting better. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/dd3e4caeb3de7840426d900186effa7e81b06b07 el/dot-emacs.el: Fix Magit highlighting better. Not sure how I botched the full-colour face. Still, better now. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 25e0aef..e9ed90a 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -976,7 +976,7 @@ doesn't match any of the regular expressions in (t :foreground "SkyBlue1")) (mdw-define-face magit-item-highlight (((type tty)) :background "blue") - (t :background "gray95")) + (t :background "DarkSeaGreen4")) (mdw-define-face erc-input-face (t :foreground "red"))