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

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

[nongnu] elpa/monokai-theme dec4908 151/207: Remove background override


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme dec4908 151/207: Remove background override in comments face
Date: Thu, 21 Oct 2021 18:07:51 -0400 (EDT)

branch: elpa/monokai-theme
commit dec4908e49c7c9a0230a2c826b0dd4b8b471235b
Author: Kelvin Smith <oneKelvinSmith@gmail.com>
Commit: Kelvin Smith <oneKelvinSmith@gmail.com>

    Remove background override in comments face
---
 monokai-theme.el | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index e54e82f..3182b45 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -314,10 +314,8 @@ Also affects 'linum-mode' background."
       (,monokai-256-class  (:foreground ,monokai-256-comments))))
 
    `(font-lock-comment-face
-     ((,monokai-class (:foreground ,monokai-comments
-                                   :background ,monokai-background))
-      (,monokai-256-class  (:foreground ,monokai-256-comments
-                                        :background ,monokai-256-background))))
+     ((,monokai-class (:foreground ,monokai-comments))
+      (,monokai-256-class  (:foreground ,monokai-256-comments))))
 
    `(font-lock-constant-face
      ((,monokai-class (:foreground ,monokai-violet))



reply via email to

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