[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Light theme.
themes/sd-light-theme.el
@@ -55,7 +55,7 @@
55
55
'(org-document-info ((t (:weight bold))))
56
56
'(org-document-info-keyword ((t (:inherit org-meta-line))))
57
57
'(org-document-title ((t (:weight bold :height 2.4))))
58
Removed:
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
58
Added:
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.6 :family "hermit"))))
59
59
'(org-drawer ((t (:inherit org-meta-line))))
60
60
'(org-ellipsis ((t (:inherit shadow :background "white"))))
61
61
'(org-footnote ((t (:inherit (link variable-font)))))
@@ -71,10 +71,10 @@
71
71
'(org-meta-line ((t (:extend t :background "white smoke" :foreground "LightSteelBlue3" :family "Hermit"))))
72
72
'(org-priority ((t (:inherit org-special-keyword :height 1.6))))
73
73
'(org-quote ((t (:inherit variable-pitch :slant italic))))
74
Removed:
'(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line))))
74
Added:
'(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white"))))
75
75
'(org-table ((t (:height 0.8 :family "Hack"))))
76
76
'(org-tag ((t (:inherit (link fixed-pitch)))))
77
Removed:
'(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
77
Added:
'(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.6 :family "Hermit"))))
78
78
'(org-verbatim ((t (:foundry "Hack" :foreground "DodgerBlue1" :background "white" :inherit org-code))))
79
79
'(query-replace ((t (:inherit (isearch)))))
80
80
'(region ((t (:background "gainsboro"))))
@@ -86,7 +86,7 @@
86
86
'(swiper-match-face-4 ((t (:foreground "yellow"))))
87
87
'(tooltip ((t (:background "gainsboro" :foreground "black" :family "Hermit"))))
88
88
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
89
Removed:
'(variable-pitch ((t (:height 1.2 :family "Public Sans"))))
89
Added:
'(variable-pitch ((t (:foreground "black" :height 1.2 :family "Public Sans"))))
90
90
'(line-number ((t (:height 0.8 :inherit org-meta-line))))
91
91
'(show-paren-match ((t (:inherit highlight))))
92
92
'(show-paren-mismatch ((t (:background "red" :foreground "white"))))
@@ -96,6 +96,7 @@
96
96
'(swiper-background-match-face-2 ((t (:background "chartreuse"))))
97
97
'(swiper-background-match-face-3 ((t (:background "orange"))))
98
98
'(swiper-background-match-face-4 ((t (:background "magenta"))))
99
Removed:
'(default ((t (:background "white" :foreground "black" :height 142 :family "Hack")))))
99
Added:
'(org-headline-done ((t (:foreground "PaleGreen3" :height 1.6))))
100
Added:
'(default ((t (:background "white" :foreground "dark slate blue" :height 142 :family "Hack")))))
100
101
101
102
(provide-theme 'sd-light)