branch: elpa/spacemacs-theme
commit f4a324dce1eb0629d11b8d73bc043488d2f6c53c
Merge: b26162e897 9100128ebd
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #84 from jabranham/calfw
Calfw support.
---
README.md | 3 ++-
spacemacs-common.el | 20 ++++++++++++++++++++
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a0ec89e90c..38a93639f5 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ M-x package-install RET spacemacs-theme
Some of the supported modes are:
+* calfw
* company
* ein
* erc
@@ -136,7 +137,7 @@ There is also explicit colors variables that can be
customized:
* red-bg-s
* blue
* blue-bg
-* violet
+* magenta
* yellow
* yellow-bg
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 70492e55e9..407d9fe973 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -206,6 +206,26 @@
`(avy-lead-face-1 ((,class (:background ,blue-bg :foreground ,magenta))))
`(avy-lead-face-2 ((,class (:background ,blue-bg :foreground ,blue))))
+;;;;; calfw
+ `(cfw:face-title ((,class (:foreground ,head1 :height 2.0
:weight bold :inherit variable-pitch))))
+ `(cfw:face-header ((,class (:foreground ,base :weight
bold))))
+ `(cfw:face-saturday ((,class (:foreground ,base :weight
bold))))
+ `(cfw:face-sunday ((,class (:foreground ,base :weight
bold))))
+ `(cfw:face-holiday ((,class (:foreground ,head1 :weight
bold))))
+ `(cfw:face-grid ((,class (:foreground ,border))))
+ `(cfw:face-default-content ((,class (:foreground ,green))))
+ `(cfw:face-periods ((,class (:foreground ,cyan))))
+ `(cfw:face-day-title ((,class (:background ,head1-bg))))
+ `(cfw:face-default-day ((,class (:foreground ,base :weight
bold))))
+ `(cfw:face-annotation ((,class (:foreground ,aqua))))
+ `(cfw:face-disable ((,class (:foreground ,base-dim))))
+ `(cfw:face-today-title ((,class (:background ,blue :weight
bold))))
+ `(cfw:face-today ((,class (:background ,head1-bg :weight
bold))))
+ `(cfw:face-select ((,class (:background ,magenta :weight
bold))))
+ `(cfw:face-toolbar ((,class (:foreground ,base :background
,bg1))))
+ `(cfw:face-toolbar-button-off ((,class (:foreground ,base :weight
bold))))
+ `(cfw:face-toolbar-button-on ((,class (:foreground ,base :weight
bold))))
+
;;;;; cider
`(cider-enlightened ((,class (:background nil :box (:color ,yellow
:line-width -1 :style nil) :foreground ,yellow))))
`(cider-enlightened-local ((,class (:foreground ,yellow))))