emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/moe-theme 3f43889f39 229/352: Improve Org-agenda


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 3f43889f39 229/352: Improve Org-agenda
Date: Fri, 7 Jan 2022 03:59:27 -0500 (EST)

branch: elpa/moe-theme
commit 3f43889f3960a4449da6d3c5c9cfedd5839f5692
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]