diff options
author | jao <jao@gnu.org> | 2022-05-25 23:24:31 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-05-28 18:13:12 +0100 |
commit | f35c9105509b1c5e01081cf413c68cec575a9047 (patch) | |
tree | 64f8e5fc5aacb5e0e621026119aaccbefd2a2bd7 /lib/themes | |
parent | 2f041bda5cedfdce0a6a8b3599d1f6f779764619 (diff) | |
download | elibs-f35c9105509b1c5e01081cf413c68cec575a9047.tar.gz elibs-f35c9105509b1c5e01081cf413c68cec575a9047.tar.bz2 |
nits
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 385b429..caf43d9 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -39,7 +39,9 @@ (blue "#023770") (green "#005555")) (:face-size 9) - (:face-family "Hack") + ;; (:face-family "Hack") + (:face-family "DejaVu Sans Mono") + ;; (:face-family "Iosevka Comfy Fixed") (:bold-weight jao-theme-light-bold) (:palette (fg "black") (bg "white") |