diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-20 14:41:41 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-20 14:41:41 -0800 |
commit | 16c36ab72857855ff701d6ca40f468cb6c4ce700 (patch) | |
tree | 50dd02dbd9e5240acbc6ae34381cb9494f4f005f /themes | |
parent | d07862a205c099c9efd3ec3b8ac3154d70ecec94 (diff) |
Fix variable-pitch font.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/sd-dark-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el index 2c7d59a..a8627c9 100644 --- a/themes/sd-dark-theme.el +++ b/themes/sd-dark-theme.el @@ -1,5 +1,5 @@ (deftheme sd-dark - "Created 2020-12-19.") + "Created 2020-12-20.") (custom-theme-set-faces 'sd-dark @@ -86,7 +86,7 @@ '(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch)))) '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) - '(variable-pitch ((t (:weight thin :family "Public Sans")))) + '(variable-pitch ((t (:family "Public Sans")))) '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack")))) '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack"))))) |