From 58c86f71b5681c40df5f48263c9a709936e03a91 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sat, 15 May 2021 14:39:39 -0700 Subject: Light theme. --- themes/sd-light-theme.el | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'themes') diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el index 612856e..e66b984 100644 --- a/themes/sd-light-theme.el +++ b/themes/sd-light-theme.el @@ -55,7 +55,7 @@ '(org-document-info ((t (:weight bold)))) '(org-document-info-keyword ((t (:inherit org-meta-line)))) '(org-document-title ((t (:weight bold :height 2.4)))) - '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit")))) + '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.6 :family "hermit")))) '(org-drawer ((t (:inherit org-meta-line)))) '(org-ellipsis ((t (:inherit shadow :background "white")))) '(org-footnote ((t (:inherit (link variable-font))))) @@ -71,10 +71,10 @@ '(org-meta-line ((t (:extend t :background "white smoke" :foreground "LightSteelBlue3" :family "Hermit")))) '(org-priority ((t (:inherit org-special-keyword :height 1.6)))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) - '(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line)))) + '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white")))) '(org-table ((t (:height 0.8 :family "Hack")))) '(org-tag ((t (:inherit (link fixed-pitch))))) - '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) + '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.6 :family "Hermit")))) '(org-verbatim ((t (:foundry "Hack" :foreground "DodgerBlue1" :background "white" :inherit org-code)))) '(query-replace ((t (:inherit (isearch))))) '(region ((t (:background "gainsboro")))) @@ -86,7 +86,7 @@ '(swiper-match-face-4 ((t (:foreground "yellow")))) '(tooltip ((t (:background "gainsboro" :foreground "black" :family "Hermit")))) '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) - '(variable-pitch ((t (:height 1.2 :family "Public Sans")))) + '(variable-pitch ((t (:foreground "black" :height 1.2 :family "Public Sans")))) '(line-number ((t (:height 0.8 :inherit org-meta-line)))) '(show-paren-match ((t (:inherit highlight)))) '(show-paren-mismatch ((t (:background "red" :foreground "white")))) @@ -96,6 +96,7 @@ '(swiper-background-match-face-2 ((t (:background "chartreuse")))) '(swiper-background-match-face-3 ((t (:background "orange")))) '(swiper-background-match-face-4 ((t (:background "magenta")))) - '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack"))))) + '(org-headline-done ((t (:foreground "PaleGreen3" :height 1.6)))) + '(default ((t (:background "white" :foreground "dark slate blue" :height 142 :family "Hack"))))) (provide-theme 'sd-light) -- cgit v1.2.3