branch: elpa/moe-theme
commit b51fddb38ac5bd8c5f93e04f0c261395ecfe1aba
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
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
-
+<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))))