branch: elpa/monokai-theme
commit 623083f05c381761a8cf2fd923e493bfa8762c28
Merge: 602a391 903389c
Author: Kelvin Smith <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #82 from sdwolf/fix/terminal-colors
    
    Fix some terminal colors
---
 monokai-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index dac63f5..d64d578 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
@@ -4184,7 +4184,7 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:foreground ,monokai-comments
                                    :background ,monokai-gray-d
                                    :slant italic))
-      (,monokai-256-class  (:foreground ,monokai-256-emphasis
+      (,monokai-256-class  (:foreground ,monokai-256-comments
                                         :background ,monokai-256-gray-d
                                         :slant italic))))
 
@@ -4192,7 +4192,7 @@ Also affects 'linum-mode' background."
      ((,monokai-class (:foreground ,monokai-comments
                                    :background ,monokai-gray-d
                                    :slant italic))
-      (,monokai-256-class  (:foreground ,monokai-256-emphasis
+      (,monokai-256-class  (:foreground ,monokai-256-comments
                                         :background ,monokai-256-gray-d
                                         :slant italic))))
 

Reply via email to