branch: elpa/ujelly-theme
commit bd41f8ee1fcfaea107b7cb776540359448a879b8
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add magit-tag customization
---
ujelly-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 44f5711..f36e90e 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -108,6 +108,7 @@
`(magit-log-sha1 ((,class (:foreground ,ujelly-red-0))))
`(magit-log-head-label-local ((,class (:foreground ,ujelly-fg))))
`(magit-whitespace-warning-face ((,class (:background ,ujelly-red-1))))
+ `(magit-tag ((,class (:foreground ,ujelly-red-0 :background nil))))
`(match ((,class (:background ,ujelly-red-1))))
`(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
`(mode-line ((,class (:foreground ,ujelly-fg :background nil))))