branch: elpa/moe-theme
commit bce815a9ac654944945bb66885a37df225b70541
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
More light faces for Agenda.
---
moe-light-theme.el | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 565b93e87b..bd77dd9cc2 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -93,7 +93,7 @@ Moe, moe, kyun!")
`(org-checkbox ((,class (:background ,white-2 :foreground ,black-3
:box (:line-width 1 :style
released-button)))))
`(org-date ((,class (:foreground ,blue-2 :underline t))))
- `(org-done ((,class (:bold t :weight bold :foreground ,green-4 :background
,green-1
+ `(org-done ((,class (:bold t :weight bold :foreground ,green-4 :background
,green-0
:box (:line-width 1 :style none)))))
`(org-todo ((,class (:bold t :weight bold :foreground ,red-3 :background
,orange-0
:box (:line-width 1 :style none)))))
@@ -108,30 +108,30 @@ Moe, moe, kyun!")
`(org-tag ((,class (:background ,black-1 :foreground ,white-0 :bold t
:weight bold))))
`(org-column ((,class (:background ,yellow-00 :foreground ,black-3))))
`(org-column-title ((,class (:background ,blue-0 :foreground ,black-5
:underline t :weight bold))))
- `(org-agenda-date-today
- ((,class (:foreground ,orange-2 :slant italic :weight bold))) t)
`(org-agenda-structure
- ((,class (:inherit font-lock-comment-face))))
+ ((,class (:foreground ,black-4 :background ,green-0))))
`(org-deadline-announce ((,class (:foreground ,red-3))))
`(org-scheduled ((,class (:foreground ,black-2))))
`(org-scheduled-previously ((,class (:foreground ,red-1))))
- `(org-scheduled-today ((,class (:foreground ,blue-1 :background
,yellow-00))))
+ `(org-scheduled-today ((,class (:foreground ,blue-1))))
`(org-special-keyword ((,class (:background ,yellow-2 :foreground
,yellow-4))))
`(org-table ((,class (:background ,yellow-0 :foreground ,black-3))))
`(org-time-grid ((,class (:foreground ,orange-2))))
- `(org-upcoming-deadline ((,class (:foreground ,red-3 :background
,yellow-00))))
- `(org-warning ((,class (:bold t :foreground ,red-3 :weight bold))))
+ `(org-upcoming-deadline ((,class (:foreground ,red-3))))
+ `(org-warning ((,class (:bold t :foreground ,white-0 :background ,red-3))))
`(org-formula ((,class (:foreground ,purple-2))))
`(org-headline-done ((,class (:foreground ,green-2))))
- `(org-hide ((,class (:foreground ,black-2))))
+ `(org-hide ((,class (:foreground ,LIGHT_BG))))
`(org-code ((,class (:foreground ,blue-2))))
`(org-link ((,class (:foreground ,blue-2 :underline ,blue-2))))
`(org-footnote ((,class (:foreground ,magenta-3))))
`(org-ellipsis ((,class (:foreground ,red-2))))
`(org-agenda-clocking ((,class (:foreground ,blue-3 :background ,blue-0
:bold t))))
`(org-agenda-date ((,class (:foreground ,orange-1 :underline nil))))
+ `(org-agenda-date-weekend ((,class (:foreground ,yellow-3 :underline t
:bold nil))))
+ `(org-agenda-date-today ((,class (:foreground ,orange-2 :slant italic
:weight bold))))
`(org-agenda-todo ((,class (:foreground ,white-0 :background ,red-2))))
- `(org-agenda-done ((,class (:foreground ,black-3 :background ,green-2))))
+ `(org-agenda-done ((,class (:foreground ,black-3 :background ,green-0))))
`(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background
,red-2))))
`(org-block ((,class (:foreground ,orange-1))))
`(org-quote ((,class (:foreground ,orange-1))))