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

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

[nongnu] elpa/moe-theme 2274fd2394 224/352: Merge pull request #37 from


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 2274fd2394 224/352: Merge pull request #37 from tanzoniteblack/remove-bold-italic-faces
Date: Fri, 7 Jan 2022 03:59:26 -0500 (EST)

branch: elpa/moe-theme
commit 2274fd239474e326e007286814eebeec19db6007
Merge: cf4686e2ad 958e78ade0
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Merge pull request #37 from tanzoniteblack/remove-bold-italic-faces
    
    Bold and Italic shouldn't be overwritten
---
 moe-dark-theme.el  | 2 --
 moe-light-theme.el | 2 --
 2 files changed, 4 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 03a0f7bdf3..453928a5b8 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -58,8 +58,6 @@ Moe, moe, kyun!")
    `(trailing-whitespace ((,class (:background ,red-3))))
    `(show-paren-match ((,class (:background ,blue-3 :foreground nil))))
    `(header-line ((,class (:background ,blue-3 :foreground ,white-0 :underline 
nil))))
-   `(bold ((,class (:background nil :foreground ,white-0 :bold t))))
-   `(italic ((,class (:background nil :foreground ,white-0 :italic t))))
    `(help-argument-name ((,class (:foreground ,magenta-1 :italic t))))
 
    ;; Mode line & frames' faces
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 1d36390559..3b39361b19 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -57,8 +57,6 @@ Moe, moe, kyun!")
    `(trailing-whitespace ((,class (:background ,red-3))))
    `(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))))
    `(help-argument-name ((,class (:foreground ,magenta-3 :italic t))))
 
    ;; Mode line & frames' faces



reply via email to

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