emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/ujelly-theme 8278e57 122/137: add web-mode-css faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 8278e57 122/137: add web-mode-css faces
Date: Thu, 21 Oct 2021 18:12:24 -0400 (EDT)

branch: elpa/ujelly-theme
commit 8278e57ae326c1ebe92719a756666af16da01fa4
Author: Mark Tran <mark.tran@gmail.com>
Commit: Mark Tran <mark.tran@gmail.com>

    add web-mode-css faces
---
 ujelly-theme.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 41d3878..10a5f11 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -2,7 +2,7 @@
 
 ;; Author: Mark Tran <mark.tran@gmail.com>
 ;; URL: http://github.com/marktran/color-theme-ujelly
-;; Version: 1.1.39
+;; Version: 1.1.40
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -199,6 +199,8 @@
        `(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-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))))
        `(web-mode-html-tag-face ((,class (:foreground ,ujelly-fg))))
        `(web-mode-symbol-face ((,class (:foreground ,ujelly-green-1))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]