sd-dark-theme.

Commit
5ff047a45d2d3ccc3cd1331c1248f35f447cdab2
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 2c59fa77..d23413de 100644..100644
@@ -8,7 +8,7 @@
8 8 '(erc-action-face ((t (:slant italic))))
9 9 '(erc-button ((t (:inherit link))))
10 10 '(erc-input-face ((t (:foreground "DarkOrchid4"))))
11 Removed: '(erc-nick-default-face ((t (:inherit org-meta-line :weight bold))))
11 Added: '(erc-nick-default-face ((t (:weight bold :inherit org-meta-line))))
12 12 '(erc-notice-face ((t (:inherit shadow))))
13 13 '(erc-timestamp-face ((t (:inherit org-meta-line))))
14 14 '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown"))))
@@ -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 "dim gray"))))
33 Added: '(highlight ((t (:background "gray24"))))
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"))))
@@ -90,7 +90,7 @@
90 90 '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack"))))
91 91 '(show-paren-match ((t (:inherit highlight))))
92 92 '(show-paren-mismatch ((t (:background "red" :foreground "grey20"))))
93 Removed: '(widget-field ((t (:extend t :background "LightSteelBlue2"))))
94 Removed: '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack")))))
93 Added: '(widget-field ((t (:extend t :background "LightSteelBlue4"))))
94 Added: '(default ((t (:background "gray16" :foreground "white" :height 142 :family "Hack")))))
95 95
96 96 (provide-theme 'sd-dark)