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

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

[nongnu] elpa/monokai-theme 7b42f20 141/207: Use monokai-highlight for h


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 7b42f20 141/207: Use monokai-highlight for helm-selection
Date: Thu, 21 Oct 2021 18:07:49 -0400 (EDT)

branch: elpa/monokai-theme
commit 7b42f20724404c1d7b05f61852a6122285bf24f7
Author: Aaron Jensen <aaronjensen@gmail.com>
Commit: GitHub <noreply@github.com>

    Use monokai-highlight for helm-selection
    
    monokai-highlight-line doesn't have enough contrast by default for 
something as important as current selection.
---
 monokai-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index bec7720..dbae874 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -2745,10 +2745,10 @@ Also affects 'linum-mode' background."
       (,terminal-class (:inherit helm-match))))
 
    `(helm-selection
-     ((,class (:background ,monokai-highlight-line
+     ((,class (:background ,monokai-highlight
                            :inherit bold
                            :underline nil))
-      (,terminal-class (:background ,terminal-monokai-highlight-line
+      (,terminal-class (:background ,terminal-monokai-highlight
                                     :inherit bold
                                     :underline nil))))
 



reply via email to

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