From e57fe68659662daa08997df59189fb5d4608a5ca Mon Sep 17 00:00:00 2001 From: jao Date: Sat, 20 Sep 2025 22:54:36 +0100 Subject: theme tweaks --- init.el | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index ea47bd6..eb710f8 100644 --- a/init.el +++ b/init.el @@ -433,15 +433,19 @@ (setq custom-theme-directory (expand-file-name "lib/themes" jao-emacs-dir)) -(require 'jao-themes) - (defvar jao-theme-dark 'jao-dark) (defvar jao-theme-light 'jao-light) (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)) +(use-package jao-themes + :demand t + :init + (setq jao-themes-default-family (jao-d-l "Inconsolata LGC" "Hack") + jao-themes-default-size (jao-d-l 10 9) + jao-themes-default-variable-pitch-family + (jao-d-l "Helvetica" "Iosevka Etoile") + jao-themes-default-variable-pitch-size (jao-d-l 12 9))) (defun jao-themes-setup () (let* ((dark (jao-colors-scheme-dark-p)) -- cgit v1.2.3