branch: elpa/ujelly-theme
commit e1c90387a057387af3bd8ef98490e3e96ede096b
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add web-mode face customizations
---
ujelly-theme.el | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 53b5000..f434f4f 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.0.38
+;; Version: 1.0.39
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -120,6 +120,10 @@
`(smerge-markers ((,class (:foreground ,ujelly-yellow-0 :background
,ujelly-grey-2))))
`(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))
`(trailing-whitespace ((,class (:background ,ujelly-red-1))))
+ `(web-mode-builtin-face ((,class (:foreground ,ujelly-blue-0))))
+ `(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))))
`(whitespace-trailing ((,class (:background ,ujelly-red-1))))))
;;; ###autoload