Just theme tings :trollface:

Commit
c5a1c66f5f3acf0c2b18fbc637c0c96f72eb2cf8
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
themes/blendoit-light-theme.el
index 6111caa1..b08fad4a 100644..100644
@@ -1,5 +1,5 @@
1 1 (deftheme blendoit-light
2 Removed: "Created 2020-12-10.")
2 Added: "Created 2020-12-15.")
3 3
4 4 (custom-theme-set-faces
5 5 'blendoit-light
@@ -24,7 +24,7 @@
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"))))
26 26 '(font-lock-regexp-grouping-construct ((t (:inherit bold))))
27 Removed: '(font-lock-string-face ((t (:foreground "MediumOrchid3" :inherit variable-pitch))))
27 Added: '(font-lock-string-face ((t (:foreground "MediumOrchid3"))))
28 28 '(font-lock-type-face ((t (:foreground "orchid2"))))
29 29 '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold))))
30 30 '(font-lock-warning-face ((t (:inherit (error)))))
@@ -42,11 +42,11 @@
42 42 '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2))))
43 43 '(match ((t (:background "yellow1"))))
44 44 '(minibuffer-prompt ((t (:inherit org-meta-line))))
45 Removed: '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hack" :height 1.2))))
45 Added: '(mode-line ((t (:height 1.2 :family "Hack" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button)))))
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 "Hermit" :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))))