branch: elpa/moe-theme
commit 2274fd239474e326e007286814eebeec19db6007
Merge: cf4686e2ad 958e78ade0
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
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