diff options
author | jao <jao@gnu.org> | 2022-03-11 21:17:54 +0000 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-03-11 21:17:54 +0000 |
commit | 725a83f63836cc98a64285ed6dc31da3ccc99858 (patch) | |
tree | 37ebc60c31854303731bdba75fd7a1f5482e9296 /lib/themes/jao-light-theme.el | |
parent | 5027f2e784d38faaff71f79cf24eff28344a8591 (diff) | |
download | elibs-725a83f63836cc98a64285ed6dc31da3ccc99858.tar.gz elibs-725a83f63836cc98a64285ed6dc31da3ccc99858.tar.bz2 |
themes: trying roboto and configurable bold weight
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-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 a9786ea..3c1aa31 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -43,7 +43,8 @@ (functions "#005555") (red "salmon3") (red2 "sienna4")) - (:face-family "Hack") + (:face-family "Roboto Mono") + (:bold-weight 'medium) (:palette (fg "black") (bg "white") (box "grey88") |