[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
sd-dark theme update.
themes/sd-dark-theme.el
@@ -1,5 +1,5 @@
1
1
(deftheme sd-dark
2
Removed:
"Created 2020-12-20.")
2
Added:
"Created 2021-01-11.")
3
3
4
4
(custom-theme-set-faces
5
5
'sd-dark
@@ -15,11 +15,11 @@
15
15
'(fixed-pitch ((t (:family "Hack"))))
16
16
'(font-lock-builtin-face ((t (:foreground "medium purple"))))
17
17
'(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray"))))
18
Removed:
'(font-lock-comment-face ((t (:foreground "light slate gray" :slant italic))))
18
Added:
'(font-lock-comment-face ((t (:inherit fixed-pitch :foreground "light slate gray" :slant italic))))
19
19
'(font-lock-constant-face ((t (:foreground "MediumOrchid4"))))
20
20
'(font-lock-doc-face ((t (:weight normal :inherit variable-pitch :foreground "white"))))
21
Removed:
'(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold))))
22
Removed:
'(font-lock-keyword-face ((t (:foreground "medium violet red"))))
21
Added:
'(font-lock-function-name-face ((t (:foreground "medium violet red" :weight bold))))
22
Added:
'(font-lock-keyword-face ((t (:foreground "violet"))))
23
23
'(font-lock-negation-char-face ((t nil)))
24
24
'(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face))))
25
25
'(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange"))))
@@ -27,7 +27,7 @@
27
27
'(font-lock-string-face ((t (:foreground "MediumOrchid3"))))
28
28
'(font-lock-type-face ((t (:foreground "orchid2"))))
29
29
'(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold))))
30
Removed:
'(font-lock-warning-face ((t (:inherit (error)))))
30
Added:
'(font-lock-warning-face ((t (:inherit error))))
31
31
'(fringe ((t (:background "grey10"))))
32
32
'(header-line ((t (:weight extra-bold :height 1.8 :family "Public Sans"))))
33
33
'(highlight ((t (:background "LightSkyBlue1"))))