summaryrefslogtreecommitdiffhomepage
path: root/lib/themes/jao-light-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'lib/themes/jao-light-theme.el')
-rw-r--r--lib/themes/jao-light-theme.el4
1 files changed, 3 insertions, 1 deletions
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 <https://www.gnu.org/licenses/>.
+(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")