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

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

[nongnu] elpa/ample-theme 0802fd7 080/137: some helm changes


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 0802fd7 080/137: some helm changes
Date: Thu, 21 Oct 2021 18:00:22 -0400 (EDT)

branch: elpa/ample-theme
commit 0802fd726a89bc7f7ec1c6a9a6cb6e82166581cd
Author: Jordon Biondo <jordonbiondo@gmail.com>
Commit: Jordon Biondo <jordonbiondo@gmail.com>

    some helm changes
---
 ample-light-theme.el | 6 +++---
 ample-theme.el       | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ample-light-theme.el b/ample-light-theme.el
index 6517b91..a9f7395 100644
--- a/ample-light-theme.el
+++ b/ample-light-theme.el
@@ -277,12 +277,12 @@
    ;;`(helm-history-remote             ((t ())))
    ;;`(helm-lisp-completion-info       ((t ())))
    ;;`(helm-lisp-show-completion       ((t ())))
-   `(helm-match                                ((t (:foreground ,ample/blue 
:background ,ample/darkest-gray))))
+   `(helm-match                                ((t (:foreground ,ample/fg 
:background ,ample/light-green-bg))))
    ;;`(helm-moccur-buffer              ((t ())))
-   `(helm-selection                    ((t (:foreground ,ample/yellow 
:background nil :bold t))))
+   `(helm-selection                    ((t (:foreground ,ample/red :background 
,ample/light-green-bg :bold t))))
    ;;`(helm-selection-line             ((t ())))
    ;;`(helm-separator                  ((t ())))
-   `(helm-source-header                        ((t (:foreground 
,ample/darkest-gray :background ,ample/orange))))
+   `(helm-source-header                        ((t (:foreground 
,ample/darkest-gray :background ,ample/region-dark))))
    ;;`(helm-visible-mark               ((t ())))
 
    ;; jabber
diff --git a/ample-theme.el b/ample-theme.el
index 96131b5..528cfdb 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -274,10 +274,10 @@
    ;;`(helm-lisp-show-completion       ((t ())))
    `(helm-match                                ((t (:foreground ,ample/blue 
:background ,ample/darkest-gray))))
    ;;`(helm-moccur-buffer              ((t ())))
-   `(helm-selection                    ((t (:foreground ,ample/yellow 
:background nil :bold t))))
+   `(helm-selection                    ((t (:foreground ,ample/yellow 
:background ,ample/region :bold t))))
    ;;`(helm-selection-line             ((t ())))
    ;;`(helm-separator                  ((t ())))
-   `(helm-source-header                        ((t (:foreground 
,ample/darkest-gray :background ,ample/orange))))
+   `(helm-source-header                        ((t (:foreground 
,ample/darkest-gray :background ,ample/blue))))
    ;;`(helm-visible-mark               ((t ())))
 
    ;; jabber



reply via email to

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