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

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

[nongnu] elpa/moe-theme 51c7d1438f 076/352: moe-dark for Org Agenda


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 51c7d1438f 076/352: moe-dark for Org Agenda
Date: Fri, 7 Jan 2022 03:59:07 -0500 (EST)

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

    moe-dark for Org Agenda
---
 moe-dark-theme.el  | 49 +++++++++++++++++++++++++------------------------
 moe-light-theme.el |  1 +
 2 files changed, 26 insertions(+), 24 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 8e43e56996..161d65d054 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -76,7 +76,7 @@ Moe, moe, kyun!")
    `(font-lock-doc-face ((,class (:foreground ,red-2))))
    `(font-lock-doc-string-face ((,class (:foreground ,yellow-3))))
    `(font-lock-function-name-face ((,class (:foreground ,yellow-1))))
-   `(font-lock-keyword-face ((,class (:foreground ,green-1))))
+   `(font-lock-keyword-face ((,class (:foreground ,green-01))))
    `(font-lock-negation-char-face ((,class (:foreground ,green-2))))
    `(font-lock-preprocessor-face ((,class (:foreground ,purple-1))))
    `(font-lock-regexp-grouping-backslash ((,class (:foreground ,yellow-1))))
@@ -90,10 +90,6 @@ Moe, moe, kyun!")
    `(org-document-title ((,class (:foreground ,blue-1 :background ,black-5 
:weight bold :height 1.5))))
    `(org-document-info ((,class (:foreground ,blue-3 :background ,black-5 
:weight bold))))
    `(org-document-info-keyword ((,class (:foreground ,white-1 :background 
,black-5))))
-   `(org-agenda-date-today
-     ((,class (:foreground ,orange-2 :slant italic :weight bold))) t)
-   `(org-agenda-structure
-     ((,class (:inherit font-lock-comment-face))))
    `(org-archived ((,class (:slant italic))))
    `(org-checkbox ((,class (:background ,white-2 :foreground ,black-3
                                    :box (:line-width 1 :style 
released-button)))))
@@ -110,36 +106,41 @@ Moe, moe, kyun!")
    `(org-level-6 ((,class (:foreground ,magenta-2))))
    `(org-level-7 ((,class (:foreground ,purple-2))))
    `(org-level-8 ((,class (:foreground ,black-2))))
-   `(org-tag ((,class (:background ,white-1 :foreground ,black-2 :bold t 
:weight bold))))
-   `(org-column ((,class (:background ,white-3 :foreground ,black-5))))
-   `(org-column-title ((,class (:background ,green-2 :foreground ,black-5 
:underline t :weight bold))))
+   `(org-tag ((,class (:background ,black-3 :foreground ,white-1 :bold t 
:weight bold))))
+
+   `(org-column ((,class (:background ,black-4 :foreground ,black-3))))
+   `(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 ,green-2))))
+   `(org-scheduled ((,class (:foreground ,white-2))))
    `(org-scheduled-previously ((,class (:foreground ,red-1))))
-   `(org-scheduled-today ((,class (:foreground ,blue-1))))
-   `(org-special-keyword ((,class (:foreground ,yellow-4 :background 
,yellow-0))))
-   `(org-table ((,class (:foreground ,white-1 :background ,black-3))))
+   `(org-scheduled-today ((,class (:foreground ,green-2))))
+   `(org-special-keyword ((,class (:background ,black-2-5 :foreground 
,black-5))))
+   `(org-table ((,class (:background ,yellow-1 :foreground ,black-3))))
    `(org-time-grid ((,class (:foreground ,orange-2))))
-   `(org-upcoming-deadline ((,class (:inherit font-lock-keyword-face))))
-   `(org-warning ((,class (:bold t :foreground ,red-3 :weight bold))))
-   `(org-formula ((,class (:foreground ,yellow-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))))
    `(org-headline-done ((,class (:foreground ,green-2))))
-   `(org-hide ((,class (:foreground ,black-2))))
-   `(org-code ((,class (:foreground ,yellow-1))))
-   `(org-link ((,class (:foreground ,blue-1 :underline ,blue-1))))
+   `(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 ,blue-2 :underline nil))))
-   `(org-agenda-todo ((,class (:foreground ,black-3 :background ,red-2))))
-   `(org-agenda-done ((,class (:foreground ,black-3 :background ,green-2))))
-   `(org-agenda-dimmed-todo-face ((,class (:foreground ,white-1 :background 
,red-2))))
+   `(org-agenda-date ((,class (:foreground ,blue-0 :underline nil))))
+   `(org-agenda-date-weekend ((,class (:foreground ,blue-1 :underline t :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 nil))))
+   `(org-agenda-todo ((,class (:foreground ,white-0 :background ,red-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))))
    `(org-block-begin-line ((,class (:foreground ,orange-2))))
    `(org-block-end-line ((,class (:foreground ,orange-2))))
-   `(org-mode-line-clock ((,class (:foreground ,blue-3 :background ,white-1 
:bold t))))
-   `(org-mode-line-clock-overrun ((,class (:foreground ,black-3 :background 
,red-1 :bold t))))
+   `(org-mode-line-clock ((,class (:foreground ,blue-3 :background ,blue-0 
:bold t))))
+   `(org-mode-line-clock-overrun ((,class (:foreground ,white-0 :background 
,red-1 :bold t))))
 
    ;; undo-tree
    `(undo-tree-visualizer-default-face ((,class (:foreground ,white-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index bd77dd9cc2..27061f12d7 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -130,6 +130,7 @@ Moe, moe, kyun!")
    `(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-column-dateline ((,class (:foreground ,white-0 :underline 
nil))))
    `(org-agenda-todo ((,class (:foreground ,white-0 :background ,red-2))))
    `(org-agenda-done ((,class (:foreground ,black-3 :background ,green-0))))
    `(org-agenda-dimmed-todo-face ((,class (:foreground ,white-0 :background 
,red-2))))



reply via email to

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