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

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

[nongnu] elpa/material-theme bd5b244 115/118: Revert "Italicize comments


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme bd5b244 115/118: Revert "Italicize comments"
Date: Thu, 21 Oct 2021 18:06:32 -0400 (EDT)

branch: elpa/material-theme
commit bd5b244715a2232fe016efb691425e12a2e3e108
Author: Christoph Paulik <cpaulik@vandersat.com>
Commit: Christoph Paulik <cpaulik@vandersat.com>

    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

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