branch: elpa/moe-theme
commit 958e78ade0124a6f84ec0473d4d1356aa3a9bb90
Author: Ryan Smith <[email protected]>
Commit: Ryan Smith <[email protected]>
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