branch: elpa/material-theme
commit 149ef120a2f5c3af72b040261dd455baea7ceb2a
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    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