branch: elpa/ujelly-theme
commit c066af10ac41d2c459e113c5932ef6844193e7e5
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>
add faces for highlight-indentation-mode
---
ujelly-theme.el | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ujelly-theme.el b/ujelly-theme.el
index 27102c1..4353b1a 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.1.37
+;; Version: 1.1.38
;; Inspired by jellybeans:
http://www.vim.org/scripts/script.php?script_id=2555.
(deftheme ujelly "The ujelly color theme")
@@ -125,6 +125,8 @@
`(helm-swoop-target-line-face ((,class (:foreground ,ujelly-fg
:background ,ujelly-grey-4))))
`(helm-swoop-target-word-face ((,class (:foreground ,ujelly-red-1))))
`(highlight ((,class (:background ,ujelly-grey-4))))
+ `(highlight-indentation-face ((,class (:background ,ujelly-grey-4))))
+ `(highlight-indentation-current-column-face ((,class (:background
,ujelly-grey-4))))
`(hl-line ((,class (:background ,ujelly-grey-4))))
`(iedit-occurrence ((,class (:foreground ,ujelly-red-1))))
`(isearch ((,class (:foreground ,ujelly-fg :background ,ujelly-red-1))))