summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
Diffstat (limited to 'resources')
-rw-r--r--resources/themes/sd-light-theme.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/resources/themes/sd-light-theme.el b/resources/themes/sd-light-theme.el
index 1e07e65..d552a62 100644
--- a/resources/themes/sd-light-theme.el
+++ b/resources/themes/sd-light-theme.el
@@ -1,9 +1,10 @@
(deftheme sd-light
- "Created 2021-08-21.")
+ "Created 2021-09-22.")
(custom-theme-set-variables
'sd-light
- '(cursor-type 'bar))
+ '(cursor-type 'bar)
+ '(org-fontify-done-headline nil))
(custom-theme-set-faces
'sd-light
@@ -59,7 +60,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.6 :family "hermit"))))
+ '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
'(org-drawer ((t (:inherit org-meta-line))))
'(org-ellipsis ((t (:inherit shadow :background "white"))))
'(org-footnote ((t (:inherit (link variable-font)))))
@@ -100,7 +101,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"))))
- '(org-headline-done ((t (:foreground "LightSteelBlue3" :height 1.6))))
- '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack")))))
+ '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack"))))
+ '(org-property-value ((t (:inherit fixed-pitch)))))
(provide-theme 'sd-light)
Copyright 2019--2024 Marius PETER