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

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

[nongnu] elpa/ujelly-theme abd5469 088/137: add helm-swoop customization


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme abd5469 088/137: add helm-swoop customizations
Date: Thu, 21 Oct 2021 18:12:17 -0400 (EDT)

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

    add helm-swoop customizations
---
 ujelly-theme.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 2e9408f..8fff844 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.6
+;; Version: 1.1.7
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -98,6 +98,8 @@
        `(helm-match ((,class (:foreground ,ujelly-yellow-0 :background 
,ujelly-bg))))
        `(helm-selection ((,class (:background ,ujelly-purple-1))))
        `(helm-source-header ((,class (:foreground ,ujelly-fg :background 
,ujelly-grey-4))))
+       `(helm-swoop-target-line-face ((,class (:foreground ,ujelly-fg 
:background ,ujelly-red-1))))
+       `(helm-swoop-target-word-face ((,class (:foreground ,ujelly-fg 
:background ,ujelly-red-1))))
        `(hl-line ((,class (:background ,ujelly-grey-4))))
        `(isearch ((,class (:foreground ,ujelly-fg :background ,ujelly-red-1))))
        `(isearch-fail ((,class (:background ,ujelly-red-1))))



reply via email to

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