diff options
author | jao <jao@gnu.org> | 2023-02-19 02:22:44 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2023-02-19 02:22:44 +0000 |
commit | 3afc62326bf8d87fcd7b3d6703d78081bce39388 (patch) | |
tree | 7374a77215fd3d06d7617865d9b6f69158fa9452 /lib/themes | |
parent | 8552474a0b2811e87cd6199bc68bd2679336620b (diff) | |
download | elibs-3afc62326bf8d87fcd7b3d6703d78081bce39388.tar.gz elibs-3afc62326bf8d87fcd7b3d6703d78081bce39388.tar.bz2 |
nits
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 8e97f8e..afbba3d 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -37,7 +37,8 @@ (lightgreen "darkgreen") (yellow "lightyellow")) (:face-size 9) - (:face-family "DejaVu Sans Mono") + ;; (:face-family "DejaVu Sans Mono") + (:face-family "Hack") (:bold-weight 'semibold) (:palette (fg "black") (bg "white") |