Theme update.

Commit
a625e224c255029f1ddb4c39a32830c154760bc3
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
resources/themes/sd-light-theme.el
index 1e07e65a..d552a62e 100644..100644
@@ -1,9 +1,10 @@
1 1 (deftheme sd-light
2 Removed: "Created 2021-08-21.")
2 Added: "Created 2021-09-22.")
3 3
4 4 (custom-theme-set-variables
5 5 'sd-light
6 Removed: '(cursor-type 'bar))
6 Added: '(cursor-type 'bar)
7 Added: '(org-fontify-done-headline nil))
7 8
8 9 (custom-theme-set-faces
9 10 'sd-light
@@ -59,7 +60,7 @@
59 60 '(org-document-info ((t (:weight bold))))
60 61 '(org-document-info-keyword ((t (:inherit org-meta-line))))
61 62 '(org-document-title ((t (:weight bold :height 2.4))))
62 Removed: '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.6 :family "hermit"))))
63 Added: '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
63 64 '(org-drawer ((t (:inherit org-meta-line))))
64 65 '(org-ellipsis ((t (:inherit shadow :background "white"))))
65 66 '(org-footnote ((t (:inherit (link variable-font)))))
@@ -100,7 +101,7 @@
100 101 '(swiper-background-match-face-2 ((t (:background "chartreuse"))))
101 102 '(swiper-background-match-face-3 ((t (:background "orange"))))
102 103 '(swiper-background-match-face-4 ((t (:background "magenta"))))
103 Removed: '(org-headline-done ((t (:foreground "LightSteelBlue3" :height 1.6))))
104 Removed: '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack")))))
104 Added: '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack"))))
105 Added: '(org-property-value ((t (:inherit fixed-pitch)))))
105 106
106 107 (provide-theme 'sd-light)