chiark / gitweb /
el/dot-emacs.el: Highlight Magit arguments less stupidly.
[profile] / el / dot-emacs.el
index 1af6e8e18f1a514e65bb858c4382098f1f66168f..72dde3cc1b2df12e32592c46557ede5693d13f13 100644 (file)
@@ -2216,6 +2216,10 @@ (mdw-define-face ediff-odd-diff-Ancestor
 (mdw-define-face magit-hash
   (((min-colors 64)) :foreground "grey40")
   (((class color)) :foreground "blue"))
+(mdw-define-face magit-popup-argument
+  (((min-colors 64)) :foreground "SeaGreen1")
+  (((class color)) :foreground "green")
+  (t :weight bold))
 (mdw-define-face magit-diff-hunk-heading
   (((min-colors 64)) :foreground "grey70" :background "grey25")
   (((class color)) :foreground "yellow"))