sd dark theme.

Commit
4eaff239b25466c27631e36c3b37cf9de75b2bb5
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
resources/themes/sd-dark-theme.el
index fdf870fa..2c59fa77 100644..100644
@@ -30,7 +30,7 @@
30 30 '(font-lock-warning-face ((t (:inherit error))))
31 31 '(fringe ((t (:background "grey10"))))
32 32 '(header-line ((t (:weight extra-bold :height 1.8 :family "Public Sans"))))
33 Removed: '(highlight ((t (:background "LightSkyBlue1"))))
33 Added: '(highlight ((t (:background "dim gray"))))
34 34 '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
35 35 '(isearch ((t (:background "DodgerBlue1" :foreground "white"))))
36 36 '(isearch-fail ((t (:background "RosyBrown1"))))
@@ -74,10 +74,10 @@
74 74 '(org-special-keyword ((t (:background "grey20" :weight bold :inherit org-meta-line))))
75 75 '(org-table ((t (:family "Hack"))))
76 76 '(org-tag ((t (:inherit (link fixed-pitch)))))
77 Removed: '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
77 Added: '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :family "Hermit"))))
78 78 '(org-verbatim ((t (:background "grey20" :foreground "DodgerBlue1" :foundry "Hack"))))
79 79 '(query-replace ((t (:inherit (isearch)))))
80 Removed: '(region ((t (:background "gainsboro"))))
80 Added: '(region ((t (:background "gray10"))))
81 81 '(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))))
82 82 '(shadow ((t (:foreground "light slate gray"))))
83 83 '(swiper-match-face-1 ((t (:inherit lazy-highlight))))