diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 17:49:12 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 17:49:12 +0100 |
commit | 43b1baf3ff5d55a4600eb4a7323c9c728718b90c (patch) | |
tree | 23928ad3a8b8a3be04d11b02a92329f72d6d6d91 | |
parent | ab937be85a8580cac435005a5881a6ab5822c588 (diff) |
Customize faces.
-rw-r--r-- | custom.el | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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))))) |