summaryrefslogtreecommitdiff
path: root/custom.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom.el')
-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)))))