branch: elpa/ujelly-theme
commit b9e0608a00367672996419ffbd0f81eafa9f4c21
Author: Mark Tran <[email protected]>
Commit: Mark Tran <[email protected]>

    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