branch: elpa/moe-theme
commit 9ae3fae333cc5cd32b29ed16a852297de3f9e546
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Improve faces for org's block
---
moe-dark-theme.el | 8 ++++----
moe-light-theme.el | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index fdf842aa63..328a631068 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -138,10 +138,10 @@ Moe, moe, kyun!")
`(org-agenda-done ((,class (:foreground ,green-2 :background nil))))
`(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background
,red-2))))
`(org-priority ((,class (:foreground ,red-1 :background ,nil))))
- `(org-block ((,class (:foreground ,orange-1))))
- `(org-quote ((,class (:foreground ,orange-1))))
- `(org-block-begin-line ((,class (:foreground ,orange-2))))
- `(org-block-end-line ((,class (:foreground ,orange-2))))
+ `(org-block ((,class (:foreground ,blue-1 :background ,black-3))))
+ `(org-quote ((,class (:foreground ,blue-1 :background ,black-3))))
+ `(org-block-begin-line ((,class (:foreground ,white-0 :background
,blue-1))))
+ `(org-block-end-line ((,class (:foreground ,black-2-5 :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))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index f250bfa2fb..1e044f52ab 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -137,10 +137,10 @@ Moe, moe, kyun!")
`(org-agenda-done ((,class (:foreground ,green-3 :background ,nil))))
`(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background
,red-2))))
`(org-priority ((,class (:foreground ,red-3 :background ,nil))))
- `(org-block ((,class (:foreground ,orange-1))))
- `(org-quote ((,class (:foreground ,orange-1))))
- `(org-block-begin-line ((,class (:foreground ,orange-2))))
- `(org-block-end-line ((,class (:foreground ,orange-2))))
+ `(org-block ((,class (:foreground ,blue-3 :background ,blue-00))))
+ `(org-quote ((,class (:foreground ,blue-3 :background ,blue-00))))
+ `(org-block-begin-line ((,class (:foreground ,blue-3 :background ,blue-0))))
+ `(org-block-end-line ((,class (:foreground ,white-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))))