From 740c1e9f685cdb6a7cdc0c834918bfb6b367bcc7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 28 Feb 2021 05:31:16 +0000 Subject: themes: bold is bold --- lib/themes/jao-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 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 6b52eae..ae82105 100644 --- a/lib/themes/jao-light-theme.el +++ b/lib/themes/jao-light-theme.el @@ -85,7 +85,7 @@ (mode-line-buffer-id (~ mode-line) nit) (mode-line-emphasis it) (mode-line-highlight (c green nil))) - (:x-faces (bold :family "Source Code Pro Semibold" :height 100) + (:x-faces (bold bf) (compilation-info (c "#223142" nil) nbf) (company-scrollbar-bg (c nil "grey95")) (company-scrollbar-fg (c nil "grey90")) -- cgit v1.2.3