chiark / gitweb /
el/dot-emacs.el: Highlight Magit arguments less stupidly.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 18 Jun 2024 13:15:10 +0000 (14:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 18 Jun 2024 13:17:50 +0000 (14:17 +0100)
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-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"))
 (mdw-define-face magit-diff-hunk-heading
   (((min-colors 64)) :foreground "grey70" :background "grey25")
   (((class color)) :foreground "yellow"))