branch: elpa/ujelly-theme
commit 9cdf20147606f4a16b7128591d1b28cfc34c1c81
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add which-key customizations
---
ujelly-theme.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index f22653d..0892529 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
;; Author: Mark Tran <[email protected]>
;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.25
+;; Version: 1.1.26
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -180,6 +180,8 @@
`(web-mode-html-attr-name-face ((,class (:foreground
,ujelly-purple-0))))
`(web-mode-html-tag-face ((,class (:foreground ,ujelly-fg))))
`(web-mode-symbol-face ((,class (:foreground ,ujelly-green-1))))
+ `(which-key-group-description-face ((,class (:foreground
,ujelly-grey-0))))
+ `(which-key-key-face ((,class (:foreground ,ujelly-green-0))))
`(whitespace-trailing ((,class (:background ,ujelly-red-1))))))
;;;###autoload