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

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

[nongnu] elpa/ujelly-theme c066af1 120/137: add faces for highlight-inde


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme c066af1 120/137: add faces for highlight-indentation-mode
Date: Thu, 21 Oct 2021 18:12:24 -0400 (EDT)

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

    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 <mark.tran@gmail.com>
 ;; 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))))



reply via email to

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