Skip to content

Instantly share code, notes, and snippets.

@myuhe
Created January 19, 2011 12:12
Show Gist options
  • Save myuhe/786084 to your computer and use it in GitHub Desktop.
Save myuhe/786084 to your computer and use it in GitHub Desktop.
(custom-set-faces
'(cfw:face-title ((t (:foreground "#f0dfaf" :weight bold :height 2.0 :inherit variable-pitch))))
'(cfw:face-header ((t (:foreground "#d0bf8f" :weight bold))))
'(cfw:face-sunday ((t :foreground "#cc9393" :background "grey10" :weight bold)))
'(cfw:face-saturday ((t :foreground "#8cd0d3" :background "grey10" :weight bold)))
'(cfw:face-holiday ((t :background "grey10" :foreground "#8c5353" :weight bold)))
'(cfw:face-default-content ((t :foreground "#bfebbf")))
'(cfw:face-regions ((t :foreground "#366060")))
'(cfw:face-day-title ((t :background "grey10")))
'(cfw:face-periods ((t :foreground "#8cd0d3")))
'(cfw:face-today-title ((t :background "#7f9f7f" :weight bold)))
'(cfw:face-today ((t :background: "grey10" :weight bold)))
'(cfw:face-select ((t :background "#2f2f2f"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment