branch: elpa/monokai-theme
commit 7b42f20724404c1d7b05f61852a6122285bf24f7
Author: Aaron Jensen <[email protected]>
Commit: GitHub <[email protected]>
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))))