branch: externals/aircon-theme commit c15bf2d1d8da7ee2bfd7f03f3c2c22840f4b43c6 Author: Gregory Chamberlain <g...@cosine.blue> Commit: Gregory Chamberlain <g...@cosine.blue>
Replace nil with t in face specs --- aircon-theme.el | 206 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 103 insertions(+), 103 deletions(-) diff --git a/aircon-theme.el b/aircon-theme.el index e8e95ee320..da55c4c2fb 100644 --- a/aircon-theme.el +++ b/aircon-theme.el @@ -76,7 +76,7 @@ '((((class color) (min-colors 89)) (:background "#c4cbdc"))) "Aircon haze.") (defface aircon-header - `((nil (:inherit (aircon-athens) :foreground ,aircon-shark))) + `((t (:inherit (aircon-athens) :foreground ,aircon-shark))) "Aircon header.") (defface aircon-hibiscus `((((class color) (min-colors 89)) (:foreground ,aircon-hibiscus))) @@ -110,118 +110,118 @@ (custom-theme-set-faces 'aircon - `(ansi-color-black ((nil (:foreground "#000000")))) - `(ansi-color-white ((nil (:foreground "#ffffff")))) - `(ansi-color-blue ((nil (:foreground ,aircon-sapphire)))) - `(ansi-color-cyan ((nil (:foreground ,aircon-eden)))) - `(ansi-color-green ((nil (:foreground ,aircon-goblin)))) - `(ansi-color-magenta ((nil (:foreground ,aircon-hibiscus)))) - `(ansi-color-red ((nil (:foreground ,aircon-brick)))) - `(ansi-color-yellow ((nil (:foreground ,aircon-marigold)))) + `(ansi-color-black ((t (:foreground "#000000")))) + `(ansi-color-white ((t (:foreground "#ffffff")))) + `(ansi-color-blue ((t (:foreground ,aircon-sapphire)))) + `(ansi-color-cyan ((t (:foreground ,aircon-eden)))) + `(ansi-color-green ((t (:foreground ,aircon-goblin)))) + `(ansi-color-magenta ((t (:foreground ,aircon-hibiscus)))) + `(ansi-color-red ((t (:foreground ,aircon-brick)))) + `(ansi-color-yellow ((t (:foreground ,aircon-marigold)))) - '(default ((nil (:background "#ffffff" :foreground "#000000")))) - `(cursor ((nil (:background ,aircon-cello)))) - '(fringe ((nil (:inherit (default))))) + '(default ((t (:background "#ffffff" :foreground "#000000")))) + `(cursor ((t (:background ,aircon-cello)))) + '(fringe ((t (:inherit (default))))) - `(mode-line ((nil (:inherit (variable-pitch aircon-fjord) + `(mode-line ((t (:inherit (variable-pitch aircon-fjord) :foreground "#ffffff" :box ,aircon-midnight)))) - `(mode-line-inactive ((nil (:inherit (aircon-header mode-line) + `(mode-line-inactive ((t (:inherit (aircon-header mode-line) :box ,aircon-ghost)))) - '(mode-line-highlight ((nil (:inherit (mode-line))))) + '(mode-line-highlight ((t (:inherit (mode-line))))) - '(compilation-mode-line-fail ((nil (:inherit (bold aircon-brick))))) - '(compilation-error ((nil (:inherit (bold aircon-brick))))) + '(compilation-mode-line-fail ((t (:inherit (bold aircon-brick))))) + '(compilation-error ((t (:inherit (bold aircon-brick))))) - `(help-key-binding ((nil (:inherit (aircon-header) + `(help-key-binding ((t (:inherit (aircon-header) :box (:color ,aircon-ghost :line-width (1 . -1)))))) - '(shadow ((nil (:inherit (aircon-scorpion))))) - '(error ((nil (:inherit (bold aircon-brick))))) - '(warning ((nil (:inherit (bold aircon-marigold))))) - '(success ((nil (:inherit (bold aircon-goblin))))) - - '(escape-glyph ((nil (:inherit (aircon-brick))))) - '(homoglyph ((nil (:inherit (aircon-brick))))) - - '(highlight ((nil (:inherit (aircon-haze))))) - '(region ((nil (:inherit (aircon-athens))))) - '(secondary-selection ((nil (:inherit (aircon-prelude))))) - '(isearch ((nil (:inherit (aircon-mango))))) - '(isearch-fail ((nil (:inherit (aircon-blush))))) - '(lazy-highlight ((nil (:inherit (aircon-linen))))) - '(tooltip ((nil (:inherit (aircon-linen))))) - '(show-paren-match ((nil (:inherit (aircon-mango))))) - '(show-paren-mismatch ((nil (:inherit (aircon-blush))))) - '(show-paren-match-expression ((nil (:inherit (aircon-linen))))) - - '(font-lock-builtin-face ((nil (:inherit (aircon-cello bold))))) - '(font-lock-comment-face ((nil (:inherit (aircon-sandstone italic))))) - '(font-lock-constant-face ((nil (:inherit (aircon-eden))))) - '(font-lock-function-name-face ((nil (:inherit (aircon-grape))))) - '(font-lock-keyword-face ((nil (:inherit (aircon-sapphire bold))))) - '(font-lock-string-face ((nil (:inherit (aircon-goblin))))) - '(font-lock-type-face ((nil (:inherit (aircon-hibiscus bold))))) - '(font-lock-variable-name-face ((nil (:inherit (aircon-lilac))))) - '(font-lock-warning-face ((nil (:inherit (aircon-brick))))) - '(font-lock-doc-face ((nil (:inherit (italic aircon-goblin))))) - - '(link ((nil (:inherit (aircon-sapphire underline))))) - '(link-visited ((nil (:inherit (aircon-lilac link))))) - - '(minibuffer-prompt ((nil (:inherit (aircon-cello bold))))) - - '(completions-common-part ((nil (:inherit (aircon-linen))))) - '(completions-first-difference ((nil (:inherit (aircon-mango))))) - - `(flyspell-duplicate ((nil (:underline (:color ,aircon-marigold :style wave))))) - `(flyspell-incorrect ((nil (:underline (:color ,aircon-brick :style wave))))) - - '(diff-header ((nil (:inherit (aircon-header))))) - '(diff-file-header ((nil (:inherit (diff-header) :weight bold)))) - '(diff-added ((nil (:background "#c4face" :foreground "#143c1d")))) - '(diff-refine-added ((nil (:background "#88cd98" :foreground "#0c2912 ")))) - '(diff-removed ((nil (:background "#ffcccc" :foreground "#4b1313")))) - '(diff-refine-removed ((nil (:background "#ef9d9d" :foreground "#3a0a0a ")))) - - '(magit-diff-added ((nil (:inherit diff-added)))) - '(magit-diff-added-highlight ((nil (:inherit diff-refine-added)))) - '(magit-diff-removed ((nil (:inherit diff-removed)))) - '(magit-diff-removed-highlight ((nil (:inherit diff-refine-removed)))) - `(magit-diff-whitespace-warning ((nil (:background ,aircon-hibiscus)))) - - '(dired-directory ((nil (:inherit (aircon-cello bold))))) - '(dired-header ((nil (:inherit (dired-directory))))) - '(dired-symlink ((nil (:inherit (aircon-eden))))) - '(dired-broken-symlink ((nil (:inherit (aircon-brick))))) - '(dired-ignored ((nil (:inherit (shadow))))) - '(dired-mark ((nil (:inherit (aircon-mango) :background "#ffffff")))) - '(dired-marked ((nil (:inherit (aircon-mango))))) - '(dired-flagged ((nil (:inherit (aircon-blush))))) - - '(eshell-ls-archive ((nil (:inherit aircon-hibiscus)))) - '(eshell-ls-backup ((nil (:inherit shadow)))) - '(eshell-ls-directory ((nil (:inherit aircon-cello)))) - '(eshell-ls-executable ((nil (:inherit aircon-goblin)))) - '(eshell-ls-missing ((nil (:inherit error)))) - '(eshell-ls-readonly ((nil (:inherit aircon-sandstone)))) - '(eshell-ls-symlink ((nil (:inherit aircon-eden)))) - '(eshell-prompt ((nil (:inherit aircon-cello)))) - - '(erc-pal-face ((nil (:inherit aircon-hibiscus :weight bold)))) - '(erc-button ((nil (:inherit button)))) - '(erc-keyword-face ((nil (:inherit aircon-sapphire)))) - '(erc-current-nick-face ((nil (:inherit aircon-sapphire)))) - '(erc-dangerous-host-face ((nil (:inherit warning)))) - '(erc-direct-msg-face ((nil (:inherit aircon-cello :weight normal)))) - '(erc-error-face ((nil (:inherit error)))) - '(erc-input-face ((nil (:inherit aircon-lilac)))) - '(erc-nick-default-face ((nil (:inherit aircon-sapphire :weight bold)))) - '(erc-nick-msg-face ((nil (:inherit aircon-sapphire :weight bold)))) - '(erc-notice-face ((nil (:inherit aircon-sandstone)))) - '(erc-prompt-face ((nil (:inherit minibuffer-prompt)))) - '(erc-timestamp-face ((nil (:inherit aircon-eden)))) + '(shadow ((t (:inherit (aircon-scorpion))))) + '(error ((t (:inherit (bold aircon-brick))))) + '(warning ((t (:inherit (bold aircon-marigold))))) + '(success ((t (:inherit (bold aircon-goblin))))) + + '(escape-glyph ((t (:inherit (aircon-brick))))) + '(homoglyph ((t (:inherit (aircon-brick))))) + + '(highlight ((t (:inherit (aircon-haze))))) + '(region ((t (:inherit (aircon-athens))))) + '(secondary-selection ((t (:inherit (aircon-prelude))))) + '(isearch ((t (:inherit (aircon-mango))))) + '(isearch-fail ((t (:inherit (aircon-blush))))) + '(lazy-highlight ((t (:inherit (aircon-linen))))) + '(tooltip ((t (:inherit (aircon-linen))))) + '(show-paren-match ((t (:inherit (aircon-mango))))) + '(show-paren-mismatch ((t (:inherit (aircon-blush))))) + '(show-paren-match-expression ((t (:inherit (aircon-linen))))) + + '(font-lock-builtin-face ((t (:inherit (aircon-cello bold))))) + '(font-lock-comment-face ((t (:inherit (aircon-sandstone italic))))) + '(font-lock-constant-face ((t (:inherit (aircon-eden))))) + '(font-lock-function-name-face ((t (:inherit (aircon-grape))))) + '(font-lock-keyword-face ((t (:inherit (aircon-sapphire bold))))) + '(font-lock-string-face ((t (:inherit (aircon-goblin))))) + '(font-lock-type-face ((t (:inherit (aircon-hibiscus bold))))) + '(font-lock-variable-name-face ((t (:inherit (aircon-lilac))))) + '(font-lock-warning-face ((t (:inherit (aircon-brick))))) + '(font-lock-doc-face ((t (:inherit (italic aircon-goblin))))) + + '(link ((t (:inherit (aircon-sapphire underline))))) + '(link-visited ((t (:inherit (aircon-lilac link))))) + + '(minibuffer-prompt ((t (:inherit (aircon-cello bold))))) + + '(completions-common-part ((t (:inherit (aircon-linen))))) + '(completions-first-difference ((t (:inherit (aircon-mango))))) + + `(flyspell-duplicate ((t (:underline (:color ,aircon-marigold :style wave))))) + `(flyspell-incorrect ((t (:underline (:color ,aircon-brick :style wave))))) + + '(diff-header ((t (:inherit (aircon-header))))) + '(diff-file-header ((t (:inherit (diff-header) :weight bold)))) + '(diff-added ((t (:background "#c4face" :foreground "#143c1d")))) + '(diff-refine-added ((t (:background "#88cd98" :foreground "#0c2912 ")))) + '(diff-removed ((t (:background "#ffcccc" :foreground "#4b1313")))) + '(diff-refine-removed ((t (:background "#ef9d9d" :foreground "#3a0a0a ")))) + + '(magit-diff-added ((t (:inherit diff-added)))) + '(magit-diff-added-highlight ((t (:inherit diff-refine-added)))) + '(magit-diff-removed ((t (:inherit diff-removed)))) + '(magit-diff-removed-highlight ((t (:inherit diff-refine-removed)))) + `(magit-diff-whitespace-warning ((t (:background ,aircon-hibiscus)))) + + '(dired-directory ((t (:inherit (aircon-cello bold))))) + '(dired-header ((t (:inherit (dired-directory))))) + '(dired-symlink ((t (:inherit (aircon-eden))))) + '(dired-broken-symlink ((t (:inherit (aircon-brick))))) + '(dired-ignored ((t (:inherit (shadow))))) + '(dired-mark ((t (:inherit (aircon-mango) :background "#ffffff")))) + '(dired-marked ((t (:inherit (aircon-mango))))) + '(dired-flagged ((t (:inherit (aircon-blush))))) + + '(eshell-ls-archive ((t (:inherit aircon-hibiscus)))) + '(eshell-ls-backup ((t (:inherit shadow)))) + '(eshell-ls-directory ((t (:inherit aircon-cello)))) + '(eshell-ls-executable ((t (:inherit aircon-goblin)))) + '(eshell-ls-missing ((t (:inherit error)))) + '(eshell-ls-readonly ((t (:inherit aircon-sandstone)))) + '(eshell-ls-symlink ((t (:inherit aircon-eden)))) + '(eshell-prompt ((t (:inherit aircon-cello)))) + + '(erc-pal-face ((t (:inherit aircon-hibiscus :weight bold)))) + '(erc-button ((t (:inherit button)))) + '(erc-keyword-face ((t (:inherit aircon-sapphire)))) + '(erc-current-nick-face ((t (:inherit aircon-sapphire)))) + '(erc-dangerous-host-face ((t (:inherit warning)))) + '(erc-direct-msg-face ((t (:inherit aircon-cello :weight normal)))) + '(erc-error-face ((t (:inherit error)))) + '(erc-input-face ((t (:inherit aircon-lilac)))) + '(erc-nick-default-face ((t (:inherit aircon-sapphire :weight bold)))) + '(erc-nick-msg-face ((t (:inherit aircon-sapphire :weight bold)))) + '(erc-notice-face ((t (:inherit aircon-sandstone)))) + '(erc-prompt-face ((t (:inherit minibuffer-prompt)))) + '(erc-timestamp-face ((t (:inherit aircon-eden)))) )