branch: elpa/material-theme
commit bd5b244715a2232fe016efb691425e12a2e3e108
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    Revert "Italicize comments"
    
    This reverts commit b28e87f0dc88d6c97be46680f74fb7544e282a14.
---
 material-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 0440be3..0c7b1f7 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -84,8 +84,8 @@
    `(underline ((,class (:underline t))))
    `(italic ((,class (:slant italic))))
    `(font-lock-builtin-face ((,class (:foreground "#ff8A65"))))
-   `(font-lock-comment-delimiter-face ((,class (:foreground ,comment :slant 
italic))))
-   `(font-lock-comment-face ((,class (:foreground ,comment :slant italic))))
+   `(font-lock-comment-delimiter-face ((,class (:foreground ,comment))))
+   `(font-lock-comment-face ((,class (:foreground ,comment))))
    `(font-lock-constant-face ((,class (:foreground ,green))))
    `(font-lock-doc-face ((,class (:foreground "moccasin"))))
    `(font-lock-doc-string-face ((,class (:foreground ,yellow))))

Reply via email to