[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Mirror light theme.
themes/sd-dark-theme.el
@@ -60,8 +60,8 @@
60
60
'(org-ellipsis ((t (:background "grey20" :inherit shadow))))
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))))
64
Removed:
'(org-level-2 ((t (:weight normal :height 1.6))))
63
Added:
'(org-level-1 ((t (:height 1.8))))
64
Added:
'(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))))
67
67
'(org-level-5 ((t (:inherit org-level-4))))
@@ -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 "grey20" :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))))