summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-light-theme.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-03-11 21:17:54 +0000
committerjao <jao@gnu.org>2022-03-11 21:17:54 +0000
commit725a83f63836cc98a64285ed6dc31da3ccc99858 (patch)
tree37ebc60c31854303731bdba75fd7a1f5482e9296 /lib/themes/jao-light-theme.el
parent5027f2e784d38faaff71f79cf24eff28344a8591 (diff)
downloadelibs-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.el3
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")