branch: elpa/monokai-theme
commit dec4908e49c7c9a0230a2c826b0dd4b8b471235b
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
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))