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

    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 <[email protected]>
 ;; 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