branch: elpa/ujelly-theme
commit 304f9470fc3b4fa29e0e9a030c5a10363c55a729
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    add warning face
---
 ujelly-theme.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 5054e6f..3ea961a 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.2.3
+;; Version: 1.2.4
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -201,6 +201,7 @@
        `(swiper-match-face-3 ((,class (:foreground ,ujelly-red-1))))
        `(swiper-match-face-4 ((,class (:foreground ,ujelly-red-1))))
        `(trailing-whitespace ((,class (:background ,ujelly-red-1))))
+       `(warning ((,class (:foreground ,ujelly-orange-0))))
        `(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))))

Reply via email to