summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-21 17:49:12 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-21 17:49:12 +0100
commit43b1baf3ff5d55a4600eb4a7323c9c728718b90c (patch)
tree23928ad3a8b8a3be04d11b02a92329f72d6d6d91
parentab937be85a8580cac435005a5881a6ab5822c588 (diff)
Customize faces.
-rw-r--r--custom.el5
1 files changed, 4 insertions, 1 deletions
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)))))