el/dot-emacs.el: Fix Magit highlighting in terminal windows.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 30 Mar 2013 14:45:08 +0000 (14:45 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 30 Mar 2013 14:59:14 +0000 (14:59 +0000)
el/dot-emacs.el

index ffe360a..25e0aef 100644 (file)
@@ -974,6 +974,9 @@ doesn't match any of the regular expressions in
   (t :weight bold))
 (mdw-define-face magit-diff-hunk-header
   (t :foreground "SkyBlue1"))
+(mdw-define-face magit-item-highlight
+  (((type tty)) :background "blue")
+  (t :background "gray95"))
 
 (mdw-define-face erc-input-face
   (t :foreground "red"))