branch: elpa/moe-theme
commit 3f43889f3960a4449da6d3c5c9cfedd5839f5692
Author: kuanyui <[email protected]>
Commit: kuanyui <[email protected]>
Improve Org-agenda
---
moe-dark-theme.el | 4 ++--
moe-light-theme.el | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 1023e78684..3ff0469c50 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -119,10 +119,10 @@ Moe, moe, kyun!")
`(org-deadline-announce ((,class (:foreground ,red-3))))
`(org-scheduled ((,class (:foreground ,white-3))))
`(org-scheduled-previously ((,class (:foreground ,red-1))))
- `(org-scheduled-today ((,class (:foreground ,yellow-2))))
+ `(org-scheduled-today ((,class (:foreground ,blue-1))))
`(org-special-keyword ((,class (:background ,black-3 :foreground
,white-1))))
`(org-table ((,class (:background ,black-3 :foreground ,white-1))))
- `(org-time-grid ((,class (:foreground ,orange-2))))
+ `(org-time-grid ((,class (:foreground ,black-2))))
`(org-upcoming-deadline ((,class (:foreground ,red-1))))
`(org-warning ((,class (:bold t :foreground ,white-0 :background ,red-3))))
`(org-formula ((,class (:foreground ,purple-2))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 1f7bd3c0c1..af056a4122 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -120,7 +120,7 @@ Moe, moe, kyun!")
`(org-scheduled-today ((,class (:foreground ,blue-2))))
`(org-special-keyword ((,class (:background ,yellow-1 :foreground
,yellow-4))))
`(org-table ((,class (:background ,yellow-0 :foreground ,black-3))))
- `(org-time-grid ((,class (:foreground ,orange-2))))
+ `(org-time-grid ((,class (:foreground ,white-4))))
`(org-upcoming-deadline ((,class (:foreground ,red-3))))
`(org-warning ((,class (:bold t :foreground ,white-0 :background ,red-3))))
`(org-formula ((,class (:foreground ,purple-2))))