From 3cbd0959a51b5b9204e69bda84e5a899c78fe7c0 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 22 Feb 2024 21:50:54 +0100 Subject: Override some faces. --- custom.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/custom.el b/custom.el index f822732..f8ef872 100644 --- a/custom.el +++ b/custom.el @@ -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))))) -- cgit v1.2.3