From: Mark Wooding Date: Tue, 18 Jun 2024 13:15:10 +0000 (+0100) Subject: el/dot-emacs.el: Highlight Magit arguments less stupidly. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/4dcee6525b7b8d0faca4bb414a18b1f97ce2472b?ds=sidebyside el/dot-emacs.el: Highlight Magit arguments less stupidly. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 1af6e8e..72dde3c 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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"))