[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
1
(deftheme sd-dark
2
"Created 2021-05-09.")
3
4
(custom-theme-set-faces
5
'sd-dark
6
'(Info-quoted ((t (:inherit org-block))))
7
'(cursor ((t (:background "red"))))
8
'(erc-action-face ((t (:slant italic))))
9
'(erc-button ((t (:inherit link))))
10
'(erc-input-face ((t (:foreground "DarkOrchid4"))))
11
'(erc-nick-default-face ((t (:weight bold :inherit org-meta-line))))
12
'(erc-notice-face ((t (:inherit shadow))))
13
'(erc-timestamp-face ((t (:inherit org-meta-line))))
14
'(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
15
'(fixed-pitch ((t (:family "Hack"))))
16
'(font-lock-builtin-face ((t (:foreground "medium purple"))))
17
'(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray"))))
18
'(font-lock-comment-face ((t (:inherit fixed-pitch :foreground "light slate gray" :slant italic))))
19
'(font-lock-constant-face ((t (:foreground "MediumOrchid4"))))
20
'(font-lock-doc-face ((t (:weight normal :inherit variable-pitch :foreground "white"))))
21
'(font-lock-function-name-face ((t (:foreground "medium violet red" :weight bold))))
22
'(font-lock-keyword-face ((t (:foreground "violet"))))
23
'(font-lock-negation-char-face ((t nil)))
24
'(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face))))
25
'(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange"))))
26
'(font-lock-regexp-grouping-construct ((t (:inherit bold))))
27
'(font-lock-string-face ((t (:foreground "MediumOrchid3"))))
28
'(font-lock-type-face ((t (:foreground "orchid2"))))
29
'(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold))))
30
'(font-lock-warning-face ((t (:inherit error))))
31
'(fringe ((t (:background "grey10"))))
32
'(header-line ((t (:weight extra-bold :height 1.8 :family "Public Sans"))))
33
'(highlight ((t (:background "gray24"))))
34
'(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
35
'(isearch ((t (:background "DodgerBlue1" :foreground "white"))))
36
'(isearch-fail ((t (:background "RosyBrown1"))))
37
'(ivy-minibuffer-match-face-1 ((t (:inherit swiper-match-face-1))))
38
'(ivy-minibuffer-match-face-2 ((t (:inherit swiper-match-face-2))))
39
'(ivy-minibuffer-match-face-3 ((t (:inherit swiper-match-face-3))))
40
'(ivy-minibuffer-match-face-4 ((t (:inherit swiper-match-face-4))))
41
'(ivy-minibuffer-match-highlight ((t (:inherit highlight))))
42
'(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2))))
43
'(match ((t (:background "yellow1"))))
44
'(minibuffer-prompt ((t (:inherit org-meta-line))))
45
'(mode-line ((t (:height 1.2 :family "Hack" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button)))))
46
'(mode-line-buffer-id ((t (:weight bold))))
47
'(mode-line-emphasis ((t (:weight bold))))
48
'(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button)))))
49
'(mode-line-inactive ((t (:height 1.2 :family "Hack" :background "SteelBlue4" :foreground "gainsboro" :box (:line-width -1 :color "gainsboro")))))
50
'(next-error ((t (:inherit region))))
51
'(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
52
'(org-checkbox ((t (:weight bold :inherit org-meta-line))))
53
'(org-code ((t (:background "gainsboro" :foreground "black" :family "Hack"))))
54
'(org-date ((t (:inherit (link fixed-pitch)))))
55
'(org-document-info ((t (:weight bold))))
56
'(org-document-info-keyword ((t (:inherit org-meta-line))))
57
'(org-document-title ((t (:weight bold :height 2.4))))
58
'(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit"))))
59
'(org-drawer ((t (:inherit org-meta-line))))
60
'(org-ellipsis ((t (:background "grey20" :inherit shadow))))
61
'(org-footnote ((t (:inherit (link variable-font)))))
62
'(org-formula ((t (:inherit org-table))))
63
'(org-level-1 ((t (:height 1.8))))
64
'(org-level-2 ((t (:height 1.6))))
65
'(org-level-3 ((t (:height 1.4))))
66
'(org-level-4 ((t (:height 1.0))))
67
'(org-level-5 ((t (:inherit org-level-4))))
68
'(org-level-6 ((t (:inherit org-level-4))))
69
'(org-level-7 ((t (:inherit org-level-4))))
70
'(org-level-8 ((t (:inherit org-level-4))))
71
'(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit"))))
72
'(org-priority ((t (:background "grey20" :inherit org-meta-line))))
73
'(org-quote ((t (:inherit variable-pitch :slant italic))))
74
'(org-special-keyword ((t (:background "grey20" :weight bold :inherit org-meta-line))))
75
'(org-table ((t (:family "Hack"))))
76
'(org-tag ((t (:inherit (link fixed-pitch)))))
77
'(org-todo ((t (:background "tomato" :foreground "white" :weight bold :family "Hermit"))))
78
'(org-verbatim ((t (:background "grey20" :foreground "DodgerBlue1" :foundry "Hack"))))
79
'(query-replace ((t (:inherit (isearch)))))
80
'(region ((t (:background "gray10"))))
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))))
82
'(shadow ((t (:foreground "light slate gray"))))
83
'(swiper-match-face-1 ((t (:inherit lazy-highlight))))
84
'(swiper-match-face-2 ((t (:inherit isearch))))
85
'(swiper-match-face-3 ((t (:foreground "chocolate" :inherit isearch))))
86
'(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch))))
87
'(tooltip ((t (:background "gainsboro" :foreground "black" :family "Hermit"))))
88
'(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
89
'(variable-pitch ((t (:family "Public Sans"))))
90
'(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack"))))
91
'(show-paren-match ((t (:inherit highlight))))
92
'(show-paren-mismatch ((t (:background "red" :foreground "grey20"))))
93
'(widget-field ((t (:extend t :background "LightSteelBlue4"))))
94
'(default ((t (:background "gray16" :foreground "white" :height 142 :family "Hack")))))
95
96
(provide-theme 'sd-dark)
97