From d41db775ea55323c279b1249a12803c567c92fd4 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Tue, 26 Jan 2021 19:29:23 -0800 Subject: Reconciled my themes with ediff :-) --- themes/sd-dark-theme.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'themes/sd-dark-theme.el') diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el index 93f101e..9def71d 100644 --- a/themes/sd-dark-theme.el +++ b/themes/sd-dark-theme.el @@ -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" :weight normal :family "Hack")))) + '(org-code ((t (:background "gainsboro" :foreground "black" :family "Hack")))) '(org-date ((t (:inherit (link fixed-pitch))))) '(org-document-info ((t (:weight bold)))) '(org-document-info-keyword ((t (:inherit org-meta-line)))) @@ -69,7 +69,7 @@ '(org-level-7 ((t (:inherit org-level-4)))) '(org-level-8 ((t (:inherit org-level-4)))) '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) - '(org-priority ((t (:inherit org-meta-line)))) + '(org-priority ((t (:background "grey20" :inherit org-meta-line)))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) '(org-special-keyword ((t (:background "grey20" :weight bold :inherit org-meta-line)))) '(org-table ((t (:family "Hack")))) @@ -84,10 +84,13 @@ '(swiper-match-face-2 ((t (:inherit isearch)))) '(swiper-match-face-3 ((t (:foreground "chocolate" :inherit isearch)))) '(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch)))) - '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) + '(tooltip ((t (:background "gainsboro" :foreground "black" :family "Hermit")))) '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) '(variable-pitch ((t (:family "Public Sans")))) '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack")))) + '(show-paren-match ((t (:inherit highlight)))) + '(show-paren-mismatch ((t (:background "red" :foreground "grey20")))) + '(widget-field ((t (:extend t :background "LightSteelBlue2")))) '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack"))))) (provide-theme 'sd-dark) -- cgit v1.2.3