From 1591300f7079a51067b5bcdb2b6756897d82f4bc Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 21 Apr 2022 22:59:50 +0100 Subject: themes: emacs 28 seems to prefer 'semibold to 'medium --- lib/themes/jao-light-theme.el | 2 +- 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) -- cgit v1.2.3