branch: elpa/material-theme
commit 5705d71b6d0c963c2987bdc2505d8f23f0bf3fef
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
fix #16 by setting emacs-calfw colors
---
material-light-theme.el | 14 ++++++++++++++
material-theme.el | 14 ++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/material-light-theme.el b/material-light-theme.el
index 9f145d2..1e32140 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -534,6 +534,20 @@
`(message-header-newsgroups ((,class (:foreground ,aqua :background nil
:slant normal))))
`(message-separator ((,class (:foreground ,purple))))
+ ;; 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-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))))
+ `(cfw:face-sunday ((,class (:background ,current-line :foreground ,aqua
:weight bold))))
+ `(cfw:face-saturday ((,class (:background ,current-line :foreground ,aqua
:weight bold))))
+ `(cfw:face-select ((,class (:background ,selection :foreground
,foreground))))
+ `(cfw:face-toolbar ((,class (:background ,aqua :foreground ,background
:weight bold))))
+ `(cfw:face-toolbar-button-off ((,class (:background ,aqua :foreground
,background :weight bold))))
+ `(cfw:face-toolbar-button-on ((,class (:background ,aqua :foreground
,secondary-selection :weight bold))))
+ `(cfw:face-holiday ((,class (:background ,current-line :foreground ,green
:weight bold))))
+
;; Jabber
`(jabber-chat-prompt-local ((,class (:foreground ,yellow))))
`(jabber-chat-prompt-foreign ((,class (:foreground ,orange))))
diff --git a/material-theme.el b/material-theme.el
index 21c1ac2..c0a1a7d 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -532,6 +532,20 @@
`(message-header-newsgroups ((,class (:foreground ,aqua :background nil
:slant normal))))
`(message-separator ((,class (:foreground ,purple))))
+ ;; 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-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))))
+ `(cfw:face-sunday ((,class (:background ,current-line :foreground ,aqua
:weight bold))))
+ `(cfw:face-saturday ((,class (:background ,current-line :foreground ,aqua
:weight bold))))
+ `(cfw:face-select ((,class (:background ,selection :foreground
,foreground))))
+ `(cfw:face-toolbar ((,class (:background ,aqua :foreground ,background
:weight bold))))
+ `(cfw:face-toolbar-button-off ((,class (:background ,aqua :foreground
,background :weight bold))))
+ `(cfw:face-toolbar-button-on ((,class (:background ,aqua :foreground
,secondary-selection :weight bold))))
+ `(cfw:face-holiday ((,class (:background ,current-line :foreground ,green
:weight bold))))
+
;; Jabber
`(jabber-chat-prompt-local ((,class (:foreground ,yellow))))
`(jabber-chat-prompt-foreign ((,class (:foreground ,orange))))