branch: elpa/moe-theme
commit 882ee89fb032ef098b35aa7a18de5b2639f89fb6
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Org code block & MMM-mode
1. Org's code block faces improves.
2. Fix wrong face of MMM-mode under dark.
---
moe-dark-theme.el | 7 ++++---
moe-light-theme.el | 7 ++++---
2 files changed, 8 insertions(+), 6 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 8239045704..659dcce2b5 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -125,7 +125,7 @@ Moe, moe, kyun!")
`(org-formula ((,class (:foreground ,purple-2))))
`(org-headline-done ((,class (:foreground ,green-2))))
`(org-hide ((,class (:foreground ,black-5))))
- `(org-code ((,class (:foreground ,blue-2))))
+ `(org-code ((,class (:foreground ,blue-1 :background ,black-3))))
`(org-link ((,class (:foreground ,blue-0 :underline t))))
`(org-footnote ((,class (:foreground ,magenta-3))))
`(org-ellipsis ((,class (:foreground ,red-2))))
@@ -139,9 +139,10 @@ Moe, moe, kyun!")
`(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background
,red-2))))
`(org-priority ((,class (:foreground ,red-1 :background ,nil))))
`(org-block ((,class (:foreground ,blue-1 :background ,black-3))))
- `(org-quote ((,class (:foreground ,blue-1 :background ,black-3))))
+ `(org-block-background ((,class (:foreground nil :background ,black-3))))
`(org-block-begin-line ((,class (:foreground ,white-0 :background
,blue-3))))
`(org-block-end-line ((,class (:foreground ,black-2-5 :background
,black-3))))
+ `(org-quote ((,class (:foreground ,blue-1 :background ,black-3))))
`(org-mode-line-clock ((,class (:foreground ,blue-3 :background ,blue-0
:bold t))))
`(org-mode-line-clock-overrun ((,class (:foreground ,white-0 :background
,red-1 :bold t))))
@@ -532,7 +533,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 ,black-4))))
`(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 1e044f52ab..018eb7fbfd 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -124,7 +124,7 @@ Moe, moe, kyun!")
`(org-formula ((,class (:foreground ,purple-2))))
`(org-headline-done ((,class (:foreground ,green-2))))
`(org-hide ((,class (:foreground ,LIGHT_BG))))
- `(org-code ((,class (:foreground ,blue-2))))
+ `(org-code ((,class (:foreground ,blue-3 :background ,blue-00))))
`(org-link ((,class (:foreground ,blue-2 :underline ,blue-2))))
`(org-footnote ((,class (:foreground ,magenta-3))))
`(org-ellipsis ((,class (:foreground ,red-2))))
@@ -138,9 +138,10 @@ Moe, moe, kyun!")
`(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background
,red-2))))
`(org-priority ((,class (:foreground ,red-3 :background ,nil))))
`(org-block ((,class (:foreground ,blue-3 :background ,blue-00))))
- `(org-quote ((,class (:foreground ,blue-3 :background ,blue-00))))
+ `(org-block-background ((,class (:foreground nil :background ,white-1))))
`(org-block-begin-line ((,class (:foreground ,blue-3 :background ,blue-0))))
- `(org-block-end-line ((,class (:foreground ,white-3 :background ,blue-00))))
+ `(org-block-end-line ((,class (:foreground ,white-3 :background ,white-1))))
+ `(org-quote ((,class (:foreground ,blue-3 :background ,blue-00))))
`(org-mode-line-clock ((,class (:foreground ,blue-3 :background ,blue-0
:bold t))))
`(org-mode-line-clock-overrun ((,class (:foreground ,white-0 :background
,red-1 :bold t))))