branch: elpa/monokai-theme
commit 11fa06c8fd5d5734e635427565a7fc980908b877
Merge: 53f0ba9 7b42f20
Author: Kelvin Smith <[email protected]>
Commit: GitHub <[email protected]>
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))))