Updated code faces in default theme.

Commit
da79155cad22856f2ca0bd939e4be1e16c6a8913
Author
Blendoit <blendoit@gmail.com>
Author date
Committer
Blendoit <blendoit@gmail.com>
Committer date
themes/blendoit-light-theme.el
index 211b3a02..36747eb4 100644..100644
@@ -1,5 +1,5 @@
1 1 (deftheme blendoit-light
2 Removed: "Created 2020-11-06.")
2 Added: "Created 2020-11-07.")
3 3
4 4 (custom-theme-set-faces
5 5 'blendoit-light
@@ -14,23 +14,23 @@
14 14 '(shadow ((t (:foreground "light slate gray"))))
15 15 '(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))))
16 16 '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t))))
17 Removed: '(font-lock-builtin-face ((t (:foreground "dark slate blue"))))
18 Removed: '(font-lock-comment-delimiter-face ((t (:foreground "slate gray"))))
17 Added: '(font-lock-builtin-face ((t (:foreground "medium purple"))))
18 Added: '(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray"))))
19 19 '(font-lock-comment-face ((t (:foreground "light slate gray" :slant italic))))
20 Removed: '(font-lock-constant-face ((t (:foreground "dark cyan"))))
21 Removed: '(font-lock-function-name-face ((((class color) (min-colors 88) (background light)) (:foreground "Blue1")) (((class color) (min-colors 88) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 16) (background light)) (:foreground "Blue")) (((class color) (min-colors 16) (background dark)) (:foreground "LightSkyBlue")) (((class color) (min-colors 8)) (:weight bold :foreground "blue")) (t (:weight bold :inverse-video t))))
22 Removed: '(font-lock-keyword-face ((t (:foreground "slate blue"))))
20 Added: '(font-lock-constant-face ((t (:foreground "MediumOrchid4"))))
21 Added: '(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold))))
22 Added: '(font-lock-keyword-face ((t (:foreground "medium violet red"))))
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)))))
26 26 '(font-lock-regexp-grouping-construct ((t (:inherit (bold)))))
27 Removed: '(font-lock-string-face ((t (:foreground "DodgerBlue1"))))
28 Removed: '(font-lock-type-face ((t (:foreground "ForestGreen"))))
27 Added: '(font-lock-string-face ((t (:height 1.1 :foreground "MediumOrchid3" :inherit variable-pitch))))
28 Added: '(font-lock-type-face ((t (:foreground "orchid2"))))
29 29 '(font-lock-variable-name-face ((t (:foreground "sienna"))))
30 30 '(font-lock-warning-face ((t (:inherit (error)))))
31 31 '(fringe ((t (:background "grey95"))))
32 Removed: '(header-line ((t (:box nil :inherit mode-line :background "steel blue" :foreground "white"))))
33 Removed: '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch)))))
32 Added: '(header-line ((t (:weight semi-bold :height 1.4 :family "Jost*"))))
33 Added: '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black"))))
34 34 '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :height 1.2 :family "Hack"))))
35 35 '(mode-line-buffer-id ((t (:weight bold))))
36 36 '(mode-line-emphasis ((t (:weight bold))))
@@ -59,10 +59,10 @@
59 59 '(org-checkbox-statistics-todo ((t (:inherit org-checkbox :foreground "tomato"))))
60 60 '(org-checkbox-statistics-done ((t (:inherit org-checkbox :foreground "ForestGreen"))))
61 61 '(org-verbatim ((t (:foreground "DodgerBlue1" :height 0.9 :foundry "Hack"))))
62 Removed: '(font-lock-doc-face ((t (:inherit font-lock-string-face :Family "Public Sans"))))
62 Added: '(font-lock-doc-face ((t (:foreground "black" :height 1.1 :inherit variable-pitch))))
63 63 '(org-document-info ((t (:weight bold))))
64 64 '(org-table ((t (:height 0.8 :family "Hack"))))
65 Removed: '(org-block ((t (:height 0.8 :family "Hermit"))))
65 Added: '(org-block ((t (:inherit fixed-pitch :background "smoke" :foreground "light slate blue" :height 0.8))))
66 66 '(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line))))
67 67 '(org-level-1 ((t (:foreground "black" :weight bold :height 1.6 :family "Jost*"))))
68 68 '(org-level-2 ((t (:foreground "gray30" :weight bold :height 1.4))))
@@ -80,11 +80,6 @@
80 80 '(org-priority ((t (:inherit org-meta-line))))
81 81 '(org-drawer ((t (:inherit org-meta-line))))
82 82 '(tab-line ((t (:background "gainsboro" :family "Hack"))))
83 Removed: '(tab-line-tab ((default (:inherit (tab-line))) (((class color) (min-colors 88)) (:box (:line-width 1 :color nil :style released-button))) (t (:inverse-video nil))))
84 Removed: '(tab-line-tab-inactive ((t (:inherit tab-line-tab :background "white" :foreground "steel blue"))))
85 Removed: '(tab-line-tab-current ((t (:inherit tab-line-tab :background "grey85" :foreground "red"))))
86 Removed: '(tab-line-close-highlight ((t (:foreground "red"))))
87 Removed: '(tab-line-highlight ((default (:inherit (tab-line-tab)))))
88 83 '(org-quote ((t (:inherit variable-pitch :slant italic))))
89 84 '(org-ellipsis ((t (:inherit shadow :background "white"))))
90 85 '(org-footnote ((t (:inherit link))))