branch: elpa/moe-theme
commit 1a77b2ee52f5077ef3a31c794ecf13b37b3b4fd3
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Remove mmm-default-submode-face
for highlight-symbol-face
---
moe-dark-theme.el | 2 +-
moe-light-theme.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index e49f9098f5..60c61c4521 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -665,7 +665,7 @@ Moe, moe, kyun!")
`(mmm-code-submode-face ((,class (:background ,blue-00))))
`(mmm-comment-submode-face ((,class (:background ,blue-0))))
`(mmm-declaration-submode-face ((,class (:background ,cyan-1))))
- `(mmm-default-submode-face ((,class (:background ,black-6))))
+ `(mmm-default-submode-face ((,class (:background nil))))
`(mmm-delimiter-face ((,class (:background nil :foreground ,white-0))))
`(mmm-init-submode-face ((,class (:background ,magenta-0))))
`(mmm-output-submode-face ((,class (:background ,purple-00))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 0b4ece714b..f4eb6c55ec 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -663,7 +663,7 @@ Moe, moe, kyun!")
`(mmm-code-submode-face ((,class (:background ,blue-00))))
`(mmm-comment-submode-face ((,class (:background ,blue-0))))
`(mmm-declaration-submode-face ((,class (:background ,cyan-1))))
- `(mmm-default-submode-face ((,class (:background ,white-1))))
+ `(mmm-default-submode-face ((,class (:background nil))))
`(mmm-delimiter-face ((,class (:background nil :foreground ,black-5))))
`(mmm-init-submode-face ((,class (:background ,magenta-0))))
`(mmm-output-submode-face ((,class (:background ,purple-00))))