From: Mark Wooding Date: Sat, 30 Mar 2013 14:45:08 +0000 (+0000) Subject: el/dot-emacs.el: Fix Magit highlighting in terminal windows. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/fb690b648c7bf35fa04b117f7963278f0c279df2 el/dot-emacs.el: Fix Magit highlighting in terminal windows. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index ffe360a..25e0aef 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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"))