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

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

[nongnu] elpa/ujelly-theme 865db35 090/137: customizations for helm-ag


From: ELPA Syncer
Subject: [nongnu] elpa/ujelly-theme 865db35 090/137: customizations for helm-ag
Date: Thu, 21 Oct 2021 18:12:17 -0400 (EDT)

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

    customizations for helm-ag
---
 ujelly-theme.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ujelly-theme.el b/ujelly-theme.el
index d2e2d66..47a8415 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.8
+;; Version: 1.1.9
 
 ;; Inspired by jellybeans: 
http://www.vim.org/scripts/script.php?script_id=2555.
 (deftheme ujelly "The ujelly color theme")
@@ -95,7 +95,10 @@
        `(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-moccur-buffer ((,class (:foreground ,ujelly-yellow-0))))
        `(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))))



reply via email to

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