emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/monokai-theme 623083f 175/207: Merge pull request #82 from


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme 623083f 175/207: Merge pull request #82 from sdwolf/fix/terminal-colors
Date: Thu, 21 Oct 2021 18:07:56 -0400 (EDT)

branch: elpa/monokai-theme
commit 623083f05c381761a8cf2fd923e493bfa8762c28
Merge: 602a391 903389c
Author: Kelvin Smith <onekelvinsmith@gmail.com>
Commit: GitHub <noreply@github.com>

    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

[Prev in Thread] Current Thread [Next in Thread]