diff options
author | Blendoit <blendoit@gmail.com> | 2020-12-06 23:22:46 -0800 |
---|---|---|
committer | Blendoit <blendoit@gmail.com> | 2020-12-06 23:22:46 -0800 |
commit | d592db0e9c0877ee8e43cfddca6449c90d1852bd (patch) | |
tree | d1bb53985fe4c0aec35fd88281536cf18e8431da /themes | |
parent | 6b092e6892746c96415b157bd607dce2c97db50d (diff) |
Misc.
Diffstat (limited to 'themes')
-rw-r--r-- | themes/blendoit-light-theme.el | 92 |
1 files changed, 46 insertions, 46 deletions
diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 8e1d1d0..5f21eb9 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -3,21 +3,21 @@ (custom-theme-set-faces 'blendoit-light + '(Info-quoted ((t (:inherit org-block)))) '(cursor ((t (:background "red")))) - '(fixed-pitch ((t (:family "Hack")))) - '(variable-pitch ((t (:family "Public Sans")))) + '(erc-action-face ((t (:slant italic)))) + '(erc-button ((t (:inherit link)))) + '(erc-input-face ((t (:foreground "DarkOrchid4")))) + '(erc-nick-default-face ((t (:inherit org-meta-line :weight bold)))) + '(erc-notice-face ((t (:inherit shadow)))) + '(erc-timestamp-face ((t (:inherit org-meta-line)))) '(escape-glyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) - '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) - '(minibuffer-prompt ((t (:inherit org-meta-line)))) - '(highlight ((t (:background "LightSkyBlue1")))) - '(region ((t (:background "gainsboro")))) - '(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)))) + '(fixed-pitch ((t (:family "Hack")))) '(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 "MediumOrchid4")))) + '(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black")))) '(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))) @@ -30,38 +30,36 @@ '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "white smoke")))) '(header-line ((t (:family "Jost*" :height 1.8 :weight extra-bold)))) - '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) - '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hack" :height 1.2)))) - '(mode-line-buffer-id ((t (:weight bold)))) - '(mode-line-emphasis ((t (:weight bold)))) - '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button))))) - '(mode-line-inactive ((t (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :family "Hermit" :height 1.2)))) + '(highlight ((t (:background "LightSkyBlue1")))) + '(homoglyph ((((background dark)) (:foreground "cyan")) (((type pc)) (:foreground "magenta")) (t (:foreground "brown")))) '(isearch ((t (:background "DodgerBlue1" :foreground "white")))) '(isearch-fail ((t (:background "RosyBrown1")))) - '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2)))) - '(match ((t (:background "yellow1")))) - '(next-error ((t (:inherit region)))) - '(query-replace ((t (:inherit (isearch))))) - '(swiper-match-face-1 ((t (:inherit lazy-highlight)))) - '(swiper-match-face-2 ((t (:inherit (isearch))))) - '(swiper-match-face-3 ((t (:inherit isearch)))) - '(swiper-match-face-4 ((t (:inherit isearch)))) '(ivy-minibuffer-match-face-1 ((t (:inherit swiper-match-face-1)))) '(ivy-minibuffer-match-face-2 ((t (:inherit swiper-match-face-2)))) '(ivy-minibuffer-match-face-3 ((t (:inherit swiper-match-face-3)))) '(ivy-minibuffer-match-face-4 ((t (:inherit swiper-match-face-4)))) '(ivy-minibuffer-match-highlight ((t (:inherit highlight)))) - '(org-document-title ((t (:weight bold :height 2.4 :family "Jost*")))) - '(org-formula ((t (:inherit org-table)))) - '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) - '(org-document-info-keyword ((t (:inherit org-meta-line)))) + '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2)))) + '(match ((t (:background "yellow1")))) + '(minibuffer-prompt ((t (:inherit org-meta-line)))) + '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :family "Hack" :height 1.2)))) + '(mode-line-buffer-id ((t (:weight bold)))) + '(mode-line-emphasis ((t (:weight bold)))) + '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button))))) + '(mode-line-inactive ((t (:box (:line-width -1 :color "gainsboro") :foreground "gainsboro" :background "SteelBlue4" :family "Hermit" :height 1.2)))) + '(next-error ((t (:inherit region)))) + '(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch)))) + '(org-checkbox ((t (:weight bold :inherit org-meta-line)))) '(org-code ((t (:background "light grey" :foreground "black" :family "Hack")))) - '(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack")))) - '(font-lock-doc-face ((t (:inherit variable-pitch :foreground "black")))) + '(org-date ((t (:inherit (link fixed-pitch))))) '(org-document-info ((t (:weight bold)))) - '(org-table ((t (:family "Hack")))) - '(org-block ((t (:foreground "light slate blue" :background "smoke" :inherit fixed-pitch)))) - '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white")))) + '(org-document-info-keyword ((t (:inherit org-meta-line)))) + '(org-document-title ((t (:weight bold :height 2.4 :family "Jost*")))) + '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit")))) + '(org-drawer ((t (:inherit org-meta-line)))) + '(org-ellipsis ((t (:inherit shadow :background "white")))) + '(org-footnote ((t (:inherit (link variable-font))))) + '(org-formula ((t (:inherit org-table)))) '(org-level-1 ((t (:weight bold :height 1.8 :family "Jost*")))) '(org-level-2 ((t (:height 1.6)))) '(org-level-3 ((t (:height 1.4)))) @@ -70,23 +68,25 @@ '(org-level-6 ((t (:inherit org-level-5)))) '(org-level-7 ((t (:inherit org-level-5)))) '(org-level-8 ((t (:inherit org-level-5)))) - '(org-checkbox ((t (:weight bold :inherit org-meta-line)))) - '(org-date ((t (:inherit (link fixed-pitch))))) + '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) '(org-priority ((t (:inherit org-meta-line)))) - '(org-drawer ((t (:inherit org-meta-line)))) '(org-quote ((t (:inherit variable-pitch :slant italic)))) - '(org-ellipsis ((t (:inherit shadow :background "white")))) - '(org-footnote ((t (:inherit (link variable-font))))) - '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) - '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.4 :family "hermit")))) + '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white")))) + '(org-table ((t (:family "Hack")))) '(org-tag ((t (:inherit link)))) - '(Info-quoted ((t (:inherit org-block)))) - '(erc-nick-default-face ((t (:inherit org-meta-line :weight bold)))) - '(erc-timestamp-face ((t (:inherit org-meta-line)))) - '(erc-notice-face ((t (:inherit shadow)))) - '(erc-input-face ((t (:foreground "DarkOrchid4")))) - '(erc-action-face ((t (:slant italic)))) - '(erc-button ((t (:inherit link)))) + '(org-todo ((t (:background "coral" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) + '(org-verbatim ((t (:foreground "DodgerBlue1" :foundry "Hack")))) + '(query-replace ((t (:inherit (isearch))))) + '(region ((t (:background "gainsboro")))) + '(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)))) + '(shadow ((t (:foreground "light slate gray")))) + '(swiper-match-face-1 ((t (:inherit lazy-highlight)))) + '(swiper-match-face-2 ((t (:inherit isearch)))) + '(swiper-match-face-3 ((t (:foreground "chocolate" :inherit isearch)))) + '(swiper-match-face-4 ((t (:foreground "yellow" :inherit isearch)))) + '(tooltip ((t (:inherit variable-pitch :background "lightyellow" :foreground "black")))) + '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) + '(variable-pitch ((t (:family "Public Sans")))) '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))) (provide-theme 'blendoit-light) |