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

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

[nongnu] elpa/material-theme 149ef12 091/118: Remove cfw today backgroun


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 149ef12 091/118: Remove cfw today background.
Date: Thu, 21 Oct 2021 18:06:27 -0400 (EDT)

branch: elpa/material-theme
commit 149ef120a2f5c3af72b040261dd455baea7ceb2a
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    Remove cfw today background.
    
    Fix #29.
---
 material-light-theme.el | 2 +-
 material-theme.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/material-light-theme.el b/material-light-theme.el
index 13a5201..bc36aae 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -568,7 +568,7 @@
 
    ;; cfw emacs calendar
    `(cfw:face-title ((,class (:background ,background :foreground ,"#424242" 
:height 1.3 :weight bold))))
-   `(cfw:face-today ((,class (:background ,far-background :foreground 
,foreground))))
+   `(cfw:face-today ((,class (:foreground ,foreground))))
    `(cfw:face-day-title ((,class (:background ,current-line :foreground 
,foreground))))
    `(cfw:face-today-title ((,class (:background ,secondary-selection 
:foreground ,foreground))))
    `(cfw:face-header ((,class (:background ,current-line :foreground 
,foreground))))
diff --git a/material-theme.el b/material-theme.el
index d8bddda..2325a73 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -562,7 +562,7 @@
 
    ;; cfw emacs calendar
    `(cfw:face-title ((,class (:background ,background :foreground ,"#eceff1" 
:height 1.3 :weight bold))))
-   `(cfw:face-today ((,class (:background ,far-background :foreground 
,foreground))))
+   `(cfw:face-today ((,class (:foreground ,foreground))))
    `(cfw:face-day-title ((,class (:background ,current-line :foreground 
,foreground))))
    `(cfw:face-today-title ((,class (:background ,secondary-selection 
:foreground ,foreground))))
    `(cfw:face-header ((,class (:background ,current-line :foreground 
,foreground))))



reply via email to

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