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

    Fixes leftover highlight background
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index d620df0..fe08787 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -402,7 +402,7 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:inherit highlight
                                 :background ,monokai-highlight-alt))
       (,monokai-256-class  (:inherit highlight
-                                     :background ,monokai-256-comments))))
+                                     :background ,monokai-256-highlight-alt))))
 
    `(region
      ((,monokai-class (:inherit highlight

Reply via email to