el/dot-emacs.el: Fix Magit highlighting better.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Mar 2013 15:03:58 +0000 (15:03 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Mar 2013 15:03:58 +0000 (15:03 +0000)
Not sure how I botched the full-colour face.  Still, better now.

el/dot-emacs.el

index 25e0aef..e9ed90a 100644 (file)
@@ -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"))