diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-22 21:50:54 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-22 21:50:54 +0100 |
commit | 3cbd0959a51b5b9204e69bda84e5a899c78fe7c0 (patch) | |
tree | c6ac7fb073587c1c94cf6e22973d6206f88c9581 | |
parent | 1d3e91772a5379f91cbd7b1b25e6ef5a4354a041 (diff) |
Override some faces.
-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))))) |