el/dot-emacs.el: Fix Magit highlighting in terminal windows.
[profile] / 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"))