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

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

[nongnu] elpa/moe-theme ebdebf1caf 168/352: Add calfw faces.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ebdebf1caf 168/352: Add calfw faces.
Date: Fri, 7 Jan 2022 03:59:17 -0500 (EST)

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

    Add calfw faces.
    Improve Org agenda.
---
 moe-dark-theme.el  | 33 ++++++++++++++++++++++++++++-----
 moe-light-theme.el | 34 +++++++++++++++++++++++++++-------
 2 files changed, 55 insertions(+), 12 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index f834c048e8..bfc8185b3a 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -23,7 +23,7 @@ Moe, moe, kyun!")
       (black-2-5 "#6c6c6c") (black-3 "#4e4e4e") (black-4 "#3a3a3a") (black-5 
"#303030") (black-6 "#000000")
       (LIGHT_BG "#fdfde7") (white-0 "#ffffff")
       (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 
"#d7ff87")
-      (blue-0 "#afd7ff") (blue-00 "#d7d7ff")
+      (blue-01 "#c3c9f8") (blue-0 "#afd7ff") (blue-00 "#d7d7ff")
       (yellow-0 "#ffff87") (yellow-00 "#ffffaf")
       (purple-0 "#af87ff") (purple-00 "#e6a8df")
       (red-0 "#ff4b4b") (red-00 "#ffafaf")
@@ -112,7 +112,7 @@ Moe, moe, kyun!")
 
    `(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-agenda-structure ((,class (:foreground ,cyan-4 :background nil :bold 
t))))
    `(org-deadline-announce ((,class (:foreground ,red-3))))
    `(org-scheduled ((,class (:foreground ,white-3))))
    `(org-scheduled-previously ((,class (:foreground ,red-1))))
@@ -130,9 +130,9 @@ Moe, moe, kyun!")
    `(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-0 :background ,black-5 
:underline 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-date ((,class (:foreground ,blue-1 :background ,black-5 
:underline nil))))
+   `(org-agenda-date-weekend ((,class (:foreground ,purple-1 :underline nil 
:bold nil))))
+   `(org-agenda-date-today ((,class (:foreground ,blue-0 :background 
,black-2-5 :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 ,green-2 :background nil))))
@@ -632,6 +632,26 @@ Moe, moe, kyun!")
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))
    `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0 
:bold t))))
 
+   ;; cfw: Calendar Framework
+;;   `(cfw:face-annotation ((,class (:foreground , :background ,))))
+   `(cfw:face-day-title ((,class (:foreground ,white-0 :background 
"#262626"))))
+;;   `(cfw:face-default-content ((,class (:foreground , :background ,))))
+;;   `(cfw:face-default-day ((,class (:foreht , :background ,))))
+;;   `(cfw:face-disable ((,class (:foreground , :background ,))))
+   `(cfw:face-grid ((,class (:foreground ,black-2))))
+   `(cfw:face-header ((,class (:foreground ,white-1 :background ,black-3 :bold 
t))))
+   `(cfw:face-holiday ((,class (:foreground ,purple-1 :background "#262626" 
:bold t))))
+;;   `(cfw:face-periods ((,class (:foreground , :background ,))))
+   `(cfw:face-saturday ((,class (:foreground ,blue-01 :background ,blue-3 
:bold t))))
+   `(cfw:face-select ((,class (:foreground ,black-5 :background ,blue-1))))
+   `(cfw:face-sunday ((,class (:foreground ,red-00 :background ,red-3 :bold 
t))))
+;;   `(cfw:face-title ((,class (:foreground , :background ,))))
+   `(cfw:face-today ((,class (:foreground ,orange-2 :background ,black-3))))
+   `(cfw:face-today-title ((,class (:foreground ,white-0 :background 
,orange-2))))
+   `(cfw:face-toolbar ((,class (:foreground ,white-1 :background ,black-3))))
+   `(cfw:face-toolbar-button-off ((,class (:foreground ,cyan-5 :background 
,black-3))))
+   `(cfw:face-toolbar-button-on ((,class (:foreground ,red-1 :background 
,white-0))))
+
    ;; Column marker
    `(column-marker-1 ((,class (:background ,black-2-5))))
    `(column-marker-2 ((,class (:background ,yellow-4))))
@@ -655,6 +675,9 @@ Moe, moe, kyun!")
    `(widget-inactive ((,class (:foreground ,black-2))))
    `(widget-single-line-field ((,class (:foreground ,green-0 :background 
,black-3))))
 
+   ;; table
+   `(table-cell ((,class (:foreground ,white-0 :background ,black-3))))
+
   ;; Custom
   `(custom-button ((,class (:background ,blue-0 :foreground ,blue-3
                                         :box (:line-width 1 :style 
released-button)))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 815c3320e1..66277e7bcc 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -23,10 +23,10 @@ Moe, moe, kyun!")
       (black-2 "#8a8a8a") (black-3 "#767676") (black-4 "#626262") (black-5 
"#5f5f5f") (black-6 "#3a3a3a")
       (LIGHT_BG "#fdfde7") (white-0 "#ffffff")
       (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 
"#d7ff87")
-      (blue-0 "#afd7ff") (blue-00 "#d7d7ff")
+      (blue-01 "#c3c9f8") (blue-0 "#afd7ff") (blue-00 "#d7d7ff") (blue-000 
"#d4e5ff")
       (yellow-0 "#ffff87") (yellow-00 "#ffffaf") (yellow-2-5 "#ffba27")
       (purple-0 "#af87ff") (purple-00 "#e6a8df")
-      (red-0 "#ff4b4b") (red-00 "#ffafaf")
+      (red-0 "#ff4b4b") (red-00 "#ffafaf") (red-000 "#ffd5e5")
       (magenta-0 "#ffafd7") (magenta-00 "#ffd7ff")
       (orange-0 "#ffaf87") (orange-00 "#ffd787") (orange-000 "#ffd7af")
       )
@@ -66,7 +66,7 @@ Moe, moe, kyun!")
    `(minibuffer-prompt ((,class (:foreground ,black-5 :background ,green-2 
:bold nil))))
    `(escape-glyph ((,class (:foreground ,yellow-3))))
    `(error ((,class (:foreground ,red-0))))
-   `(warning ((,class (:foreground ,orange-1))))
+   `(warning ((,class (:foreground ,orange-2 :bold t))))
    `(success ((,class (:foreground ,green-2))))
 
    ;; Font lock faces
@@ -110,7 +110,7 @@ Moe, moe, kyun!")
    `(org-tag ((,class (:background ,black-1 :foreground ,white-0 :bold t 
:weight bold))))
    `(org-column ((,class (:background ,yellow-00 :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 
,green-0))))
+   `(org-agenda-structure ((,class (:foreground ,cyan-4 :background nil :bold 
nil))))
    `(org-deadline-announce ((,class (:foreground ,red-3))))
    `(org-scheduled ((,class (:foreground ,black-2))))
    `(org-scheduled-previously ((,class (:foreground ,red-1))))
@@ -128,9 +128,9 @@ Moe, moe, kyun!")
    `(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 ,orange-2 :background ,LIGHT_BG 
:underline nil))))
-   `(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-date ((,class (:foreground ,blue-2 :background nil :underline 
nil))))
+   `(org-agenda-date-weekend ((,class (:foreground ,purple-2 :background nil 
:slant italic :bold nil))))
+   `(org-agenda-date-today ((,class (:foreground ,blue-2 :background ,blue-00 
: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 ,green-3 :background ,nil))))
@@ -630,6 +630,26 @@ Moe, moe, kyun!")
    `(git-gutter:deleted ((,class (:foreground ,red-3 :background ,red-00 :bold 
t))))
    `(git-gutter:modified ((,class (:foreground ,yellow-4 :background ,yellow-0 
:bold t))))
 
+   ;; cfw: Calendar Framework
+;;   `(cfw:face-annotation ((,class (:foreground , :background ,))))
+   `(cfw:face-day-title ((,class (:background "#f8f9ff" :foreground 
,black-3))))
+;;   `(cfw:face-default-content ((,class (:foreground , :background ,))))
+;;   `(cfw:face-default-day ((,class (:foreht , :background ,))))
+;;   `(cfw:face-disable ((,class (:foreground , :background ,))))
+   `(cfw:face-grid ((,class (:foreground ,black-3))))
+   `(cfw:face-header ((,class (:foreground ,cyan-6 :background ,white-1 :bold 
t))))
+   `(cfw:face-holiday ((,class (:foreground ,purple-3 :background ,red-000))))
+;;   `(cfw:face-periods ((,class (:foreground , :background ,))))
+   `(cfw:face-saturday ((,class (:foreground ,blue-2 :background ,blue-000 
:bold t))))
+   `(cfw:face-select ((,class (:foreground nil :background ,blue-0))))
+   `(cfw:face-sunday ((,class (:foreground ,red-2 :background ,red-000 :bold 
t))))
+;;   `(cfw:face-title ((,class (:foreground , :background ,))))
+   `(cfw:face-today ((,class (:background ,yellow-00 :foreground ,orange-3))))
+   `(cfw:face-today-title ((,class (:foreground ,orange-3 :background 
"#fad163"))))
+   `(cfw:face-toolbar ((,class (:foreground ,white-1 :background ,white-1))))
+   `(cfw:face-toolbar-button-off ((,class (:foreground ,cyan-6 :background 
,white-1))))
+   `(cfw:face-toolbar-button-on ((,class (:foreground ,red-1 :background 
,white-0))))
+
    ;; Column marker
    `(column-marker-1 ((,class (:background ,white-3))))
    `(column-marker-2 ((,class (:background ,yellow-0))))



reply via email to

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