[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Light theme.
themes/sd-light-theme.el
@@ -1,5 +1,5 @@
1
1
(deftheme sd-light
2
Removed:
"Created 2020-12-28.")
2
Added:
"Created 2021-02-08.")
3
3
4
4
(custom-theme-set-faces
5
5
'sd-light
@@ -60,7 +60,7 @@
60
60
'(org-ellipsis ((t (:inherit shadow :background "white"))))
61
61
'(org-footnote ((t (:inherit (link variable-font)))))
62
62
'(org-formula ((t (:inherit org-table))))
63
Removed:
'(org-level-1 ((t (:weight bold :height 1.8))))
63
Added:
'(org-level-1 ((t (:height 1.8))))
64
64
'(org-level-2 ((t (:height 1.6))))
65
65
'(org-level-3 ((t (:height 1.4))))
66
66
'(org-level-4 ((t (:height 1.0))))
@@ -75,7 +75,7 @@
75
75
'(org-table ((t (:family "Hack"))))
76
76
'(org-tag ((t (:inherit (link fixed-pitch)))))
77
77
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
78
Removed:
'(org-verbatim ((t (:foreground "DodgerBlue1" :weight normal :foundry "Hack"))))
78
Added:
'(org-verbatim ((t (:background "white" :foreground "DodgerBlue1" :foundry "Hack"))))
79
79
'(query-replace ((t (:inherit (isearch)))))
80
80
'(region ((t (:background "gainsboro"))))
81
81
'(secondary-selection ((((class color) (min-colors 88) (background light)) (:background "yellow1")) (((class color) (min-colors 88) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:background "yellow")) (((class color) (min-colors 16) (background dark)) (:background "SkyBlue4")) (((class color) (min-colors 8)) (:foreground "black" :background "cyan")) (t (:inverse-video t))))