summaryrefslogtreecommitdiff
path: root/themes
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 /themes
parent8987f813fd5c8785be3bfdaa1834b646afd50e6f (diff)
Dark theme.
Diffstat (limited to 'themes')
-rw-r--r--themes/sd-dark-theme.el6
1 files changed, 3 insertions, 3 deletions
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