branch: elpa/moe-theme
commit 0b0f8c1b029e7325db54b27e47a83a04b0f967c1
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
[moe-dark] Improve default face in mmm-mode block
---
moe-dark-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index babe603e3d..659bf26048 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-4))))
+ `(mmm-default-submode-face ((,class (:background ,black-6))))
`(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))))