From c3875265ccdd1d72f06a16ab1ca725b7cb2ec35b Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Mon, 13 Sep 2021 22:49:27 -0700 Subject: Consolidated resources and meta files. --- themes/sd-compagnon-dark-theme.el | 85 ------------------------------ themes/sd-compagnon-theme.el | 84 ------------------------------ themes/sd-dark-theme.el | 96 ---------------------------------- themes/sd-light-theme.el | 106 -------------------------------------- 4 files changed, 371 deletions(-) delete mode 100644 themes/sd-compagnon-dark-theme.el delete mode 100644 themes/sd-compagnon-theme.el delete mode 100644 themes/sd-dark-theme.el delete mode 100644 themes/sd-light-theme.el (limited to 'themes') diff --git a/themes/sd-compagnon-dark-theme.el b/themes/sd-compagnon-dark-theme.el deleted file mode 100644 index 7f75094..0000000 --- a/themes/sd-compagnon-dark-theme.el +++ /dev/null @@ -1,85 +0,0 @@ -(deftheme sd-compagnon-dark - "Created 2021-07-07.") - -(custom-theme-set-variables - 'sd-compagnon-dark - '(cursor-type 'box)) - -(custom-theme-set-faces - 'sd-compagnon-dark - '(cursor ((t (:background "green")))) - '(fixed-pitch ((t (:family "Compagnon Medium")))) - '(variable-pitch ((t (:family "Compagnon Roman")))) - '(escape-glyph ((t (:foreground "orange")))) - '(homoglyph ((t (:foreground "cyan")))) - '(minibuffer-prompt ((t (:inherit (org-meta-line))))) - '(highlight ((t (:box (:line-width 2 :color "medium spring green") :background "sea green")))) - '(region ((t (:extend t :background "medium sea green")))) - '(shadow ((t (:foreground "light slate gray")))) - '(secondary-selection ((((class color) (min-colors 88) (background light)) (:extend t :background "yellow1")) (((class color) (min-colors 88) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:extend t :background "yellow")) (((class color) (min-colors 16) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 8)) (:extend t :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 "cyan4")))) - '(font-lock-comment-delimiter-face ((t (:inherit fixed-pitch :foreground "slate gray")))) - '(font-lock-comment-face ((t (:family "Compagnon Bold")))) - '(font-lock-constant-face ((t (:foreground "cyan")))) - '(font-lock-doc-face ((t (:inherit variable-pitch)))) - '(font-lock-function-name-face ((t (:foreground "light green" :weight bold)))) - '(font-lock-keyword-face ((t (:foreground "green yellow")))) - '(font-lock-negation-char-face ((t nil))) - '(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face)))) - '(font-lock-regexp-grouping-backslash ((t (:foreground "orange")))) - '(font-lock-regexp-grouping-construct ((t (:foreground "dark orange")))) - '(font-lock-string-face ((t (:inherit variable-pitch)))) - '(font-lock-type-face ((t (:foreground "orchid2")))) - '(font-lock-variable-name-face ((t (:weight bold)))) - '(font-lock-warning-face ((t (:inherit (error))))) - '(button ((t (:foundry "Compagnon Light")))) - '(link ((t (:foreground "green yellow" :family "Compagnon Light Italic")))) - '(link-visited ((t (:inherit link :foreground "yellow green")))) - '(fringe ((t (:background "gainsboro")))) - '(header-line ((t (:inherit org-meta-line :weight bold :height 1.8)))) - '(tooltip ((t (:background "white smoke" :foreground "sea green" :family "Hermit")))) - '(mode-line ((t (:inherit org-meta-line :box (:line-width -1 :style released-button))))) - '(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 "dark gray") :inherit org-meta-line)))) - '(isearch ((t (:foreground "white" :background "DodgerBlue1")))) - '(isearch-fail ((((class color) (min-colors 88) (background light)) (:background "RosyBrown1")) (((class color) (min-colors 88) (background dark)) (:background "red4")) (((class color) (min-colors 16)) (:background "red")) (((class color) (min-colors 8)) (:background "red")) (((class color grayscale)) (:foreground "grey")) (t (:inverse-video t)))) - '(lazy-highlight ((t (:foreground "burlywood" :box 2)))) - '(match ((t (:background "yellow1")))) - '(next-error ((t (:inherit (region))))) - '(query-replace ((t (:inherit (isearch))))) - '(org-meta-line ((t (:foreground "medium spring green" :family "Compagnon Light")))) - '(org-table ((t (:inherit default)))) - '(org-block ((t (:inherit fixed-pitch :extend t)))) - '(org-code ((t (:inherit fixed-pitch)))) - '(custom-variable-tag ((t (:weight bold)))) - '(org-block-begin-line ((t (:inherit org-meta-line)))) - '(org-block-end-line ((t (:inherit org-block-begin-line)))) - '(outline-1 ((t (:family "Compagnon Medium")))) - '(outline-2 ((t (:inherit outline-1)))) - '(outline-3 ((t (:inherit outline-1)))) - '(outline-4 ((t (:inherit outline-1)))) - '(outline-5 ((t (:inherit outline-1)))) - '(outline-6 ((t (:inherit outline-1)))) - '(outline-7 ((t (:inherit outline-1)))) - '(outline-8 ((t (:inherit outline-1)))) - '(org-special-keyword ((t (:inherit org-meta-line :background "gray15")))) - '(line-number ((t (:foreground "white" :inherit org-meta-line)))) - '(org-todo ((t (:inherit fixed-pitch :background "tomato" :foreground "white" :weight bold)))) - '(org-done ((t (:inherit fixed-pitch :background "medium aquamarine" :foreground "white" :weight bold)))) - '(org-date ((t (:inherit link)))) - '(bold ((t (:weight bold)))) - '(italic ((t (:slant italic)))) - '(bold-italic ((t (:slant italic :weight bold)))) - '(org-headline-done ((t (:inherit outline-1 :foreground "aquamarine4")))) - '(org-footnote ((t (:family "Compagnon Light")))) - '(custom-link ((t (:box (:line-width 2 :color "medium spring green" :style released-button))))) - '(show-paren-match ((t (:background "aquamarine")))) - '(show-paren-mismatch ((t (:background "orange red" :foreground "white")))) - '(org-drawer ((t (:inherit org-block-begin-line)))) - '(org-agenda-structure ((t (:foreground "Green Yellow")))) - '(default ((t (:inherit nil :extend nil :stipple nil :background "gray15" :foreground "white" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight semi-bold :height 142 :width normal :foundry "UKWN" :family "Compagnon Medium"))))) - -(provide-theme 'sd-compagnon-dark) diff --git a/themes/sd-compagnon-theme.el b/themes/sd-compagnon-theme.el deleted file mode 100644 index 8c8f756..0000000 --- a/themes/sd-compagnon-theme.el +++ /dev/null @@ -1,84 +0,0 @@ -(deftheme sd-compagnon - "Created 2021-06-20.") - -(custom-theme-set-variables - 'sd-compagnon - '(cursor-type 'bar)) - -(custom-theme-set-faces - 'sd-compagnon - '(cursor ((t (:background "red")))) - '(fixed-pitch ((t (:family "Compagnon Medium")))) - '(variable-pitch ((t (:family "Compagnon Roman")))) - '(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 "light goldenrod")))) - '(region ((t (:extend t :background "light goldenrod")))) - '(shadow ((t (:foreground "light slate gray")))) - '(secondary-selection ((((class color) (min-colors 88) (background light)) (:extend t :background "yellow1")) (((class color) (min-colors 88) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 16) (background light)) (:extend t :background "yellow")) (((class color) (min-colors 16) (background dark)) (:extend t :background "SkyBlue4")) (((class color) (min-colors 8)) (:extend t :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 "light pink")))) - '(font-lock-comment-delimiter-face ((t (:foreground "slate gray" :inherit (fixed-pitch))))) - '(font-lock-comment-face ((t (:family "Compagnon Bold")))) - '(font-lock-constant-face ((t (:foreground "saddle brown" :weight bold)))) - '(font-lock-doc-face ((t (:inherit variable-pitch)))) - '(font-lock-function-name-face ((t (:foreground "RosyBrown3" :weight bold)))) - '(font-lock-keyword-face ((t (:foreground "pink4")))) - '(font-lock-negation-char-face ((t nil))) - '(font-lock-preprocessor-face ((t (:inherit (font-lock-builtin-face))))) - '(font-lock-regexp-grouping-backslash ((t (:foreground "orange")))) - '(font-lock-regexp-grouping-construct ((t (:foreground "dark orange")))) - '(font-lock-string-face ((t (:inherit variable-pitch)))) - '(font-lock-type-face ((t (:foreground "orchid2")))) - '(font-lock-variable-name-face ((t (:weight bold)))) - '(font-lock-warning-face ((t (:inherit (error))))) - '(button ((t (:inherit link)))) - '(link ((t (:foreground "green yellow" :family "Compagnon Light Italic")))) - '(link-visited ((t (:inherit link :foreground "yellow green")))) - '(fringe ((t (:background "gainsboro")))) - '(header-line ((t (:height 1.8 :weight bold :inherit org-meta-line)))) - '(tooltip ((t (:background "old lace" :foreground "black" :family "Hermit")))) - '(mode-line ((t (:inherit org-meta-line :box (:line-width -1 :style released-button))))) - '(mode-line-buffer-id ((t (:weight bold)))) - '(mode-line-emphasis ((t (:weight bold)))) - '(mode-line-highlight ((((class color) (min-colors 88)) (:box (:line-width 2 :color "grey40" :style released-button))) (t (:inherit (highlight))))) - '(mode-line-inactive ((t (:box (:line-width -1 :color "dark gray" :style nil) :background "gainsboro" :inherit (org-meta-line))))) - '(isearch ((t (:foreground "white" :background "DodgerBlue1")))) - '(isearch-fail ((((class color) (min-colors 88) (background light)) (:background "RosyBrown1")) (((class color) (min-colors 88) (background dark)) (:background "red4")) (((class color) (min-colors 16)) (:background "red")) (((class color) (min-colors 8)) (:background "red")) (((class color grayscale)) (:foreground "grey")) (t (:inverse-video t)))) - '(lazy-highlight ((t (:foreground "burlywood" :box 2)))) - '(match ((t (:background "yellow1")))) - '(next-error ((t (:inherit (region))))) - '(query-replace ((t (:inherit (isearch))))) - '(org-meta-line ((t (:extend t :background "burlywood2" :family "Compagnon Light")))) - '(org-table ((t (:inherit fixed-pitch :background "lemon chiffon")))) - '(org-block ((t (:inherit fixed-pitch :extend t)))) - '(org-code ((t (:inherit fixed-pitch)))) - '(custom-variable-tag ((t (:weight bold)))) - '(org-block-begin-line ((t (:inherit org-meta-line :extend t :background "lemon chiffon")))) - '(org-block-end-line ((t (:extend t :inherit org-block-begin-line)))) - '(outline-1 ((t (:family "Compagnon Medium")))) - '(outline-2 ((t (:inherit outline-1)))) - '(outline-3 ((t (:inherit outline-1)))) - '(outline-4 ((t (:inherit outline-1)))) - '(outline-5 ((t (:inherit outline-1)))) - '(outline-6 ((t (:inherit outline-1)))) - '(outline-7 ((t (:inherit outline-1)))) - '(outline-8 ((t (:inherit outline-1)))) - '(org-special-keyword ((t (:inherit fixed-pitch :foreground "black" :background "cornsilk")))) - '(line-number ((t (:inherit org-meta-line)))) - '(org-todo ((t (:inherit fixed-pitch :background "tomato" :foreground "white" :weight bold)))) - '(org-done ((t (:weight bold :foreground "white" :background "medium aquamarine" :inherit fixed-pitch)))) - '(org-date ((t (:inherit link)))) - '(bold ((t (:weight bold)))) - '(italic ((t (:slant italic)))) - '(bold-italic ((t (:slant italic :weight bold)))) - '(org-headline-done ((t (:foreground "aquamarine4" :inherit outline-1)))) - '(org-footnote ((t (:family "Compagnon Light")))) - '(custom-link ((t (:inherit fixed-pitch :background "burlywood1")))) - '(show-paren-match ((t (:background "aquamarine")))) - '(show-paren-mismatch ((t (:background "orange red" :foreground "white")))) - '(org-drawer ((t (:inherit org-block-begin-line)))) - '(default ((t (:inherit nil :extend nil :stipple nil :background "cornsilk" :foreground "black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight semi-bold :height 142 :width normal :foundry "UKWN" :family "Compagnon Medium"))))) - -(provide-theme 'sd-compagnon) diff --git a/themes/sd-dark-theme.el b/themes/sd-dark-theme.el deleted file mode 100644 index fdf870f..0000000 --- a/themes/sd-dark-theme.el +++ /dev/null @@ -1,96 +0,0 @@ -(deftheme sd-dark - "Created 2021-05-09.") - -(custom-theme-set-faces - 'sd-dark - '(Info-quoted ((t (:inherit org-block)))) - '(cursor ((t (:background "red")))) - '(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")))) - '(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 (:inherit fixed-pitch :foreground "light slate gray" :slant italic)))) - '(font-lock-constant-face ((t (:foreground "MediumOrchid4")))) - '(font-lock-doc-face ((t (:weight normal :inherit variable-pitch :foreground "white")))) - '(font-lock-function-name-face ((t (:foreground "medium violet red" :weight bold)))) - '(font-lock-keyword-face ((t (:foreground "violet")))) - '(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 :foreground "dark orange")))) - '(font-lock-regexp-grouping-construct ((t (:inherit bold)))) - '(font-lock-string-face ((t (:foreground "MediumOrchid3")))) - '(font-lock-type-face ((t (:foreground "orchid2")))) - '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold)))) - '(font-lock-warning-face ((t (:inherit error)))) - '(fringe ((t (:background "grey10")))) - '(header-line ((t (:weight extra-bold :height 1.8 :family "Public Sans")))) - '(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")))) - '(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)))) - '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2)))) - '(match ((t (:background "yellow1")))) - '(minibuffer-prompt ((t (:inherit org-meta-line)))) - '(mode-line ((t (:height 1.2 :family "Hack" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button))))) - '(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 (:height 1.2 :family "Hack" :background "SteelBlue4" :foreground "gainsboro" :box (:line-width -1 :color "gainsboro"))))) - '(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 "gainsboro" :foreground "black" :family "Hack")))) - '(org-date ((t (:inherit (link fixed-pitch))))) - '(org-document-info ((t (:weight bold)))) - '(org-document-info-keyword ((t (:inherit org-meta-line)))) - '(org-document-title ((t (:weight bold :height 2.4)))) - '(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 (:background "grey20" :inherit shadow)))) - '(org-footnote ((t (:inherit (link variable-font))))) - '(org-formula ((t (:inherit org-table)))) - '(org-level-1 ((t (:height 1.8)))) - '(org-level-2 ((t (:height 1.6)))) - '(org-level-3 ((t (:height 1.4)))) - '(org-level-4 ((t (:height 1.0)))) - '(org-level-5 ((t (:inherit org-level-4)))) - '(org-level-6 ((t (:inherit org-level-4)))) - '(org-level-7 ((t (:inherit org-level-4)))) - '(org-level-8 ((t (:inherit org-level-4)))) - '(org-meta-line ((t (:foreground "SteelBlue" :family "Hermit")))) - '(org-priority ((t (:background "grey20" :inherit org-meta-line)))) - '(org-quote ((t (:inherit variable-pitch :slant italic)))) - '(org-special-keyword ((t (:background "grey20" :weight bold :inherit org-meta-line)))) - '(org-table ((t (:family "Hack")))) - '(org-tag ((t (:inherit (link fixed-pitch))))) - '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) - '(org-verbatim ((t (:background "grey20" :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 (:background "gainsboro" :foreground "black" :family "Hermit")))) - '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) - '(variable-pitch ((t (:family "Public Sans")))) - '(line-number ((t (:background "grey15" :foreground "LightSteelBlue3" :weight normal :height 0.8 :family "Hack")))) - '(show-paren-match ((t (:inherit highlight)))) - '(show-paren-mismatch ((t (:background "red" :foreground "grey20")))) - '(widget-field ((t (:extend t :background "LightSteelBlue2")))) - '(default ((t (:background "grey20" :foreground "white" :height 142 :family "Hack"))))) - -(provide-theme 'sd-dark) diff --git a/themes/sd-light-theme.el b/themes/sd-light-theme.el deleted file mode 100644 index 1e07e65..0000000 --- a/themes/sd-light-theme.el +++ /dev/null @@ -1,106 +0,0 @@ -(deftheme sd-light - "Created 2021-08-21.") - -(custom-theme-set-variables - 'sd-light - '(cursor-type 'bar)) - -(custom-theme-set-faces - 'sd-light - '(Info-quoted ((t (:inherit org-block)))) - '(cursor ((t (:background "red")))) - '(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")))) - '(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 (:inherit org-meta-line :background "white" :slant italic)))) - '(font-lock-constant-face ((t (:foreground "MediumOrchid4")))) - '(font-lock-doc-face ((t (:foreground "midnight blue" :slant italic)))) - '(font-lock-function-name-face ((t (:foreground "medium violet red" :weight bold)))) - '(font-lock-keyword-face ((t (:foreground "violet" :weight bold)))) - '(font-lock-negation-char-face ((t nil))) - '(font-lock-preprocessor-face ((t (:inherit font-lock-builtin-face)))) - '(font-lock-regexp-grouping-backslash ((t (:foreground "dark orange" :weight bold)))) - '(font-lock-regexp-grouping-construct ((t (:weight bold)))) - '(font-lock-string-face ((t (:foreground "MediumOrchid3")))) - '(font-lock-type-face ((t (:foreground "orchid2")))) - '(font-lock-variable-name-face ((t (:foreground "DarkOrchid3" :weight bold)))) - '(font-lock-warning-face ((t (:inherit (error))))) - '(fringe ((t (:background "gainsboro")))) - '(header-line ((t (:height 1.8 :weight extra-bold :inherit org-meta-line)))) - '(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")))) - '(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)))) - '(lazy-highlight ((t (:foreground "DodgerBlue1" :box 2)))) - '(match ((t (:background "yellow1")))) - '(minibuffer-prompt ((t (:inherit org-meta-line)))) - '(mode-line ((t (:inherit org-meta-line :box (:line-width -1 :style released-button))))) - '(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 (:inherit org-meta-line :background "gainsboro" :box (:line-width -1 :color "dark gray"))))) - '(next-error ((t (:inherit region)))) - '(org-block ((t (:inherit fixed-pitch :background "snow" :foreground "plum")))) - '(org-checkbox ((t (:inherit org-meta-line :weight bold)))) - '(org-code ((t (:background "gainsboro" :foreground "black" :family "Hack")))) - '(org-date ((t (:inherit (link fixed-pitch))))) - '(org-document-info ((t (:weight bold)))) - '(org-document-info-keyword ((t (:inherit org-meta-line)))) - '(org-document-title ((t (:weight bold :height 2.4)))) - '(org-done ((t (:background "forest green" :foreground "white" :weight bold :height 1.6 :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 (:slant italic :inherit org-table)))) - '(org-level-1 ((t (:height 1.8)))) - '(org-level-2 ((t (:height 1.6)))) - '(org-level-3 ((t (:height 1.4)))) - '(org-level-4 ((t (:height 1.0)))) - '(org-level-5 ((t (:inherit org-level-4)))) - '(org-level-6 ((t (:inherit org-level-4)))) - '(org-level-7 ((t (:inherit org-level-4)))) - '(org-level-8 ((t (:inherit org-level-4)))) - '(org-meta-line ((t (:extend t :background "white smoke" :foreground "LightSteelBlue3" :family "Hermit")))) - '(org-priority ((t (:height 1.4 :inherit org-special-keyword)))) - '(org-quote ((t (:inherit variable-pitch :slant italic)))) - '(org-special-keyword ((t (:inherit org-meta-line :weight bold :background "white")))) - '(org-table ((t (:height 0.8 :family "Hack")))) - '(org-tag ((t (:inherit (link fixed-pitch))))) - '(org-todo ((t (:background "tomato" :foreground "white" :weight bold :height 1.4 :family "Hermit")))) - '(org-verbatim ((t (:inherit org-code :background "white" :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 (:foreground "red")))) - '(swiper-match-face-2 ((t (:foreground "orange red")))) - '(swiper-match-face-3 ((t (:foreground "chocolate")))) - '(swiper-match-face-4 ((t (:foreground "yellow")))) - '(tooltip ((t (:background "gainsboro" :foreground "black" :family "Hermit")))) - '(trailing-whitespace ((((class color) (background light)) (:background "red1")) (((class color) (background dark)) (:background "red1")) (t (:inverse-video t)))) - '(variable-pitch ((t (:foreground "black" :height 1.2 :family "Public Sans")))) - '(line-number ((t (:height 0.8 :inherit org-meta-line)))) - '(show-paren-match ((t (:inherit highlight)))) - '(show-paren-mismatch ((t (:background "red" :foreground "white")))) - '(widget-field ((t (:extend t :background "LightSteelBlue1")))) - '(swiper-line-face ((t (:inherit highlight)))) - '(swiper-background-match-face-1 ((t (:background "cyan")))) - '(swiper-background-match-face-2 ((t (:background "chartreuse")))) - '(swiper-background-match-face-3 ((t (:background "orange")))) - '(swiper-background-match-face-4 ((t (:background "magenta")))) - '(org-headline-done ((t (:foreground "LightSteelBlue3" :height 1.6)))) - '(default ((t (:background "white" :foreground "black" :height 142 :family "Hack"))))) - -(provide-theme 'sd-light) -- cgit v1.2.3