[Emacs Lisp] Personal ~/.emacs.d/ configuration folder.
Dark theme.
Changed files
custom.el
@@ -17,7 +17,7 @@
17
17
'(cua-mode t nil (cua-base))
18
18
'(custom-enabled-themes nil)
19
19
'(custom-safe-themes
20
Removed:
'("82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
20
Added:
'("d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
21
21
'(electric-indent-mode t)
22
22
'(erc-autojoin-channels-alist
23
23
'(("freenode.net" "##linux" "#linux" "#archlinux" "#emacs" "#bitcoin" "#latex" "#org-mode" "#python")))
themes/sd-dark-theme.el
@@ -17,7 +17,7 @@
17
17
'(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray"))))
18
18
'(font-lock-comment-face ((t (:foreground "light slate gray" :slant italic))))
19
19
'(font-lock-constant-face ((t (:foreground "MediumOrchid4"))))
20
Removed:
'(font-lock-doc-face ((t (:foreground "white" :inherit variable-pitch))))
20
Added:
'(font-lock-doc-face ((t (:weight normal :inherit variable-pitch :foreground "white"))))
21
21
'(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold))))
22
22
'(font-lock-keyword-face ((t (:foreground "medium violet red"))))
23
23
'(font-lock-negation-char-face ((t nil)))
@@ -50,7 +50,7 @@
50
50
'(next-error ((t (:inherit region))))
51
51
'(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
52
52
'(org-checkbox ((t (:weight bold :inherit org-meta-line))))
53
Removed:
'(org-code ((t (:background "light grey" :foreground "black" :family "Hack"))))
53
Added:
'(org-code ((t (:background "light grey" :foreground "black" :weight normal :family "Hack"))))
54
54
'(org-date ((t (:inherit (link fixed-pitch)))))
55
55
'(org-document-info ((t (:weight bold))))
56
56
'(org-document-info-keyword ((t (:inherit org-meta-line))))
@@ -75,7 +75,7 @@
75
75
'(org-table ((t (:family "Hack"))))
76
76
'(org-tag ((t (:inherit link))))
77
77
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
78
Removed:
'(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack"))))
78
Added:
'(org-verbatim ((t (:foreground "DodgerBlue1" :weight normal :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))))