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

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

[nongnu] elpa/moe-theme 66e6f615c9 081/352: Improve the color scheme of


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 66e6f615c9 081/352: Improve the color scheme of org-mode agenda.
Date: Fri, 7 Jan 2022 03:59:08 -0500 (EST)

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

    Improve the color scheme of org-mode agenda.
---
 moe-light-theme.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/moe-light-theme.el b/moe-light-theme.el
index 6e15fb1689..dc6133aff7 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -113,7 +113,7 @@ Moe, moe, kyun!")
    `(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))))
+   `(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))))
@@ -128,12 +128,13 @@ Moe, moe, kyun!")
    `(org-ellipsis ((,class (:foreground ,red-2))))
    `(org-agenda-clocking ((,class (:foreground ,blue-3 :background ,blue-0 
:bold t))))
    `(org-agenda-date ((,class (:foreground ,orange-2 :background ,LIGHT_BG 
: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-date-weekend ((,class (:foreground ,yellow-3 :slant italic 
:bold nil))))
+   `(org-agenda-date-today ((,class (:foreground ,orange-3 :weight bold 
:underline t))))
    `(org-agenda-column-dateline ((,class (:foreground ,white-0 :background 
,yellow-0 :underline t))))
    `(org-agenda-todo ((,class (:foreground ,white-0 :background ,red-2))))
-   `(org-agenda-done ((,class (:foreground ,black-3 :background ,green-0))))
+   `(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))))



reply via email to

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