summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-04-21 22:59:50 +0100
committerjao <jao@gnu.org>2022-04-21 22:59:50 +0100
commit1591300f7079a51067b5bcdb2b6756897d82f4bc (patch)
tree1732db7393000dee4b810eacc3886539fa427828
parent286934e3ed238a2ee8c6137568742e917bc44d97 (diff)
downloadelibs-1591300f7079a51067b5bcdb2b6756897d82f4bc.tar.gz
elibs-1591300f7079a51067b5bcdb2b6756897d82f4bc.tar.bz2
themes: emacs 28 seems to prefer 'semibold to 'medium
-rw-r--r--lib/themes/jao-light-theme.el2
-rw-r--r--lib/themes/jao-themes.el2
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)