From d07862a205c099c9efd3ec3b8ac3154d70ecec94 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Sat, 19 Dec 2020 21:27:15 -0800 Subject: Dark theme. --- themes/sd-dark-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes') 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)))) -- cgit v1.2.3