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

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

[nongnu] elpa/ujelly-theme 2db6f0a 126/137: add faces


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 2db6f0a 126/137: add faces
Date: Thu, 21 Oct 2021 18:12:25 -0400 (EDT)

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

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

diff --git a/ujelly-theme.el b/ujelly-theme.el
index c817bec..5054e6f 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.2.1
+;; Version: 1.2.3
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -75,6 +75,7 @@
        `(emmet-preview-output ((,class (:background ,ujelly-purple-1))))
        `(elixir-atom-face ((,class (:foreground ,ujelly-blue-0))))
        `(elixir-attribute-face ((,class (:foreground ,ujelly-red-0))))
+       `(enh-ruby-op-face ((,class (:foreground ,ujelly-purple-0))))
        `(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))
        `(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
        `(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))
@@ -203,6 +204,7 @@
        `(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-function-face ((,class (:foreground ,ujelly-orange-0))))
        `(web-mode-css-property-name-face ((,class (:foreground 
,ujelly-green-3))))
        `(web-mode-css-selector-face ((,class (:foreground ,ujelly-yellow-0))))
        `(web-mode-html-attr-name-face ((,class (:foreground 
,ujelly-purple-0))))



reply via email to

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