diff options
author | jao <jao@gnu.org> | 2025-09-17 18:14:30 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-17 18:14:30 +0100 |
commit | 62c269f2d89bec5705c41bfe15778bbcb0f0b859 (patch) | |
tree | 9115edf0637785bae657769bd9f3a7d0ebba7e6e /lib/themes/jao-light-theme.el | |
parent | 3526fea3c98dfbaf10cdc6bb0d8b41ff947eb392 (diff) | |
download | elibs-62c269f2d89bec5705c41bfe15778bbcb0f0b859.tar.gz elibs-62c269f2d89bec5705c41bfe15778bbcb0f0b859.tar.bz2 |
theme tweaks
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 659b6bb..30a56af 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -36,9 +36,9 @@ (green "#005555") (lightgreen "darkgreen") (yellow "lightyellow")) - (:face-size 9) + (:face-size (jao-d-l 12 9)) ;; (:face-family "DejaVu Sans Mono") - (:face-family "Hack") + (:face-family (jao-d-l "Triplicate T4c" "Hack")) (:bold-weight 'semibold) (:palette (fg "black") (bg "white") |