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

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

[nongnu] elpa/moe-theme 17684de38d 082/352: Improve the color scheme of


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

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

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

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index cd1a6611a4..50e1da8e4f 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -112,9 +112,9 @@ Moe, moe, kyun!")
    `(org-column-title ((,class (:background ,blue-0 :foreground ,black-5 
:underline t :weight bold))))
    `(org-agenda-structure ((,class (:foreground ,black-4 :background ,blue-1 
:bold t))))
    `(org-deadline-announce ((,class (:foreground ,red-3))))
-   `(org-scheduled ((,class (:foreground ,white-2))))
+   `(org-scheduled ((,class (:foreground ,white-3))))
    `(org-scheduled-previously ((,class (:foreground ,red-1))))
-   `(org-scheduled-today ((,class (:foreground ,green-2))))
+   `(org-scheduled-today ((,class (:foreground ,yellow-2))))
    `(org-special-keyword ((,class (:background ,black-3 :foreground 
,white-1))))
    `(org-table ((,class (:background ,yellow-1 :foreground ,black-3))))
    `(org-time-grid ((,class (:foreground ,orange-2))))
@@ -129,12 +129,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 ,blue-0 :background ,black-5 
:underline nil))))
-   `(org-agenda-date-weekend ((,class (:foreground ,blue-1 :underline t :bold 
nil))))
+   `(org-agenda-date-weekend ((,class (:foreground ,blue-3 :underline nil 
:bold nil))))
    `(org-agenda-date-today ((,class (:foreground ,blue-0 :slant italic :weight 
bold))))
    `(org-agenda-column-dateline ((,class (:foreground ,white-0 :background 
,black-3 :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-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))))



reply via email to

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