diff options
Diffstat (limited to 'themes/blendoit-light-theme.el')
-rw-r--r-- | themes/blendoit-light-theme.el | 29 |
1 files changed, 12 insertions, 17 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 211b3a0..36747eb 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -1,5 +1,5 @@ (deftheme blendoit-light - "Created 2020-11-06.") + "Created 2020-11-07.") (custom-theme-set-faces 'blendoit-light @@ -14,23 +14,23 @@ '(shadow ((t (:foreground "light slate gray")))) '(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)))) '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) - '(font-lock-builtin-face ((t (:foreground "dark slate blue")))) - '(font-lock-comment-delimiter-face ((t (:foreground "slate gray")))) + '(font-lock-builtin-face ((t (:foreground "medium purple")))) + '(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray")))) '(font-lock-comment-face ((t (:foreground "light slate gray" :slant italic)))) - '(font-lock-constant-face ((t (:foreground "dark cyan")))) - '(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)))) - '(font-lock-keyword-face ((t (:foreground "slate blue")))) + '(font-lock-constant-face ((t (:foreground "MediumOrchid4")))) + '(font-lock-function-name-face ((t (:foreground "DarkOrchid4" :weight bold)))) + '(font-lock-keyword-face ((t (:foreground "medium violet red")))) '(font-lock-negation-char-face ((t nil))) '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face))))) '(font-lock-regexp-grouping-backslash ((t (:inherit (bold))))) '(font-lock-regexp-grouping-construct ((t (:inherit (bold))))) - '(font-lock-string-face ((t (:foreground "DodgerBlue1")))) - '(font-lock-type-face ((t (:foreground "ForestGreen")))) + '(font-lock-string-face ((t (:height 1.1 :foreground "MediumOrchid3" :inherit variable-pitch)))) + '(font-lock-type-face ((t (:foreground "orchid2")))) '(font-lock-variable-name-face ((t (:foreground "sienna")))) '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "grey95")))) - '(header-line ((t (:box nil :inherit mode-line :background "steel blue" :foreground "white")))) - '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch))))) + '(header-line ((t (:weight semi-bold :height 1.4 :family "Jost*")))) + '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :height 1.2 :family "Hack")))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) @@ -59,10 +59,10 @@ '(org-checkbox-statistics-todo ((t (:inherit org-checkbox :foreground "tomato")))) '(org-checkbox-statistics-done ((t (:inherit org-checkbox :foreground "ForestGreen")))) '(org-verbatim ((t (:foreground "DodgerBlue1" :height 0.9 :foundry "Hack")))) - '(font-lock-doc-face ((t (:inherit font-lock-string-face :Family "Public Sans")))) + '(font-lock-doc-face ((t (:foreground "black" :height 1.1 :inherit variable-pitch)))) '(org-document-info ((t (:weight bold)))) '(org-table ((t (:height 0.8 :family "Hack")))) - '(org-block ((t (:height 0.8 :family "Hermit")))) + '(org-block ((t (:inherit fixed-pitch :background "smoke" :foreground "light slate blue" :height 0.8)))) '(org-special-keyword ((t (:background "white" :weight bold :inherit org-meta-line)))) '(org-level-1 ((t (:foreground "black" :weight bold :height 1.6 :family "Jost*")))) '(org-level-2 ((t (:foreground "gray30" :weight bold :height 1.4)))) @@ -80,11 +80,6 @@ '(org-priority ((t (:inherit org-meta-line)))) '(org-drawer ((t (:inherit org-meta-line)))) '(tab-line ((t (:background "gainsboro" :family "Hack")))) - '(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)))) - '(tab-line-tab-inactive ((t (:inherit tab-line-tab :background "white" :foreground "steel blue")))) - '(tab-line-tab-current ((t (:inherit tab-line-tab :background "grey85" :foreground "red")))) - '(tab-line-close-highlight ((t (:foreground "red")))) - '(tab-line-highlight ((default (:inherit (tab-line-tab))))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) '(org-ellipsis ((t (:inherit shadow :background "white")))) '(org-footnote ((t (:inherit link)))) |