diff options
-rw-r--r-- | lib/themes/jao-light-theme.el | 2 |
1 files changed, 1 insertions, 1 deletions
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")) |