branch: elpa/monokai-theme
commit 2fc314868e176f024a272a7cfb4901fe8d1a70cc
Merge: 8dacce1 bd2e7d3
Author: Kelvin Smith <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #85 from sdwolf/fix/monokai-search
Makes isearch simmilar to sublime
---
monokai-theme.el | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/monokai-theme.el b/monokai-theme.el
index d64d578..0cbfdd9 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -799,9 +799,11 @@ Also affects 'linum-mode' background."
;; isearch
`(isearch
((,monokai-class (:inherit region
- :background ,monokai-green))
+ :foreground ,monokai-background
+ :background ,monokai-yellow))
(,monokai-256-class (:inherit region
- :background ,monokai-256-green))))
+ :foreground ,monokai-256-background
+ :background ,monokai-256-yellow))))
`(isearch-fail
((,monokai-class (:inherit isearch