chiark / gitweb /
el/dot-emacs.el: Don't highlight Magit diff hunks so garishly.
[profile] / el / dot-emacs.el
index 4286f7378ac83adebe37fa458763dde4510eb11e..11be2acecfdebf3a54a9c8cbccb528af07f9db34 100644 (file)
@@ -1173,7 +1173,7 @@ (mdw-define-face magit-diff-hunk-header
   (t :foreground "SkyBlue1"))
 (mdw-define-face magit-item-highlight
   (((type tty)) :background "blue")
-  (t :background "DarkSeaGreen4"))
+  (t :background "grey11"))
 (mdw-define-face magit-log-head-label-remote
   (((type tty)) :background "cyan" :foreground "green")
   (t :background "grey11" :foreground "DarkSeaGreen2" :box t))