branch: elpa/ujelly-theme
commit dd61a00a622c94a0c2e6a14c88a7b2946ed9cb00
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add face for whitespace
---
ujelly-theme.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 50f5dd3..5afe64c 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.24
+;; Version: 1.0.25
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -105,6 +105,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))))))
;;; ###autoload