From 43b1baf3ff5d55a4600eb4a7323c9c728718b90c Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 21 Feb 2024 17:49:12 +0100 Subject: Customize faces. --- custom.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/custom.el b/custom.el index 1e7535b..f822732 100644 --- a/custom.el +++ b/custom.el @@ -79,4 +79,7 @@ ;; 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. - ) + '(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) + '(variable-pitch ((t (:height 1.1 :family "Vollkorn")))) + '(variable-pitch-text ((t (:inherit variable-pitch :height 1.1))))) -- cgit v1.2.3