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

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

[nongnu] elpa/ujelly-theme b559c79 041/137: zencoding has been renamed t


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme b559c79 041/137: zencoding has been renamed to emmet
Date: Thu, 21 Oct 2021 18:12:07 -0400 (EDT)

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

    zencoding has been renamed to emmet
---
 ujelly-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 5afe64c..c9f5dcc 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.0.25
+;; Version: 1.0.26
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -50,6 +50,7 @@
        `(diredp-read-priv ((,class (:foreground ,ujelly-green-2 :background 
,ujelly-bg))))
        `(diredp-symlink ((,class (:foreground ,ujelly-red-1))))
        `(diredp-write-priv ((,class (:foreground ,ujelly-green-2 :background 
,ujelly-bg))))
+       `(emmet-preview-output ((,class (:background ,ujelly-purple-1))))
        `(erc-notice-face ((,class (:foreground ,ujelly-yellow-0))))
        `(erc-prompt-face ((,class (:foreground ,ujelly-fg))))
        `(erc-timestamp-face ((,class (:foreground ,ujelly-purple-0))))
@@ -105,8 +106,7 @@
        `(smerge-markers ((,class (:foreground ,ujelly-yellow-0))))
        `(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))
        `(trailing-whitespace ((,class (:background ,ujelly-red-1))))
-       `(whitespace-trailing ((,class (:background ,ujelly-red-1))))
-       `(zencoding-preview-output ((,class (:background ,ujelly-purple-1))))))
+       `(whitespace-trailing ((,class (:background ,ujelly-red-1))))))
 
 ;;; ###autoload
 (when load-file-name



reply via email to

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