Reconciled my themes with ediff :-)

Commit
d41db775ea55323c279b1249a12803c567c92fd4
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
Changed files
themes/sd-dark-theme.el
index 93f101e3..9def71da 100644..100644
@@ -50,7 +50,7 @@
50 50 '(next-error ((t (:inherit region))))
51 51 '(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
52 52 '(org-checkbox ((t (:weight bold :inherit org-meta-line))))
53 Removed: '(org-code ((t (:background "light grey" :foreground "black" :weight normal :family "Hack"))))
53 Added: '(org-code ((t (:background "gainsboro" :foreground "black" :family "Hack"))))
54 54 '(org-date ((t (:inherit (link fixed-pitch)))))
55 55 '(org-document-info ((t (:weight bold))))
56 56 '(org-document-info-keyword ((t (:inherit org-meta-line))))
@@ -69,7 +69,7 @@
69 69 '(org-level-7 ((t (:inherit org-level-4))))
70 70 '(org-level-8 ((t (:inherit org-level-4))))
71 71 '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit"))))
72 Removed: '(org-priority ((t (:inherit org-meta-line))))
72 Added: '(org-priority ((t (:background "grey20" :inherit org-meta-line))))
73 73 '(org-quote ((t (:inherit variable-pitch :slant italic))))
74 74 '(org-special-keyword ((t (:background "grey20" :weight bold :inherit org-meta-line))))
75 75 '(org-table ((t (:family "Hack"))))
@@ -84,10 +84,13 @@
84 84 '(swiper-match-face-2 ((t (:inherit isearch))))
85 85 '(swiper-match-face-3 ((t (:foreground "chocolate" :inherit isearch))))
86 86 '(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch))))
87 Removed: '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black"))))
87 Added: '(tooltip ((t (:background "gainsboro" :foreground "black" :family "Hermit"))))
88 88 '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
89 89 '(variable-pitch ((t (:family "Public Sans"))))
90 90 '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack"))))
91 Added: '(show-paren-match ((t (:inherit highlight))))
92 Added: '(show-paren-mismatch ((t (:background "red" :foreground "grey20"))))
93 Added: '(widget-field ((t (:extend t :background "LightSteelBlue2"))))
91 94 '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack")))))
92 95
93 96 (provide-theme 'sd-dark)
themes/sd-light-theme.el
index b466c8a9..87c3cac1 100644..100644
@@ -15,11 +15,11 @@
15 15 '(fixed-pitch ((t (:family "Hack"))))
16 16 '(font-lock-builtin-face ((t (:foreground "medium purple"))))
17 17 '(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray"))))
18 Removed: '(font-lock-comment-face ((t (:foreground "light slate gray" :slant italic))))
18 Added: '(font-lock-comment-face ((t (:inherit fixed-pitch :foreground "light slate gray" :slant italic))))
19 19 '(font-lock-constant-face ((t (:foreground "MediumOrchid4"))))
20 Removed: '(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black"))))
21 Removed: '(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold))))
22 Removed: '(font-lock-keyword-face ((t (:foreground "medium violet red"))))
20 Added: '(font-lock-doc-face ((t (:weight normal :inherit variable-pitch :foreground "black"))))
21 Added: '(font-lock-function-name-face ((t (:foreground "medium violet red" :weight bold))))
22 Added: '(font-lock-keyword-face ((t (:foreground "violet"))))
23 23 '(font-lock-negation-char-face ((t nil)))
24 24 '(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face))))
25 25 '(font-lock-regexp-grouping-backslash ((t (:inherit bold :foreground "dark orange"))))
@@ -46,7 +46,7 @@
46 46 '(mode-line-buffer-id ((t (:weight bold))))
47 47 '(mode-line-emphasis ((t (:weight bold))))
48 48 '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button)))))
49 Removed: '(mode-line-inactive ((t (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :family "Hack" :height 1.2))))
49 Added: '(mode-line-inactive ((t (:height 1.2 :family "Hack" :background "SteelBlue4" :foreground "gainsboro" :box (:line-width -1 :color "gainsboro")))))
50 50 '(next-error ((t (:inherit region))))
51 51 '(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch))))
52 52 '(org-checkbox ((t (:weight bold :inherit org-meta-line))))
@@ -63,19 +63,19 @@
63 63 '(org-level-1 ((t (:weight bold :height 1.8))))
64 64 '(org-level-2 ((t (:height 1.6))))
65 65 '(org-level-3 ((t (:height 1.4))))
66 Removed: '(org-level-4 ((t (:height 1.2))))
67 Removed: '(org-level-5 ((t (:height 1.1))))
68 Removed: '(org-level-6 ((t (:inherit org-level-5))))
69 Removed: '(org-level-7 ((t (:inherit org-level-5))))
70 Removed: '(org-level-8 ((t (:inherit org-level-5))))
66 Added: '(org-level-4 ((t (:height 1.0))))
67 Added: '(org-level-5 ((t (:inherit org-level-4))))
68 Added: '(org-level-6 ((t (:inherit org-level-4))))
69 Added: '(org-level-7 ((t (:inherit org-level-4))))
70 Added: '(org-level-8 ((t (:inherit org-level-4))))
71 71 '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit"))))
72 72 '(org-priority ((t (:background "white" :inherit org-meta-line))))
73 73 '(org-quote ((t (:inherit variable-pitch :slant italic))))
74 74 '(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line))))
75 75 '(org-table ((t (:family "Hack"))))
76 Removed: '(org-tag ((t (:inherit link))))
76 Added: '(org-tag ((t (:inherit (link fixed-pitch)))))
77 77 '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
78 Removed: '(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack"))))
78 Added: '(org-verbatim ((t (:foreground "DodgerBlue1" :weight normal :foundry "Hack"))))
79 79 '(query-replace ((t (:inherit (isearch)))))
80 80 '(region ((t (:background "gainsboro"))))
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))))
@@ -91,6 +91,6 @@
91 91 '(show-paren-match ((t (:inherit highlight))))
92 92 '(show-paren-mismatch ((t (:background "red" :foreground "white"))))
93 93 '(widget-field ((t (:extend t :background "LightSteelBlue2"))))
94 Removed: '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
94 Added: '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack")))))
95 95
96 96 (provide-theme 'sd-light)