diff options
author | Marius Peter <blendoit@gmail.com> | 2020-12-23 16:42:01 -0800 |
---|---|---|
committer | Marius Peter <blendoit@gmail.com> | 2020-12-23 16:42:01 -0800 |
commit | 7def4f73f218f9be55afcb36d3216fb51364f220 (patch) | |
tree | 59dd2a882441ad39d53ed982abee49d5bff2c359 /themes | |
parent | 2f261d62bc3e7a00c50fca64ed71e133f4700636 (diff) |
Misc.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/sd-light-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el index 8eb7e8a..7805900 100644 --- a/themes/sd-light-theme.el +++ b/themes/sd-light-theme.el @@ -1,5 +1,5 @@ (deftheme sd-light - "Created 2020-12-19.") + "Created 2020-12-22.") (custom-theme-set-faces 'sd-light @@ -84,7 +84,7 @@ '(swiper-match-face-2 ((t (:inherit isearch)))) '(swiper-match-face-3 ((t (:foreground "chocolate" :inherit isearch)))) '(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch)))) - '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) + '(tooltip ((t (:foreground "black" :background "gainsboro" :inherit org-meta-line)))) '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) '(variable-pitch ((t (:family "Public Sans")))) '(line-number ((t (:background "white smoke" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack")))) |