Modus vivendi: fix free variables

This commit is contained in:
Protesilaos Stavrou 2019-12-25 08:47:54 +02:00
parent 5013556880
commit c4f79f362e
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
1 changed files with 2 additions and 2 deletions

View File

@ -369,8 +369,8 @@ between foreground and background is >= 7:1)."
`(cfw:face-sunday ((,class (:background ,bg-alt :foreground ,magenta-alt-other :weight bold))))
`(cfw:face-title ((,class (:inherit ,modus-theme-variable-pitch
:foreground ,fg-special-warm :weight bold
,@(when modus-operandi-theme-scale-headings
(list :height modus-operandi-theme-scale-4))))))
,@(when modus-vivendi-theme-scale-headings
(list :height modus-vivendi-theme-scale-4))))))
`(cfw:face-today ((,class (:foreground ,blue :weight bold))))
`(cfw:face-today-title ((,class (:inherit modus-theme-special-mild :box t))))
`(cfw:face-toolbar ((,class (:background ,bg-active :foreground ,bg-active))))