summaryrefslogtreecommitdiff
path: root/themes/sd-dark-theme.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2021-01-26 19:29:23 -0800
committerBlendoit <blendoit@gmail.com>2021-01-26 19:29:23 -0800
commitd41db775ea55323c279b1249a12803c567c92fd4 (patch)
tree2440273859053508622789048bedd244b9f27e35 /themes/sd-dark-theme.el
parent6e94578974dbf65af4805a00ba7442b9ee9e5166 (diff)
Reconciled my themes with ediff :-)
Diffstat (limited to 'themes/sd-dark-theme.el')
-rw-r--r--themes/sd-dark-theme.el9
1 files changed, 6 insertions, 3 deletions
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)
Copyright 2019--2024 Marius PETER