From 4ffc5fa01a0285177d1313d04684ffb9d73cc0da Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 19 Sep 2025 18:15:26 +0100 Subject: themes: external specification of face family --- init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.el') 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) -- cgit v1.2.3