diff options
author | jao <jao@gnu.org> | 2022-05-23 05:13:48 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-05-23 05:13:48 +0100 |
commit | bdbd41bcfa27184290eb8ffde6c5d7d3052f8079 (patch) | |
tree | f760d3af8e90256a6a2ad09586c3f04b6e6782a6 /lib/themes | |
parent | 8d98294a7acbd25e0943335babaaf80936940912 (diff) | |
download | elibs-bdbd41bcfa27184290eb8ffde6c5d7d3052f8079.tar.gz elibs-bdbd41bcfa27184290eb8ffde6c5d7d3052f8079.tar.bz2 |
nits
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index bd3fcdf..385b429 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -39,7 +39,7 @@ (blue "#023770") (green "#005555")) (:face-size 9) - (:face-family "Fira Code") + (:face-family "Hack") (:bold-weight jao-theme-light-bold) (:palette (fg "black") (bg "white") |