Light theme.

Commit
5daa179cfccd49068113a46e6850feddcdc9e84f
Author
Marius Peter <blendoit@gmail.com>
Author date
Committer
Marius Peter <blendoit@gmail.com>
Committer date
themes/sd-light-theme.el
index 78059005..b466c8a9 100644..100644
@@ -1,5 +1,5 @@
1 1 (deftheme sd-light
2 Removed: "Created 2020-12-22.")
2 Added: "Created 2020-12-28.")
3 3
4 4 (custom-theme-set-faces
5 5 'sd-light
@@ -46,11 +46,11 @@
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 (:height 1.2 :family "Hack" :background "SteelBlue4" :foreground "gainsboro" :box (:line-width -1 :color "gainsboro")))))
49 Added: '(mode-line-inactive ((t (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :family "Hack" :height 1.2))))
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" :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,9 +69,9 @@
69 69 '(org-level-7 ((t (:inherit org-level-5))))
70 70 '(org-level-8 ((t (:inherit org-level-5))))
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 "white" :inherit org-meta-line))))
73 73 '(org-quote ((t (:inherit variable-pitch :slant italic))))
74 Removed: '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white"))))
74 Added: '(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line))))
75 75 '(org-table ((t (:family "Hack"))))
76 76 '(org-tag ((t (:inherit link))))
77 77 '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit"))))
@@ -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 (:foreground "black" :background "gainsboro" :inherit org-meta-line))))
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 "white smoke" :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 "white"))))
93 Added: '(widget-field ((t (:extend t :background "LightSteelBlue2"))))
91 94 '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack")))))
92 95
93 96 (provide-theme 'sd-light)