branch: elpa/monokai-theme
commit bd2e7d3bfd5258d9063a4eb4a1cd1e4472d6a01f
Author: Codruț Constantin Gușoi <[email protected]>
Commit: Codruț Constantin Gușoi <[email protected]>

    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

Reply via email to