Skip to content

Commit a0ec3c3

Browse files
committed
fix(base): update calfw faces
To adapt to a refactor upstream. Ref: kiwanami/emacs-calfw@b7c26ecbe9d6
1 parent ad9b1bd commit a0ec3c3

1 file changed

Lines changed: 17 additions & 18 deletions

File tree

doom-themes-base.el

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -273,24 +273,23 @@
273273
(bmkp-url :foreground blue :underline t)
274274
(bmkp-variable-list :foreground green)
275275
;;;; calfw
276-
(cfw:face-title :foreground blue :weight 'bold :height 2.0 :inherit 'variable-pitch)
277-
(cfw:face-header :foreground (doom-blend blue bg 0.8) :weight 'bold)
278-
(cfw:face-sunday :foreground (doom-blend red bg 0.8) :weight 'bold)
279-
(cfw:face-saturday :foreground (doom-blend red bg 0.8) :weight 'bold)
280-
(cfw:face-holiday :background bg-alt :weight 'bold)
281-
(cfw:face-grid :foreground vertical-bar)
282-
(cfw:face-periods :foreground yellow)
283-
(cfw:face-toolbar)
284-
(cfw:face-toolbar-button-off :foreground base6 :weight 'bold :inherit 'variable-pitch)
285-
(cfw:face-toolbar-button-on :foreground blue :weight 'bold :inherit 'variable-pitch)
286-
(cfw:face-default-content :foreground fg)
287-
(cfw:face-day-title :foreground fg :weight 'bold)
288-
(cfw:face-today-title :foreground bg :background blue :weight 'bold)
289-
(cfw:face-default-day :weight 'bold)
290-
(cfw:face-today :weight 'bold)
291-
(cfw:face-annotation :foreground violet)
292-
(cfw:face-disable :foreground grey)
293-
(cfw:face-select :background region)
276+
(calfw-annotation-face :foreground violet)
277+
(calfw-day-title-face :foreground fg :weight 'bold)
278+
(calfw-default-content-face :foreground fg)
279+
(calfw-default-day-face :weight 'bold)
280+
(calfw-disable-face :foreground grey)
281+
(calfw-grid-face :foreground vertical-bar)
282+
(calfw-header-face :foreground (doom-blend blue bg 0.8) :weight 'bold)
283+
(calfw-holiday-face :background bg-alt :weight 'bold)
284+
(calfw-periods-face :foreground yellow)
285+
(calfw-saturday-face :foreground (doom-blend red bg 0.8) :weight 'bold)
286+
(calfw-sunday-face :foreground (doom-blend red bg 0.8) :weight 'bold)
287+
(calfw-title-face :foreground blue :weight 'bold :height 2.0 :inherit 'variable-pitch)
288+
(calfw-today-face :weight 'bold)
289+
(calfw-today-title-face :foreground bg :background blue :weight 'bold)
290+
(calfw-toolbar-button-off-face :foreground base6 :weight 'bold :inherit 'variable-pitch)
291+
(calfw-toolbar-button-on-face :foreground blue :weight 'bold :inherit 'variable-pitch)
292+
(calfw-toolbar-face)
294293
;;;; centaur-tabs
295294
((centaur-tabs-default &inherit tab-bar) :box nil)
296295
((centaur-tabs-selected &inherit tab-bar-tab) :box nil)

0 commit comments

Comments
 (0)