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

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

[nongnu] elpa/moe-theme 958e78ade0 223/352: Bold and Italic shouldn't be


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 958e78ade0 223/352: Bold and Italic shouldn't be overwritten
Date: Fri, 7 Jan 2022 03:59:26 -0500 (EST)

branch: elpa/moe-theme
commit 958e78ade0124a6f84ec0473d4d1356aa3a9bb90
Author: Ryan Smith <rnsmith2@gmail.com>
Commit: Ryan Smith <rnsmith2@gmail.com>

    Bold and Italic shouldn't be overwritten
    
    If you overwrite the colors for bold and italic, then in cases where
    emphasis is being applied over an existing face, the existing color is
    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 030b4e80ad..817a4575ff 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -57,8 +57,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 12716abc96..02017909f9 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -56,8 +56,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]