diff options
-rw-r--r-- | custom.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -79,7 +79,12 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(mini-echo-blue ((t (:inherit modus-themes-subtle-blue)))) + '(mini-echo-cyan ((t (:inherit modus-themes-fg-cyan)))) + '(mini-echo-violet ((t (:inherit modus-themes-fg-magenta)))) '(mode-line-buffer-id ((t (:inherit italic)))) '(modus-themes-button ((t (:inherit variable-pitch :background "#4a4f69" :foreground "#ffffff" :box (:line-width (1 . 1) :color "#61647a" :style flat-button)))) t) + '(mu4e-unread-face ((t (:inherit nil)))) + '(org-agenda-date-today ((t (:inherit highlight :underline nil)))) '(variable-pitch ((t (:height 1.1 :family "Vollkorn")))) '(variable-pitch-text ((t (:inherit variable-pitch :height 1.1))))) |