branch: elpa/ujelly-theme
commit 7d5945f9c598035e894f19a95f9456222ad56fbc
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
set web-mode-constant-face
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 0cecc47..8362144 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.41
+;; Version: 1.2.0
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -200,6 +200,7 @@
`(swiper-match-face-4 ((,class (:foreground ,ujelly-red-1))))
`(trailing-whitespace ((,class (:background ,ujelly-red-1))))
`(web-mode-builtin-face ((,class (:foreground ,ujelly-blue-0))))
+ `(web-mode-constant-face ((,class (:foreground ,ujelly-purple-0))))
`(web-mode-css-at-rule-face ((,class (:foreground ,ujelly-blue-0))))
`(web-mode-css-selector-face ((,class (:foreground ,ujelly-yellow-0))))
`(web-mode-html-attr-name-face ((,class (:foreground
,ujelly-purple-0))))