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

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

[nongnu] elpa/monokai-theme 11fa06c 142/207: Merge pull request #63 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 11fa06c 142/207: Merge pull request #63 from aaronjensen/patch-2
Date: Thu, 21 Oct 2021 18:07:49 -0400 (EDT)

branch: elpa/monokai-theme
commit 11fa06c8fd5d5734e635427565a7fc980908b877
Merge: 53f0ba9 7b42f20
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #63 from aaronjensen/patch-2
    
    Use monokai-highlight for helm-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]