chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11ee833
)
el/dot-emacs.el: Highlight Magit arguments less stupidly.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 18 Jun 2024 13:15:10 +0000
(14:15 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 18 Jun 2024 13:17:50 +0000
(14:17 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index 1af6e8e18f1a514e65bb858c4382098f1f66168f..72dde3cc1b2df12e32592c46557ede5693d13f13 100644
(file)
--- 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"))