branch: elpa/moe-theme
commit bab4a34d047e3f4676809368ae0ee5bbe2ebabef
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Replace too-yellow background in MMM-mode with gray's
---
moe-light-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/moe-light-theme.el b/moe-light-theme.el
index a1865d3ab5..6faee78110 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 ,yellow-00))))
+ `(mmm-default-submode-face ((,class (:background ,white-1))))
`(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))))