summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-12-19 21:27:15 -0800
committerBlendoit <blendoit@gmail.com>2020-12-19 21:27:15 -0800
commitd07862a205c099c9efd3ec3b8ac3154d70ecec94 (patch)
tree922ff808791406fb159e35eb470981b1b8a9fe69
parent8987f813fd5c8785be3bfdaa1834b646afd50e6f (diff)
Dark theme.
-rw-r--r--custom.el2
-rw-r--r--themes/sd-dark-theme.el6
2 files changed, 4 insertions, 4 deletions
diff --git a/custom.el b/custom.el
index c7f1099..a3f8df3 100644
--- a/custom.el
+++ b/custom.el
@@ -17,7 +17,7 @@
'(cua-mode t nil (cua-base))
'(custom-enabled-themes nil)
'(custom-safe-themes
- '("82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
+ '("d00ef309aa3e60f4c5780f2439dfde87eb7a927aa12f47a975d345a83483f708" "a9cfa0b8beb9e5edd204d709e86730224cc1995b2ac67da038bf83cf5b5dc0d4" "82c35cda29ae87484d769e19262fe9aa7d65c6ea7869088d05eaf5cda06cb4ca" default))
'(electric-indent-mode t)
'(erc-autojoin-channels-alist
'(("freenode.net" "##linux" "#linux" "#archlinux" "#emacs" "#bitcoin" "#latex" "#org-mode" "#python")))
diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el
index c4bc317..2c7d59a 100644
--- a/themes/sd-dark-theme.el
+++ b/themes/sd-dark-theme.el
@@ -17,7 +17,7 @@
'(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray"))))
'(font-lock-comment-face ((t (:foreground "light slate gray" :slant italic))))
'(font-lock-constant-face ((t (:foreground "MediumOrchid4"))))
- '(font-lock-doc-face ((t (:foreground "white" :inherit variable-pitch))))
+ '(font-lock-doc-face ((t (:weight normal :inherit variable-pitch :foreground "white"))))
'(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold))))
'(font-lock-keyword-face ((t (:foreground "medium violet red"))))
'(font-lock-negation-char-face ((t nil)))
@@ -50,7 +50,7 @@
'(next-error ((t (:inherit region))))
'(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
'(org-checkbox ((t (:weight bold :inherit org-meta-line))))
- '(org-code ((t (:background "light grey" :foreground "black" :family "Hack"))))
+ '(org-code ((t (:background "light grey" :foreground "black" :weight normal :family "Hack"))))
'(org-date ((t (:inherit (link fixed-pitch)))))
'(org-document-info ((t (:weight bold))))
'(org-document-info-keyword ((t (:inherit org-meta-line))))
@@ -75,7 +75,7 @@
'(org-table ((t (:family "Hack"))))
'(org-tag ((t (:inherit link))))
'(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
- '(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack"))))
+ '(org-verbatim ((t (:foreground "DodgerBlue1" :weight normal :foundry "Hack"))))
'(query-replace ((t (:inherit (isearch)))))
'(region ((t (:background "gainsboro"))))
'(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))))
Copyright 2019--2024 Marius PETER