summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-22 21:50:54 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-22 21:50:54 +0100
commit3cbd0959a51b5b9204e69bda84e5a899c78fe7c0 (patch)
treec6ac7fb073587c1c94cf6e22973d6206f88c9581
parent1d3e91772a5379f91cbd7b1b25e6ef5a4354a041 (diff)
Override some faces.
-rw-r--r--custom.el5
1 files changed, 5 insertions, 0 deletions
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)))))