branch: elpa/ujelly-theme
commit 66fef953e5fd48628182bb33f0bd0f4b60f9b929
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add match face
---
ujelly-theme.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 54411f0..44f4277 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -105,6 +105,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))))
+ `(match ((,class (:background ,ujelly-red-1))))
`(minibuffer-prompt ((,class (:foreground ,ujelly-fg))))
`(mode-line ((,class (:foreground ,ujelly-fg :background nil))))
`(mode-line-inactive ((,class (:foreground ,ujelly-grey-4 :background
nil))))