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

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

[nongnu] elpa/ujelly-theme b9e0608 092/137: change helm ag colors


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme b9e0608 092/137: change helm ag colors
Date: Thu, 21 Oct 2021 18:12:18 -0400 (EDT)

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

    change helm ag colors
---
 ujelly-theme.el | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index 41e547d..d86d632 100644
--- a/ujelly-theme.el
+++ b/ujelly-theme.el
@@ -95,14 +95,13 @@
        `(helm-candidate-number ((,class (:foreground ,ujelly-fg :background 
,ujelly-bg))))
        `(helm-ff-directory ((,class (:background ,ujelly-bg))))
        `(helm-ff-file ((,class (:foreground ,ujelly-fg))))
-       `(helm-grep-lineno ((,class (:foreground ,ujelly-grey-0))))
-       `(helm-grep-match ((,class (:foreground ,ujelly-yellow-0))))
-       `(helm-match ((,class (:foreground ,ujelly-yellow-0 :background 
,ujelly-bg))))
+       `(helm-grep-lineno ((,class (:foreground ,ujelly-fg))))
+       `(helm-match ((,class (:foreground ,ujelly-red-1 :background 
,ujelly-bg))))
        `(helm-moccur-buffer ((,class (:foreground ,ujelly-yellow-0))))
        `(helm-selection ((,class (:background ,ujelly-purple-1))))
        `(helm-source-header ((,class (:foreground ,ujelly-yellow-0 :background 
,ujelly-grey-3))))
-       `(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))))
+       `(helm-swoop-target-line-face ((,class (:foreground ,ujelly-fg 
:background ,ujelly-grey-4))))
+       `(helm-swoop-target-word-face ((,class (:foreground ,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]