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

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

[nongnu] elpa/moe-theme 26bac30b1b 194/352: Add and improve italic face.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 26bac30b1b 194/352: Add and improve italic face.
Date: Fri, 7 Jan 2022 03:59:23 -0500 (EST)

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

    Add and improve italic face.
---
 moe-dark-theme.el  | 1 +
 moe-light-theme.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index dcbd86d685..a80587646a 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -57,6 +57,7 @@ Moe, moe, kyun!")
    `(show-paren-match ((,class (:background ,blue-3 :foreground nil))))
    `(header-line ((,class (:background ,blue-0 :foreground ,black-4 :underline 
nil))))
    `(bold ((,class (:background nil :foreground ,white-0 :bold t))))
+   `(italic ((,class (:background nil :foreground ,white-0 :italic t))))
 
    ;; Mode line & frames' faces
    `(mode-line ((,class (:box nil :background ,blue-01 :foreground ,blue-3))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 16b612b760..57fecba0dd 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -56,6 +56,7 @@ Moe, moe, kyun!")
    `(show-paren-match ((,class (:background ,blue-00))))
    `(header-line ((,class (:background ,blue-1 :foreground ,white-0 :underline 
t))))
    `(bold ((,class (:background nil :foreground ,black-6 :bold t))))
+   `(italic ((,class (:background nil :foreground ,red-3 :italic t :underline 
nil))))
 
    ;; Mode line & frames' faces
    `(mode-line ((,class (:box nil :background ,blue-1 :foreground ,white-0))))



reply via email to

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