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

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

[nongnu] elpa/material-theme b28e87f 111/118: Italicize comments


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

branch: elpa/material-theme
commit b28e87f0dc88d6c97be46680f74fb7544e282a14
Author: Howdy Pierce <howdy@cardinalpeak.com>
Commit: Howdy Pierce <howdy@cardinalpeak.com>

    Italicize comments
---
 material-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-theme.el b/material-theme.el
index 0c7b1f7..0440be3 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))))
-   `(font-lock-comment-face ((,class (:foreground ,comment))))
+   `(font-lock-comment-delimiter-face ((,class (:foreground ,comment :slant 
italic))))
+   `(font-lock-comment-face ((,class (:foreground ,comment :slant italic))))
    `(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]