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

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

[nongnu] elpa/moe-theme b51fddb38a 033/352: 1. Make comments italic.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme b51fddb38a 033/352: 1. Make comments italic.
Date: Fri, 7 Jan 2022 03:59:03 -0500 (EST)

branch: elpa/moe-theme
commit b51fddb38ac5bd8c5f93e04f0c261395ecfe1aba
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    1. Make comments italic.
---
 README.md          | 2 +-
 moe-dark-theme.el  | 2 +-
 moe-light-theme.el | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 48232601d3..cb44bb4fb7 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # moe-theme
-![moe-theme](https://raw.github.com/kuanyui/moe-theme.el/master/pics/moe-theme.png)
+<a 
href="https://raw.github.com/kuanyui/moe-theme.el/master/pics/moe-theme.png";><img
 src="https://raw.github.com/kuanyui/moe-theme.el/master/pics/moe-theme.png"; 
width="720" height="401"/></a>
 ## Screenshot
 <a 
href="https://raw.github.com/kuanyui/moe-theme.el/master/pics/dark01.png";><img 
src="pics/dark01.png" width="355" height="192"/></a>
 <a 
href="https://raw.github.com/kuanyui/moe-theme.el/master/pics/light01.png";><img 
src="pics/light01.png" width="355" height="192"/></a>
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 9995560cc2..b57ceca9b4 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -70,7 +70,7 @@ Moe, moe, chew!")
    ;; Font lock faces
    `(font-lock-builtin-face ((,class (:foreground ,purple-1))))
    `(font-lock-comment-delimiter-face ((,class (:foreground ,red-2 :slant 
italic))))
-   `(font-lock-comment-face ((,class (:foreground ,red-2))))
+   `(font-lock-comment-face ((,class (:foreground ,red-2 :slant italic))))
    `(font-lock-constant-face ((,class (:foreground ,blue-1))))
    `(font-lock-doc-face ((,class (:foreground ,red-2))))
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 49c251f735..76144fc059 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -69,7 +69,7 @@ Moe, moe, chew!")
    ;; Font lock faces
    `(font-lock-builtin-face ((,class (:foreground ,purple-2))))
    `(font-lock-comment-delimiter-face ((,class (:foreground ,red-2 :slant 
italic))))
-   `(font-lock-comment-face ((,class (:foreground ,red-2))))
+   `(font-lock-comment-face ((,class (:foreground ,red-2 :slant italic))))
    `(font-lock-constant-face ((,class (:foreground ,blue-2))))
    `(font-lock-doc-face ((,class (:foreground ,red-2))))
    `(font-lock-doc-string-face ((,class (:foreground ,orange-2))))



reply via email to

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