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

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

[nongnu] elpa/ujelly-theme e56c0cd 038/137: add face customization for z


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme e56c0cd 038/137: add face customization for zencoding
Date: Thu, 21 Oct 2021 18:12:06 -0400 (EDT)

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

    add face customization for zencoding
---
 ujelly-theme.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 429e06c..9e0a8a0 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.22
+;; Version: 1.0.23
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -104,7 +104,8 @@
        `(region ((,class (:background ,ujelly-purple-1))))
        `(smerge-markers ((,class (:foreground ,ujelly-yellow-0))))
        `(smerge-refined-change ((,class (:foreground ,ujelly-green-0))))
-       `(trailing-whitespace ((,class (:background ,ujelly-red-1))))))
+       `(trailing-whitespace ((,class (:background ,ujelly-red-1))))
+       `(zencoding-preview-output ((,class (:background ,ujelly-purple-1))))))
 
 ;;; ###autoload
 (when load-file-name



reply via email to

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