From d5539ec427c851be04b639cc054aaa9958afa00e Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 24 Apr 2022 03:59:43 +0100 Subject: dark theme tweaks --- lib/themes/jao-light-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/themes/jao-light-theme.el') diff --git a/lib/themes/jao-light-theme.el b/lib/themes/jao-light-theme.el index 6f57524..d9bf1f0 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -16,6 +16,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . +(defvar jao-theme-light-bold (if (> emacs-major-version 28) 'medium 'semibold)) + (jao-define-custom-theme jao-light (:names (bg1 "gray98") (bg2 "gray95") @@ -43,7 +45,7 @@ (green "#005555")) (:face-family "Fira Code") (:face-size 9) - (:bold-weight 'semibold) + (:bold-weight jao-theme-dark-bold) (:palette (fg "black") (bg "white") (box "gray80") -- cgit v1.2.3