summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2025-09-19 18:15:26 +0100
committerjao <jao@gnu.org>2025-09-19 19:20:20 +0100
commit4ffc5fa01a0285177d1313d04684ffb9d73cc0da (patch)
tree750e0c4a90e80544cd89c5e188bbf8ab841fb9d7 /init.el
parent73c7e65653322928d508096b27b0f2bf7bc3c5ec (diff)
downloadelibs-4ffc5fa01a0285177d1313d04684ffb9d73cc0da.tar.gz
elibs-4ffc5fa01a0285177d1313d04684ffb9d73cc0da.tar.bz2
themes: external specification of face family
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8eec615..3d9f160 100644
--- a/init.el
+++ b/init.el
@@ -440,6 +440,9 @@
(defvar jao-theme-term-dark 'modus-vivendi)
(defvar jao-theme-term-light 'jao-light-term)
+(setq jao-themes-default-face (jao-d-l "Inconsolata LGC" "Hack")
+ jao-themes-default-size (jao-d-l 10 9))
+
(defun jao-themes-setup ()
(let* ((dark (jao-colors-scheme-dark-p))
(theme (cond ((and dark window-system) jao-theme-dark)