diff options
author | jao <jao@gnu.org> | 2025-09-19 18:15:26 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-19 19:20:20 +0100 |
commit | 4ffc5fa01a0285177d1313d04684ffb9d73cc0da (patch) | |
tree | 750e0c4a90e80544cd89c5e188bbf8ab841fb9d7 /init.el | |
parent | 73c7e65653322928d508096b27b0f2bf7bc3c5ec (diff) | |
download | elibs-4ffc5fa01a0285177d1313d04684ffb9d73cc0da.tar.gz elibs-4ffc5fa01a0285177d1313d04684ffb9d73cc0da.tar.bz2 |
themes: external specification of face family
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |