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

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

[nongnu] elpa/subatomic-theme 893a1485 55/58: Minor tweak to helm select


From: ELPA Syncer
Subject: [nongnu] elpa/subatomic-theme 893a1485 55/58: Minor tweak to helm selection and match faces.
Date: Thu, 21 Oct 2021 18:11:22 -0400 (EDT)

branch: elpa/subatomic-theme
commit 893a14850aa66470cdb73b4cce1d041786955855
Author: John Olsson <john@cryon.se>
Commit: John Olsson <john@cryon.se>

    Minor tweak to helm selection and match faces.
---
 subatomic-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/subatomic-theme.el b/subatomic-theme.el
index b87b486..dd4a714 100644
--- a/subatomic-theme.el
+++ b/subatomic-theme.el
@@ -987,13 +987,13 @@ The theme has to be reloaded after changing anything in 
this group."
      ((t (:background ,midnight-1 :foreground ,axiomatic-purple :weight bold 
:height 1.1))))
 
    `(helm-selection
-     ((t (:background ,midnight-2 :foreground ,deep-gold :weight bold))))
+     ((t (:background ,midnight-2 :weight bold))))
 
    `(helm-candidate-number
      ((t (:foreground ,jungle-green))))
 
    `(helm-match
-     ((t (:background ,undergrowth-green :foreground ,full-white :weight 
bold))))
+     ((t (:foreground ,jungle-green :weight bold :underline t))))
 
    `(helm-M-x-key
      ((t (:foreground ,victory-blue))))



reply via email to

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