summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el19
1 files changed, 19 insertions, 0 deletions
diff --git a/zenburn-theme.el b/zenburn-theme.el
index c8ca3ec..8b737ab 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -294,6 +294,25 @@ Also bind `class' to ((class color) (min-colors 89))."
`(bm-fringe-face ((t (:background ,zenburn-yellow-1 :foreground ,zenburn-bg))))
`(bm-fringe-persistent-face ((t (:background ,zenburn-green-1 :foreground ,zenburn-bg))))
`(bm-persistent-face ((t (:background ,zenburn-green-1 :foreground ,zenburn-bg))))
+;;;;; calfw
+ `(cfw:face-annotation ((t (:foreground ,zenburn-red :inherit cfw:face-day-title))))
+ `(cfw:face-day-title ((t nil)))
+ `(cfw:face-default-content ((t (:foreground ,zenburn-green))))
+ `(cfw:face-default-day ((t (:weight bold))))
+ `(cfw:face-disable ((t (:foreground ,zenburn-fg-1))))
+ `(cfw:face-grid ((t (:inherit shadow))))
+ `(cfw:face-header ((t (:inherit font-lock-keyword-face))))
+ `(cfw:face-holiday ((t (:inherit cfw:face-sunday))))
+ `(cfw:face-periods ((t (:foreground ,zenburn-cyan))))
+ `(cfw:face-saturday ((t (:foreground ,zenburn-blue :weight bold))))
+ `(cfw:face-select ((t (:background ,zenburn-blue-5))))
+ `(cfw:face-sunday ((t (:foreground ,zenburn-red :weight bold))))
+ `(cfw:face-title ((t (:height 2.0 :inherit (variable-pitch font-lock-keyword-face)))))
+ `(cfw:face-today ((t (:foreground ,zenburn-cyan :weight bold))))
+ `(cfw:face-today-title ((t (:inherit highlight bold))))
+ `(cfw:face-toolbar ((t (:background ,zenburn-blue-5))))
+ `(cfw:face-toolbar-button-off ((t (:underline nil :inherit link))))
+ `(cfw:face-toolbar-button-on ((t (:underline nil :inherit link-visited))))
;;;;; cider
`(cider-result-overlay-face ((t (:background unspecified))))
`(cider-enlightened-face ((t (:box (:color ,zenburn-orange :line-width -1)))))