diff options
author | jao <jao@gnu.org> | 2022-04-21 22:59:50 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2022-04-21 22:59:50 +0100 |
commit | 1591300f7079a51067b5bcdb2b6756897d82f4bc (patch) | |
tree | 1732db7393000dee4b810eacc3886539fa427828 /lib/themes | |
parent | 286934e3ed238a2ee8c6137568742e917bc44d97 (diff) | |
download | elibs-1591300f7079a51067b5bcdb2b6756897d82f4bc.tar.gz elibs-1591300f7079a51067b5bcdb2b6756897d82f4bc.tar.bz2 |
themes: emacs 28 seems to prefer 'semibold to 'medium
Diffstat (limited to 'lib/themes')
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 | ||||
-rw-r--r-- | lib/themes/jao-themes.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index cc48e52..6f57524 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -43,7 +43,7 @@ (green "#005555")) (:face-family "Fira Code") (:face-size 9) - (:bold-weight 'medium) + (:bold-weight 'semibold) (:palette (fg "black") (bg "white") (box "gray80") diff --git a/lib/themes/jao-themes.el b/lib/themes/jao-themes.el index 921e1c3..2c182f6 100644 --- a/lib/themes/jao-themes.el +++ b/lib/themes/jao-themes.el @@ -180,7 +180,7 @@ (defvar jao-themes--cidxs nil) (defvar jao-themes--x-colors nil) -(defvar jao-themes--bold-weight 'medium) +(defvar jao-themes--bold-weight 'semibold) (defvar *jao-themes--color-names* nil) (defvar *jao--parsed-faces* nil) |