123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691 |
- ;;; darktooth.el --- From the darkness... it watches
- ;; Copyright (c) 2015-2022 Jason Milkins (GNU/GPL Licence)
- ;; Authors: Jason Milkins <jasonm23@gmail.com>
- ;; URL: http://github.com/emacsfodder/emacs-theme-darktooth
- ;; Version: 1.0.0
- ;; Package-Requires: ((emacs "27.1") (autothemer "0.2"))
- ;;; Commentary:
- ;; From the darkness... it watches
- ;; Since 1.0.0 : Prepare for variations, create darktooth-deftheme.
- ;; Since 0.4.0 : Restructure for simpler theme development
- ;; Since 0.3.0 : Official release integrated with autothemer
- ;; Since 0.2.0 : Built using autothemer
- ;; Since 0.1.60 : includes `darktooth-modeline'
- ;;; Code:
- (require 'autothemer)
- (unless (>= emacs-major-version 24)
- (error "Requires Emacs 24 or later"))
- ;;;###autoload
- (defmacro darktooth-deftheme (name description palette &rest body)
- "Create darktooth theme with NAME, DESCRIPTION, PALETTE and BODY."
- `(autothemer-deftheme ,name ,description ,palette
- ((Man-overstrike (:foreground darktooth-bright-red :bold t))
- (Man-underline (:foreground darktooth-bright-green :bold t))
- (ac-dabbrev-menu-face (:inherit 'popup-face))
- (ac-dabbrev-selection-face (:inherit 'popup-menu-selection-face))
- (ag-hit-face (:foreground darktooth-neutral-blue))
- (ag-match-face (:foreground darktooth-neutral-red))
- (anzu-match-1 (:foreground darktooth-background-0 :background darktooth-bright-green))
- (anzu-match-2 (:foreground darktooth-background-0 :background darktooth-bright-yellow))
- (anzu-match-3 (:foreground darktooth-background-0 :background darktooth-bright-cyan))
- (anzu-mode-line (:foreground darktooth-foreground-0 :height 100 :background darktooth-faded-blue))
- (anzu-replace-highlight (:background darktooth-background-aqua))
- (anzu-replace-to (:background darktooth-background-cyan))
- (avy-background-face (:foreground darktooth-background-3))
- (avy-goto-char-timer-face (:inherit 'highlight))
- (avy-lead-face (:foreground darktooth-bright-red))
- (avy-lead-face-0 (:foreground darktooth-bright-blue))
- (avy-lead-face-1 (:foreground darktooth-bright-aqua))
- (avy-lead-face-2 (:foreground darktooth-bright-purple))
- (col-highlight (:inherit 'vline))
- (column-enforce-face (:foreground darktooth-background-4 :background darktooth-background-red))
- (column-marker-1 (:background darktooth-faded-blue))
- (column-marker-2 (:background darktooth-faded-purple))
- (column-marker-3 (:background darktooth-faded-cyan))
- (company-echo (:inherit 'company-echo-common))
- (company-echo-common (:foreground darktooth-bright-blue :background nil))
- (company-preview (:inherit 'company-preview-common))
- (company-preview-common (:inherit 'font-lock-comment-face))
- (company-preview-common (:underline darktooth-foreground-1))
- (company-preview-search (:inherit 'company-preview-common))
- (company-scrollbar-bg (:foreground nil :background darktooth-background-3))
- (company-scrollbar-fg (:foreground nil :background darktooth-background-2))
- (company-template-field (:foreground darktooth-bright-blue :background nil :underline darktooth-background-blue))
- (company-tooltip (:foreground darktooth-foreground-0-hard :background darktooth-background-1))
- (company-tooltip-annotation (:foreground darktooth-bright-blue :background darktooth-background-1))
- (company-tooltip-common (:foreground darktooth-foreground-0 :background darktooth-background-1))
- (company-tooltip-common-selection (:foreground darktooth-foreground-0 :background darktooth-faded-blue))
- (company-tooltip-mouse (:foreground darktooth-background-0 :background darktooth-bright-blue))
- (company-tooltip-selection (:foreground darktooth-foreground-0 :background darktooth-faded-blue))
- (compilation-info (:foreground darktooth-neutral-green))
- (compilation-mode-line-fail (:foreground darktooth-neutral-red))
- (cua-rectangle (:background darktooth-mid-blue))
- (cursor (:background darktooth-foreground-0))
- (default (:foreground darktooth-foreground-0 :background darktooth-background-0))
- (diff-added (:foreground darktooth-neutral-green :background nil))
- (diff-changed (:foreground darktooth-foreground-1 :background nil))
- (diff-hl-change (:inherit 'diff-changed))
- (diff-hl-delete (:inherit 'diff-removed))
- (diff-hl-insert (:inherit 'diff-added))
- (diff-indicator-added (:inherit 'diff-added))
- (diff-indicator-changed (:inherit 'diff-changed))
- (diff-indicator-removed (:inherit 'diff-removed))
- (diff-refine-added (:foreground darktooth-bright-green :background darktooth-muted-green))
- (diff-refine-removed (:foreground darktooth-bright-red :background darktooth-muted-red))
- (diff-removed (:foreground darktooth-neutral-red :background nil))
- (dired-directory (:inherit 'font-lock-function-name-face))
- (dired-flagged (:inherit 'error))
- (dired-header (:inherit 'font-lock-type-face))
- (dired-ignored (:inherit 'shadow))
- (dired-mark (:inherit 'font-lock-constant-face))
- (dired-marked (:inherit 'warning))
- (dired-perm-write (:inherit 'font-lock-comment-delimiter-face))
- (dired-subtree-depth-1-face (:background nil))
- (dired-subtree-depth-2-face (:background nil))
- (dired-subtree-depth-3-face (:background nil))
- (dired-subtree-depth-4-face (:background nil))
- (dired-subtree-depth-5-face (:background nil))
- (dired-subtree-depth-6-face (:background nil))
- (dired-symlink (:inherit 'font-lock-keyword-face))
- (dired-warning (:inherit 'font-lock-warning-face))
- (diredfl-autofile-name (:foreground darktooth-foreground-1))
- (diredfl-compressed-file-name (:foreground darktooth-foreground-1))
- (diredfl-compressed-file-suffix (:foreground darktooth-foreground-1))
- (diredfl-date-time (:foreground darktooth-foreground-2))
- (diredfl-deletion (:foreground darktooth-faded-red))
- (diredfl-deletion-file-name (:foreground darktooth-faded-red))
- (diredfl-dir-heading (:foreground darktooth-foreground-1))
- (diredfl-dir-name (:foreground darktooth-bright-cyan))
- (diredfl-dir-priv (:foreground darktooth-bright-cyan :background darktooth-background-1))
- (diredfl-exec-priv (:foreground darktooth-bright-orange :background darktooth-background-1))
- (diredfl-executable-tag (:foreground darktooth-bright-orange))
- (diredfl-file-name (:foreground darktooth-neutral-cyan))
- (diredfl-file-suffix (:foreground darktooth-faded-cyan))
- (diredfl-flag-mark (:foreground darktooth-bright-cyan))
- (diredfl-flag-mark-line (:foreground darktooth-foreground-0 :background darktooth-background-1))
- (diredfl-ignored-file-name (:foreground darktooth-foreground-3))
- (diredfl-link-priv (:foreground darktooth-bright-purple :background darktooth-background-1))
- (diredfl-no-priv (:foreground darktooth-foreground-4 :background darktooth-background-1))
- (diredfl-number (:foreground darktooth-foreground-2))
- (diredfl-other-priv (:background darktooth-background-1))
- (diredfl-rare-priv (:background darktooth-background-1))
- (diredfl-read-priv (:foreground darktooth-bright-aqua :background darktooth-background-1))
- (diredfl-symlink (:foreground darktooth-neutral-cyan))
- (diredfl-tagged-autofile-name (:foreground darktooth-foreground-1 :background darktooth-background-1))
- (diredfl-write-priv (:foreground darktooth-bright-green :background darktooth-background-1))
- (diredp-autofile-name (:inherit 'diredfl-autofile-name))
- (diredp-compressed-file-name (:inherit 'diredfl-compressed-file-name))
- (diredp-compressed-file-suffix (:inherit 'diredfl-compressed-file-suffix))
- (diredp-date-time (:inherit 'diredfl-date-time))
- (diredp-deletion (:inherit 'diredfl-deletion))
- (diredp-deletion-file-name (:inherit 'diredfl-deletion-file-name))
- (diredp-dir-heading (:inherit 'diredfl-dir-heading))
- (diredp-dir-name (:inherit 'diredfl-dir-name))
- (diredp-dir-priv (:inherit 'diredfl-dir-priv))
- (diredp-exec-priv (:inherit 'diredfl-exec-priv))
- (diredp-executable-tag (:inherit 'diredfl-executable-tag))
- (diredp-file-name (:inherit 'diredfl-file-name))
- (diredp-file-suffix (:inherit 'diredfl-file-suffix))
- (diredp-flag-mark (:inherit 'diredfl-flag-mark))
- (diredp-flag-mark-line (:inherit 'diredfl-flag-mark-line))
- (diredp-ignored-file-name (:inherit 'diredfl-ignored-file-name))
- (diredp-link-priv (:inherit 'diredfl-link-priv))
- (diredp-no-priv (:inherit 'diredfl-no-priv))
- (diredp-number (:inherit 'diredfl-number))
- (diredp-other-priv (:inherit 'diredfl-other-priv))
- (diredp-rare-priv (:inherit 'diredfl-rare-priv))
- (diredp-read-priv (:inherit 'diredfl-read-priv))
- (diredp-symlink (:inherit 'diredfl-symlink))
- (diredp-tagged-autofile-name (:inherit 'diredfl-tagged-autofile-name))
- (diredp-write-priv (:inherit 'diredfl-write-priv))
- (dropdown-list-face (:foreground darktooth-black :background darktooth-foreground-0-hard :inherit 'default))
- (dropdown-list-selection-face (:background darktooth-bright-purple :inherit 'dropdown-list))
- (el-search-match (:background darktooth-background-cyan))
- (el-search-other-match (:background darktooth-background-blue))
- (eldoc-highlight-function-argument (:foreground darktooth-aquamarine4 :weight 'bold))
- (elfeed-search-date-face (:foreground darktooth-muted-cyan))
- (elfeed-search-feed-face (:foreground darktooth-faded-cyan))
- (elfeed-search-tag-face (:foreground darktooth-foreground-3))
- (elfeed-search-title-face (:foreground darktooth-foreground-3 :bold nil))
- (elfeed-search-unread-title-face (:foreground darktooth-foreground-0-hard :bold nil))
- (elixir-atom-face (:foreground darktooth-lightblue4))
- (elixir-attribute-face (:foreground darktooth-burlywood4))
- (elscreen-tab-background-face (:background darktooth-background-0 :box nil))
- (elscreen-tab-control-face (:foreground darktooth-neutral-red :background darktooth-background-2 :box nil :underline nil))
- (elscreen-tab-current-screen-face (:foreground darktooth-background-0 :background darktooth-background-4 :box nil))
- (elscreen-tab-other-screen-face (:foreground darktooth-foreground-4 :background darktooth-background-2 :box nil :underline nil))
- (embrace-help-key-face (:foreground darktooth-bright-green :weight 'bold))
- (embrace-help-mark-func-face (:foreground darktooth-bright-cyan))
- (embrace-help-pair-face (:foreground darktooth-bright-blue))
- (embrace-help-separator-face (:foreground darktooth-bright-orange))
- (erc-action-face (:inherit 'erc-default-face))
- (erc-bold-face (:weight 'bold))
- (erc-button (:weight 'bold :underline t))
- (erc-current-nick-face (:foreground darktooth-aquamarine4 :weight 'bold))
- (erc-dangerous-host-face (:inherit 'font-lock-warning-face))
- (erc-default-face (:inherit 'default))
- (erc-direct-msg-face (:inherit 'erc-default-face))
- (erc-error-face (:inherit 'font-lock-warning-face))
- (erc-fool-face (:inherit 'erc-default-face))
- (erc-input-face (:foreground darktooth-sienna))
- (erc-keyword-face (:foreground darktooth-bright-orange :weight 'bold))
- (erc-my-nick-face (:foreground darktooth-sienna :weight 'bold))
- (erc-nick-default-face (:weight 'bold))
- (erc-nick-msg-face (:inherit 'erc-default-face))
- (erc-notice-face (:foreground darktooth-background-4))
- (erc-pal-face (:foreground darktooth-neutral-yellow :weight 'bold))
- (erc-prompt-face (:foreground darktooth-sienna :weight 'bold))
- (erc-timestamp-face (:foreground darktooth-neutral-green))
- (erc-underline-face (:underline t))
- (erefactor-highlight-face (:inherit 'match))
- (error (:foreground darktooth-bright-red :bold t))
- (escape-glyph (:foreground darktooth-neutral-cyan))
- (eww-form-checkbox (:box (:line-width 2 :style 'released-button) :foreground darktooth-black :background darktooth-identifiers-1))
- (eww-form-file (:box (:line-width 2 :style 'released-button) :foreground darktooth-black :background darktooth-muted-purple))
- (eww-form-select (:box (:line-width 2 :style 'released-button) :foreground darktooth-black :background darktooth-identifiers-1))
- (eww-form-submit (:box (:line-width 2 :style 'released-button) :foreground darktooth-black :background darktooth-muted-purple))
- (eww-form-text (:box (:line-width 1) :foreground darktooth-white :background darktooth-background-2))
- (eww-form-textarea (:box (:line-width 1) :foreground darktooth-black :background darktooth-neutral-purple))
- (eww-invalid-certificate (:weight 'bold :foreground darktooth-faded-red))
- (eww-valid-certificate (:weight 'bold :foreground darktooth-mid-aqua))
- (ffap (:inherit 'highlight))
- (file-name-shadow (:inherit 'shadow))
- (flx-highlight-face (:weight 'bold :underline t :inherit 'font-lock-variable-name-face))
- (flycheck-error (:underline (:style 'wave :color darktooth-bright-red)))
- (flycheck-error-list-error (:foreground darktooth-bright-red :bold t))
- (flycheck-error-list-info (:foreground darktooth-bright-blue :bold t))
- (flycheck-error-list-warning (:foreground darktooth-bright-yellow :bold t))
- (flycheck-fringe-error (:foreground darktooth-bright-red))
- (flycheck-fringe-info (:foreground darktooth-bright-blue))
- (flycheck-fringe-warning (:foreground darktooth-bright-yellow))
- (flycheck-info (:underline (:style 'wave :color darktooth-bright-blue)))
- (flycheck-warning (:underline (:style 'wave :color darktooth-bright-yellow)))
- (flymake-errline (:underline (:style 'wave :color darktooth-bright-red)))
- (flymake-error (:underline (:style 'wave :color darktooth-bright-red)))
- (flymake-note (:underline (:style 'wave :color darktooth-bright-blue)))
- (flymake-warline (:underline (:style 'wave :color darktooth-bright-yellow)))
- (flymake-warning (:underline (:style 'wave :color darktooth-bright-yellow)))
- (font-latex-math-face (:foreground darktooth-lightblue4))
- (font-latex-sectioning-5-face (:foreground darktooth-neutral-green))
- (font-latex-string-face (:inherit 'font-lock-string-face))
- (font-latex-warning-face (:inherit 'warning))
- (font-lock-builtin-face (:foreground darktooth-bright-orange))
- (font-lock-comment-delimiter-face (:inherit 'font-lock-comment-face))
- (font-lock-comment-face (:foreground darktooth-medium))
- (font-lock-constant-face (:foreground darktooth-burlywood4))
- (font-lock-doc-face (:inherit 'font-lock-string-face))
- (font-lock-function-name-face (:foreground darktooth-foreground-4))
- (font-lock-keyword-face (:foreground darktooth-sienna))
- (font-lock-negation-char-face (:foreground darktooth-mid-cyan))
- (font-lock-preprocessor-face (:inherit 'font-lock-builtin-face))
- (font-lock-regexp-grouping-backslash (:inherit 'bold))
- (font-lock-regexp-grouping-construct (:inherit 'bold))
- (font-lock-string-face (:foreground darktooth-darkslategray4))
- (font-lock-type-face (:foreground darktooth-lightblue4))
- (font-lock-variable-name-face (:foreground darktooth-aquamarine4))
- (font-lock-warning-face (:foreground darktooth-neutral-red :bold t))
- (fringe (:background darktooth-background-0))
- (git-commit-comment-action (:inherit 'git-commit-comment-branch))
- (git-commit-comment-branch (:inherit 'font-lock-variable-name-face))
- (git-commit-comment-detached (:inherit 'git-commit-comment-branch))
- (git-commit-comment-file (:inherit 'git-commit-pseudo-header))
- (git-commit-comment-heading (:inherit 'git-commit-known-pseudo-header))
- (git-commit-known-pseudo-header (:inherit 'font-lock-keyword-face))
- (git-commit-nonempty-second-line (:inherit 'font-lock-warning-face))
- (git-commit-note (:inherit 'font-lock-string-face))
- (git-commit-overlong-summary (:inherit 'font-lock-warning-face))
- (git-commit-pseudo-header (:inherit 'font-lock-string-face))
- (git-commit-summary (:inherit 'font-lock-type-face))
- (git-gutter+-added (:foreground darktooth-faded-green :background darktooth-muted-green))
- (git-gutter+-commit-header-face (:inherit 'font-lock-comment-face))
- (git-gutter+-deleted (:foreground darktooth-faded-red :background darktooth-muted-red))
- (git-gutter+-modified (:foreground darktooth-faded-purple :background darktooth-muted-purple))
- (git-gutter+-separator (:foreground darktooth-faded-cyan :background darktooth-muted-cyan))
- (git-gutter+-unchanged (:foreground darktooth-faded-yellow :background darktooth-muted-yellow))
- (git-gutter-fr+-added (:inherit 'git-gutter+-added))
- (git-gutter-fr+-deleted (:inherit 'git-gutter+-deleted))
- (git-gutter-fr+-modified (:inherit 'git-gutter+-modified))
- (git-gutter-fr:added (:inherit 'git-gutter:added))
- (git-gutter-fr:deleted (:inherit 'git-gutter:deleted))
- (git-gutter-fr:modified (:inherit 'git-gutter:modified))
- (git-gutter:added (:foreground darktooth-faded-green :background darktooth-muted-green))
- (git-gutter:deleted (:foreground darktooth-faded-red :background darktooth-muted-red))
- (git-gutter:modified (:foreground darktooth-faded-purple :background darktooth-muted-purple))
- (git-gutter:separator (:foreground darktooth-faded-cyan :background darktooth-muted-cyan))
- (git-gutter:unchanged (:foreground darktooth-faded-yellow :background darktooth-muted-yellow))
- (glyphless-char (:height 0.6))
- (gnus-group-mail-1 (:weight 'bold :foreground darktooth-foreground-0-hard))
- (gnus-group-mail-1-empty (:foreground darktooth-foreground-0-hard))
- (gnus-group-mail-2 (:weight 'bold :foreground darktooth-identifiers-4))
- (gnus-group-mail-2-empty (:foreground darktooth-identifiers-4))
- (gnus-group-mail-3 (:weight 'bold :foreground darktooth-bright-orange))
- (gnus-group-mail-3-empty (:foreground darktooth-bright-orange))
- (gnus-group-mail-low (:weight 'bold :foreground darktooth-faded-orange))
- (gnus-group-mail-low-empty (:foreground darktooth-faded-orange))
- (gnus-group-news-1 (:weight 'bold :foreground darktooth-identifiers-7))
- (gnus-group-news-1-empty (:foreground darktooth-identifiers-7))
- (gnus-group-news-2 (:weight 'bold :foreground darktooth-bright-cyan))
- (gnus-group-news-2-empty (:foreground darktooth-bright-cyan))
- (gnus-group-news-3 (:weight 'bold))
- (gnus-group-news-3-empty nil)
- (gnus-group-news-4 (:weight 'bold))
- (gnus-group-news-4-empty nil)
- (gnus-group-news-5 (:weight 'bold))
- (gnus-group-news-5-empty nil)
- (gnus-group-news-6 (:weight 'bold))
- (gnus-group-news-6-empty nil)
- (gnus-group-news-low (:weight 'bold :foreground darktooth-neutral-cyan))
- (gnus-group-news-low-empty (:foreground darktooth-neutral-cyan))
- (gnus-splash (:foreground darktooth-identifiers-4))
- (gnus-summary-cancelled (:foreground darktooth-foreground-0-hard :background darktooth-black))
- (gnus-summary-high-ancient (:weight 'bold :foreground darktooth-bright-green))
- (gnus-summary-high-read (:weight 'bold :foreground darktooth-neutral-yellow))
- (gnus-summary-high-ticked (:weight 'bold :foreground darktooth-identifiers-15))
- (gnus-summary-high-undownloaded (:weight 'bold :foreground darktooth-identifiers-1))
- (gnus-summary-high-unread (:weight 'bold))
- (gnus-summary-low-ancient (:slant 'italic :foreground darktooth-bright-green))
- (gnus-summary-low-read (:slant 'italic :foreground darktooth-neutral-yellow))
- (gnus-summary-low-ticked (:slant 'italic :foreground darktooth-identifiers-15))
- (gnus-summary-low-undownloaded (:weight 'normal :slant 'italic :foreground darktooth-faded-cyan))
- (gnus-summary-low-unread (:slant 'italic))
- (gnus-summary-normal-ancient (:foreground darktooth-bright-green))
- (gnus-summary-normal-read (:foreground darktooth-neutral-yellow))
- (gnus-summary-normal-ticked (:foreground darktooth-identifiers-15))
- (gnus-summary-normal-undownloaded (:weight 'normal :foreground darktooth-faded-cyan))
- (gnus-summary-normal-unread nil)
- (gnus-summary-selected (:underline t))
- (haskell-constructor-face (:foreground darktooth-neutral-aqua :background nil))
- (haskell-interactive-face-compile-error (:underline (:color darktooth-bright-red :style 'wave)))
- (haskell-interactive-face-compile-warning (:underline (:color darktooth-bright-yellow :style 'wave)))
- (haskell-interactive-face-garbage (:foreground darktooth-background-4 :background nil))
- (haskell-interactive-face-prompt (:foreground darktooth-foreground-0 :background nil))
- (haskell-interactive-face-result (:foreground darktooth-foreground-3 :background nil))
- (haskell-literate-comment-face (:foreground darktooth-foreground-0 :background nil))
- (haskell-pragma-face (:foreground darktooth-medium :background nil))
- (header-line (:foreground darktooth-turquoise4 :background darktooth-background-0 :bold nil))
- (helm-M-x-key (:foreground darktooth-neutral-orange))
- (helm-action (:foreground darktooth-white :underline t))
- (helm-bookmark-addressbook (:foreground darktooth-neutral-red))
- (helm-bookmark-directory (:foreground darktooth-bright-purple))
- (helm-bookmark-file (:foreground darktooth-faded-blue))
- (helm-bookmark-gnus (:foreground darktooth-faded-purple))
- (helm-bookmark-info (:foreground darktooth-turquoise4))
- (helm-bookmark-man (:foreground darktooth-sienna))
- (helm-bookmark-w3m (:foreground darktooth-neutral-yellow))
- (helm-buffer-directory (:foreground darktooth-white :background darktooth-bright-blue))
- (helm-buffer-not-saved (:foreground darktooth-faded-red))
- (helm-buffer-process (:foreground darktooth-burlywood4))
- (helm-buffer-saved-out (:foreground darktooth-bright-red))
- (helm-buffer-size (:foreground darktooth-bright-purple))
- (helm-candidate-number (:foreground darktooth-neutral-green))
- (helm-ff-directory (:foreground darktooth-neutral-purple))
- (helm-ff-executable (:foreground darktooth-turquoise4))
- (helm-ff-file (:foreground darktooth-sienna))
- (helm-ff-invalid-symlink (:foreground darktooth-white :background darktooth-bright-red))
- (helm-ff-prefix (:foreground darktooth-black :background darktooth-neutral-yellow))
- (helm-ff-symlink (:foreground darktooth-neutral-orange))
- (helm-grep-cmd-line (:foreground darktooth-neutral-green))
- (helm-grep-file (:foreground darktooth-faded-purple))
- (helm-grep-finish (:foreground darktooth-turquoise4))
- (helm-grep-lineno (:foreground darktooth-neutral-orange))
- (helm-grep-match (:foreground darktooth-neutral-yellow))
- (helm-grep-running (:foreground darktooth-neutral-red))
- (helm-header (:foreground darktooth-aquamarine4))
- (helm-helper (:foreground darktooth-aquamarine4))
- (helm-history-deleted (:foreground darktooth-black :background darktooth-bright-red))
- (helm-history-remote (:foreground darktooth-faded-red))
- (helm-lisp-completion-info (:foreground darktooth-faded-orange))
- (helm-lisp-show-completion (:foreground darktooth-bright-red))
- (helm-locate-finish (:foreground darktooth-white :background darktooth-aquamarine4))
- (helm-match (:foreground darktooth-neutral-orange))
- (helm-moccur-buffer (:foreground darktooth-bright-aqua :underline t))
- (helm-prefarg (:foreground darktooth-turquoise4))
- (helm-selection (:foreground darktooth-white :background darktooth-background-2))
- (helm-selection-line (:foreground darktooth-white :background darktooth-background-2))
- (helm-separator (:foreground darktooth-faded-red))
- (helm-source-header (:foreground darktooth-foreground-2 :background darktooth-background-1))
- (helm-swoop-line-number-face (:foreground darktooth-neutral-orange))
- (helm-swoop-target-line-block-face (:foreground darktooth-foreground-0-hard :background darktooth-faded-blue))
- (helm-swoop-target-line-face (:foreground darktooth-foreground-0-hard :background darktooth-faded-blue))
- (helm-swoop-target-word-face (:foreground darktooth-foreground-0 :background darktooth-faded-aqua))
- (helm-visible-mark (:foreground darktooth-black :background darktooth-foreground-3))
- (hi-black-b (:foreground darktooth-bright-orange :background darktooth-background-0-hard :bold t))
- (hi-black-hb (:foreground darktooth-bright-cyan :background darktooth-background-0-hard :bold t))
- (hi-blue (:foreground darktooth-background-0-hard :background darktooth-bright-blue))
- (hi-blue-b (:foreground darktooth-bright-blue :bold t))
- (hi-green (:foreground darktooth-background-0-hard :background darktooth-bright-green))
- (hi-green-b (:foreground darktooth-bright-green :bold t))
- (hi-pink (:foreground darktooth-background-0-hard :background darktooth-bright-purple))
- (hi-red-b (:foreground darktooth-bright-red :bold t))
- (hi-yellow (:foreground darktooth-background-0-hard :background darktooth-bright-yellow))
- (highlight (:foreground darktooth-foreground-0-hard :background darktooth-faded-blue))
- (highlight-indentation-current-column-face (:background darktooth-background-4))
- (highlight-indentation-face (:background darktooth-background-1))
- (highlight-numbers-number (:foreground darktooth-bright-purple :bold nil))
- (highlight-symbol-face (:foreground darktooth-neutral-purple))
- (hl-line (:background darktooth-background-purple))
- (hydra-face-amaranth (:foreground darktooth-faded-purple))
- (hydra-face-blue (:foreground darktooth-bright-blue))
- (hydra-face-pink (:foreground darktooth-identifiers-15))
- (hydra-face-red (:foreground darktooth-bright-red))
- (hydra-face-teal (:foreground darktooth-faded-cyan))
- (ido-first-match (:foreground darktooth-faded-cyan :background darktooth-background-0-hard))
- (ido-indicator (:background darktooth-bright-red :foreground darktooth-bright-yellow))
- (ido-only-match (:foreground darktooth-darkslategray4))
- (ido-subdir (:foreground darktooth-foreground-3))
- (ido-vertical-first-match-face (:foreground darktooth-bright-cyan :background darktooth-background-blue))
- (ido-vertical-match-face (:bold t))
- (ido-vertical-only-match-face (:foreground darktooth-bright-cyan))
- (isearch (:foreground darktooth-foreground-0 :background darktooth-faded-aqua))
- (isearch-fail (:foreground darktooth-foreground-0-hard :background darktooth-faded-red))
- (ivy-confirm-face (:foreground darktooth-bright-green))
- (ivy-current-match (:foreground darktooth-foreground-0 :background darktooth-faded-blue))
- (ivy-match-required-face (:foreground darktooth-bright-red))
- (ivy-minibuffer-match-face-1 (:background darktooth-background-1))
- (ivy-minibuffer-match-face-2 (:background darktooth-background-2))
- (ivy-minibuffer-match-face-3 (:background darktooth-faded-aqua))
- (ivy-minibuffer-match-face-4 (:background darktooth-faded-purple))
- (ivy-remote (:foreground darktooth-neutral-blue))
- (js2-error (:underline (:color darktooth-bright-red :style 'wave)))
- (js2-external-variable (:underline (:color darktooth-bright-aqua :style 'wave)))
- (js2-function-call (:foreground darktooth-bright-blue :background nil))
- (js2-function-param (:foreground darktooth-bright-aqua :background nil))
- (js2-instance-member (:foreground darktooth-bright-orange :background nil))
- (js2-jsdoc-html-tag-delimiter (:foreground darktooth-foreground-3 :background nil))
- (js2-jsdoc-html-tag-name (:foreground darktooth-foreground-4 :background nil))
- (js2-jsdoc-tag (:foreground darktooth-medium :background nil))
- (js2-jsdoc-type (:foreground darktooth-foreground-4 :background nil))
- (js2-jsdoc-value (:foreground darktooth-foreground-3 :background nil))
- (js2-private-function-call (:foreground darktooth-faded-aqua :background nil))
- (js2-private-member (:foreground darktooth-faded-yellow :background nil))
- (js2-warning (:underline (:color darktooth-bright-yellow :style 'wave)))
- (lazy-highlight (:foreground darktooth-foreground-0 :background darktooth-background-2))
- (line-number (:foreground darktooth-background-4))
- (line-number-current-line (:foreground darktooth-foreground-4 :background darktooth-background-1))
- (link (:foreground darktooth-bright-blue :underline t))
- (link-visited (:foreground darktooth-bright-blue :underline nil))
- (linum (:foreground darktooth-background-4))
- (linum-relative-current-face (:foreground darktooth-foreground-4 :background darktooth-background-1))
- (magit-bisect-bad (:foreground darktooth-faded-red))
- (magit-bisect-good (:foreground darktooth-neutral-green))
- (magit-bisect-skip (:foreground darktooth-foreground-2))
- (magit-blame-date (:inherit 'magit-blame-heading))
- (magit-blame-hash (:inherit 'magit-blame-heading))
- (magit-blame-heading (:background darktooth-background-1 :foreground darktooth-foreground-0))
- (magit-blame-name (:inherit 'magit-blame-heading))
- (magit-blame-summary (:inherit 'magit-blame-heading))
- (magit-branch (:foreground darktooth-turquoise4 :background nil))
- (magit-branch-local (:foreground darktooth-turquoise4 :background nil))
- (magit-branch-remote (:foreground darktooth-aquamarine4 :background nil))
- (magit-cherry-equivalent (:foreground darktooth-neutral-orange))
- (magit-cherry-unmatched (:foreground darktooth-neutral-purple))
- (magit-diff-add (:foreground darktooth-bright-green))
- (magit-diff-added (:foreground darktooth-bright-green :background darktooth-mid-green))
- (magit-diff-added-highlight (:foreground darktooth-bright-green :background darktooth-mid-green))
- (magit-diff-context (:foreground darktooth-background-3 :background nil))
- (magit-diff-context-highlight (:foreground darktooth-background-4 :background darktooth-background-0-soft))
- (magit-diff-del (:foreground darktooth-bright-red))
- (magit-diff-file-header (:foreground darktooth-bright-blue))
- (magit-diff-hunk-header (:foreground darktooth-neutral-aqua))
- (magit-diff-merge-current (:background darktooth-background-yellow))
- (magit-diff-merge-diff3-separator (:foreground darktooth-neutral-orange :weight 'bold))
- (magit-diff-merge-proposed (:background darktooth-background-green))
- (magit-diff-merge-separator (:foreground darktooth-neutral-orange))
- (magit-diff-none (:foreground darktooth-medium))
- (magit-diff-removed (:foreground darktooth-bright-red :background darktooth-mid-red))
- (magit-diff-removed-highlight (:foreground darktooth-bright-red :background darktooth-mid-red))
- (magit-filename (:weight 'normal))
- (magit-head (:inherit 'magit-branch-local))
- (magit-item-highlight (:background darktooth-background-1 :weight 'normal))
- (magit-item-mark (:background darktooth-background-0))
- (magit-key-mode-args-face (:foreground darktooth-foreground-4))
- (magit-key-mode-button-face (:foreground darktooth-neutral-orange :weight 'bold))
- (magit-key-mode-header-face (:foreground darktooth-foreground-4 :weight 'bold))
- (magit-key-mode-switch-face (:foreground darktooth-turquoise4 :weight 'bold))
- (magit-log-author (:foreground darktooth-neutral-aqua))
- (magit-log-date (:foreground darktooth-faded-orange))
- (magit-log-graph (:foreground darktooth-foreground-1))
- (magit-log-head-label-bisect-bad (:foreground darktooth-bright-red))
- (magit-log-head-label-bisect-good (:foreground darktooth-bright-green))
- (magit-log-head-label-bisect-skip (:foreground darktooth-neutral-yellow))
- (magit-log-head-label-default (:foreground darktooth-neutral-blue))
- (magit-log-head-label-head (:foreground darktooth-foreground-0 :background darktooth-background-aqua))
- (magit-log-head-label-local (:foreground darktooth-faded-blue :weight 'bold))
- (magit-log-head-label-patches (:foreground darktooth-faded-orange))
- (magit-log-head-label-remote (:foreground darktooth-neutral-blue :weight 'bold))
- (magit-log-head-label-tags (:foreground darktooth-neutral-aqua))
- (magit-log-head-label-wip (:foreground darktooth-neutral-red))
- (magit-log-message (:foreground darktooth-foreground-1))
- (magit-log-reflog-label-amend (:foreground darktooth-bright-blue))
- (magit-log-reflog-label-checkout (:foreground darktooth-bright-yellow))
- (magit-log-reflog-label-cherry-pick (:foreground darktooth-neutral-red))
- (magit-log-reflog-label-commit (:foreground darktooth-neutral-green))
- (magit-log-reflog-label-merge (:foreground darktooth-bright-green))
- (magit-log-reflog-label-other (:foreground darktooth-faded-red))
- (magit-log-reflog-label-rebase (:foreground darktooth-bright-blue))
- (magit-log-reflog-label-remote (:foreground darktooth-neutral-orange))
- (magit-log-reflog-label-reset (:foreground darktooth-neutral-yellow))
- (magit-log-sha1 (:foreground darktooth-bright-orange))
- (magit-popup-disabled-argument (:foreground darktooth-foreground-4))
- (magit-process-ng (:foreground darktooth-bright-red :weight 'bold))
- (magit-process-ok (:foreground darktooth-bright-green :weight 'bold))
- (magit-refname (:foreground darktooth-foreground-2))
- (magit-refname-stash (:inherit 'magit-refname))
- (magit-refname-wip (:inherit 'magit-refname))
- (magit-section-heading (:foreground darktooth-foreground-2 :background darktooth-background-blue))
- (magit-section-highlight (:background darktooth-background-0-soft))
- (magit-sequence-done (:inherit 'magit-hash))
- (magit-sequence-drop (:foreground darktooth-faded-red))
- (magit-sequence-head (:foreground darktooth-faded-cyan))
- (magit-sequence-onto (:inherit 'magit-sequence-done))
- (magit-sequence-part (:foreground darktooth-bright-yellow))
- (magit-sequence-pick (:inherit 'default))
- (magit-sequence-stop (:foreground darktooth-bright-aqua))
- (magit-signature-bad (:foreground darktooth-bright-red :weight 'bold))
- (magit-signature-good (:foreground darktooth-bright-green :weight 'bold))
- (magit-signature-none (:foreground darktooth-faded-red))
- (magit-signature-untrusted (:foreground darktooth-bright-purple :weight 'bold))
- (magit-tag (:foreground darktooth-darkslategray4))
- (magit-whitespace-warning-face (:background darktooth-faded-red))
- (match (:foreground darktooth-foreground-0 :background darktooth-background-2))
- (message-cited-text (:foreground darktooth-foreground-3))
- (message-header-cc (:foreground darktooth-bright-cyan))
- (message-header-name (:foreground darktooth-bright-cyan))
- (message-header-newsgroups (:foreground darktooth-bright-cyan))
- (message-header-other (:foreground darktooth-muted-cyan))
- (message-header-subject (:foreground darktooth-foreground-2))
- (message-header-to (:foreground darktooth-bright-cyan))
- (message-header-xheader (:foreground darktooth-faded-cyan))
- (message-mml (:foreground darktooth-faded-aqua))
- (message-separator (:foreground darktooth-faded-cyan))
- (minibuffer-prompt (:foreground darktooth-bright-cyan :background darktooth-background-0 :bold nil))
- (mode-line (:foreground darktooth-foreground-1 :background darktooth-background-0-hard :box nil))
- (mode-line-inactive (:foreground darktooth-foreground-4 :background darktooth-background-2 :box nil))
- (orderless-match-face-0 (:foreground darktooth-foreground-1))
- (orderless-match-face-1 (:foreground darktooth-foreground-2))
- (orderless-match-face-2 (:foreground darktooth-foreground-3))
- (orderless-match-face-3 (:foreground darktooth-foreground-4))
- (org-agenda-date-today (:foreground darktooth-foreground-2 :slant 'italic :weight 'bold))
- (org-agenda-structure (:inherit 'font-lock-comment-face))
- (org-archived (:foreground darktooth-foreground-0 :weight 'bold))
- (org-checkbox (:foreground darktooth-foreground-2 :background darktooth-background-0 :box (:line-width 1 :style 'released-button)))
- (org-column (:background darktooth-background-0))
- (org-column-title (:background darktooth-background-0-hard :underline t :weight 'bold))
- (org-date (:foreground darktooth-faded-aqua :underline t))
- (org-deadline-announce (:foreground darktooth-faded-red))
- (org-document-info (:foreground darktooth-identifiers-7))
- (org-document-info-keyword (:foreground darktooth-foreground-2))
- (org-document-title (:foreground darktooth-bright-cyan :weight 'bold))
- (org-done (:foreground darktooth-bright-green :bold t :weight 'bold))
- (org-ellipsis (:foreground darktooth-bright-yellow :underline t))
- (org-footnote (:foreground darktooth-faded-aqua :underline t))
- (org-formula (:foreground darktooth-bright-yellow))
- (org-headline-done (:foreground darktooth-bright-green))
- (org-hide (:foreground darktooth-background-0))
- (org-level-1 (:foreground darktooth-bright-orange))
- (org-level-2 (:foreground darktooth-bright-green))
- (org-level-3 (:foreground darktooth-bright-blue))
- (org-level-4 (:foreground darktooth-bright-yellow))
- (org-level-5 (:foreground darktooth-faded-aqua))
- (org-level-6 (:foreground darktooth-bright-green))
- (org-level-7 (:foreground darktooth-bright-red))
- (org-level-8 (:foreground darktooth-bright-blue))
- (org-link (:foreground darktooth-bright-yellow :underline t))
- (org-mode-line-clock (:foreground darktooth-foreground-2 :background darktooth-background-0))
- (org-mode-line-clock-overrun (:foreground darktooth-black :background darktooth-bright-red))
- (org-scheduled (:foreground darktooth-bright-green))
- (org-scheduled-previously (:foreground darktooth-bright-red))
- (org-scheduled-today (:foreground darktooth-bright-blue))
- (org-sexp-date (:foreground darktooth-bright-blue :underline t))
- (org-special-keyword (:inherit 'font-lock-comment-face))
- (org-table (:foreground darktooth-bright-green))
- (org-tag (:bold t :weight 'bold))
- (org-time-grid (:foreground darktooth-bright-orange))
- (org-todo (:foreground darktooth-bright-red :weight 'bold :bold t))
- (org-upcoming-deadline (:inherit 'font-lock-keyword-face))
- (org-warning (:foreground darktooth-bright-red :weight 'bold :underline nil :bold t))
- (popup-face (:foreground darktooth-foreground-0 :background darktooth-background-1))
- (popup-menu-mouse-face (:foreground darktooth-foreground-0 :background darktooth-faded-blue))
- (popup-menu-selection-face (:foreground darktooth-foreground-0 :background darktooth-faded-blue))
- (popup-tip-face (:foreground darktooth-foreground-0-hard :background darktooth-background-aqua))
- (powerline-active1 (:background darktooth-background-2 :inherit 'mode-line))
- (powerline-active2 (:background darktooth-background-1 :inherit 'mode-line))
- (powerline-inactive1 (:background darktooth-medium :inherit 'mode-line-inactive))
- (powerline-inactive2 (:background darktooth-background-2 :inherit 'mode-line-inactive))
- (rainbow-delimiters-depth-1-face (:foreground darktooth-delimiter-one))
- (rainbow-delimiters-depth-10-face (:foreground darktooth-delimiter-two))
- (rainbow-delimiters-depth-11-face (:foreground darktooth-delimiter-three))
- (rainbow-delimiters-depth-12-face (:foreground darktooth-delimiter-four))
- (rainbow-delimiters-depth-2-face (:foreground darktooth-delimiter-two))
- (rainbow-delimiters-depth-3-face (:foreground darktooth-delimiter-three))
- (rainbow-delimiters-depth-4-face (:foreground darktooth-delimiter-four))
- (rainbow-delimiters-depth-5-face (:foreground darktooth-delimiter-one))
- (rainbow-delimiters-depth-6-face (:foreground darktooth-delimiter-two))
- (rainbow-delimiters-depth-7-face (:foreground darktooth-delimiter-three))
- (rainbow-delimiters-depth-8-face (:foreground darktooth-delimiter-four))
- (rainbow-delimiters-depth-9-face (:foreground darktooth-delimiter-one))
- (rainbow-delimiters-unmatched-face (:foreground darktooth-foreground-0 :background nil))
- (rainbow-identifiers-identifier-1 (:foreground darktooth-identifiers-1))
- (rainbow-identifiers-identifier-10 (:foreground darktooth-identifiers-10))
- (rainbow-identifiers-identifier-11 (:foreground darktooth-identifiers-11))
- (rainbow-identifiers-identifier-12 (:foreground darktooth-identifiers-12))
- (rainbow-identifiers-identifier-13 (:foreground darktooth-identifiers-13))
- (rainbow-identifiers-identifier-14 (:foreground darktooth-identifiers-14))
- (rainbow-identifiers-identifier-15 (:foreground darktooth-identifiers-15))
- (rainbow-identifiers-identifier-2 (:foreground darktooth-identifiers-2))
- (rainbow-identifiers-identifier-3 (:foreground darktooth-identifiers-3))
- (rainbow-identifiers-identifier-4 (:foreground darktooth-identifiers-4))
- (rainbow-identifiers-identifier-5 (:foreground darktooth-identifiers-5))
- (rainbow-identifiers-identifier-6 (:foreground darktooth-identifiers-6))
- (rainbow-identifiers-identifier-7 (:foreground darktooth-identifiers-7))
- (rainbow-identifiers-identifier-8 (:foreground darktooth-identifiers-8))
- (rainbow-identifiers-identifier-9 (:foreground darktooth-identifiers-9))
- (region (:background darktooth-mid-blue :distant-foreground darktooth-foreground-0))
- (ripgrep-hit-face (:inherit 'ag-hit-face))
- (ripgrep-match-face (:inherit 'ag-match-face))
- (secondary-selection (:background darktooth-background-blue))
- (sh-heredoc (:foreground darktooth-darkslategray4 :background nil))
- (sh-quoted-exec (:foreground darktooth-darkslategray4 :background nil))
- (show-paren-match (:foreground darktooth-foreground-0 :background darktooth-faded-blue))
- (show-paren-mismatch (:foreground darktooth-foreground-0-hard :background darktooth-faded-red))
- (smerge-base (:background darktooth-background-yellow))
- (smerge-lower (:background darktooth-mid-blue))
- (smerge-markers (:background darktooth-background-0-soft))
- (smerge-refine-changed (:background nil :foreground nil))
- (smerge-refined-added (:background darktooth-background-green))
- (smerge-refined-removed (:background darktooth-background-red))
- (smerge-upper (:background darktooth-mid-purple))
- (sml/charging (:foreground darktooth-faded-aqua))
- (sml/col-number (:foreground darktooth-neutral-orange))
- (sml/discharging (:foreground darktooth-faded-aqua :weight 'bold))
- (sml/filename (:foreground darktooth-foreground-0-hard :weight 'bold :bold t))
- (sml/git (:inherit 'sml/prefix))
- (sml/minor-modes (:foreground darktooth-neutral-orange))
- (sml/modes (:foreground darktooth-foreground-0-hard :weight 'bold :bold t))
- (sml/modified (:foreground darktooth-neutral-blue))
- (sml/outside-modified (:foreground darktooth-neutral-blue))
- (sml/position-percentage (:foreground darktooth-faded-aqua))
- (sml/prefix (:foreground darktooth-neutral-blue))
- (sml/process (:inherit 'sml/prefix))
- (sml/read-only (:foreground darktooth-neutral-blue))
- (sml/sudo (:foreground darktooth-background-orange :weight 'bold))
- (sml/vc (:foreground darktooth-faded-green))
- (sml/vc-edited (:foreground darktooth-bright-green))
- (sp-pair-overlay-face (:background darktooth-background-2))
- (sp-show-pair-match-face (:background darktooth-background-2))
- (sp-show-pair-mismatch-face (:background darktooth-neutral-red))
- (success (:foreground darktooth-neutral-green :bold t))
- (swoop-face-header-format-line (:foreground darktooth-white :background darktooth-muted-blue :height 1.3 :weight 'bold))
- (swoop-face-line-buffer-name (:foreground darktooth-foreground-2 :background darktooth-background-1))
- (swoop-face-line-number (:foreground darktooth-neutral-orange))
- (swoop-face-target-line (:foreground darktooth-foreground-0-hard :background darktooth-faded-blue))
- (swoop-face-target-words (:foreground darktooth-foreground-0 :background darktooth-faded-aqua))
- (tab-bar (:foreground darktooth-foreground-0 :background darktooth-background-0))
- (tab-bar-tab (:foreground darktooth-foreground-0 :background darktooth-background-0))
- (tab-bar-tab-inactive (:foreground darktooth-foreground-0 :background darktooth-background-0))
- (tab-line (:foreground darktooth-foreground-0 :background darktooth-background-0))
- (term-color-black (:foreground darktooth-background-1))
- (term-color-blue (:foreground darktooth-neutral-blue))
- (term-color-cyan (:foreground darktooth-neutral-cyan))
- (term-color-green (:foreground darktooth-neutral-green))
- (term-color-magenta (:foreground darktooth-neutral-purple))
- (term-color-red (:foreground darktooth-neutral-red))
- (term-color-white (:foreground darktooth-foreground-1))
- (term-color-yellow (:foreground darktooth-neutral-yellow))
- (term-default-bg-color (:background darktooth-background-0))
- (term-default-fg-color (:foreground darktooth-foreground-0))
- (tldr-code-block (:foreground darktooth-bright-blue :bold t))
- (tldr-command-argument (:foreground darktooth-bright-green :bold t))
- (tldr-command-itself (:foreground darktooth-bright-red :bold t))
- (tldr-description (:inherit 'default))
- (tldr-introduction (:inherit 'font-lock-comment-face :slant 'italic))
- (tldr-title (:foreground darktooth-bright-red :bold t :height 1.2))
- (vline (:background darktooth-background-aqua))
- (vline-visual (:background darktooth-background-aqua))
- (warning (:foreground darktooth-bright-yellow :bold t))
- (web-mode-doctype-face (:foreground darktooth-foreground-2 :weight 'bold))
- (web-mode-html-attr-equal-face (:inherit 'default))
- (web-mode-html-attr-name-face (:inherit 'font-lock-variable-name-face))
- (web-mode-html-tag-bracket-face (:inherit 'default))
- (web-mode-html-tag-face (:foreground darktooth-foreground-3))
- (which-func (:inherit 'font-lock-function-name-face))
- (which-key-key-face (:inherit 'font-lock-variable-name-face))
- (whitespace-empty (:foreground nil :background nil))
- (whitespace-hspace (:foreground darktooth-background-4 :background darktooth-background-0))
- (whitespace-indentation (:foreground darktooth-background-4 :background darktooth-background-0))
- (whitespace-line (:foreground darktooth-neutral-red :background darktooth-background-1))
- (whitespace-newline (:foreground darktooth-background-4 :background darktooth-background-0))
- (whitespace-space (:foreground darktooth-background-4 :background darktooth-background-0))
- (whitespace-space-after-tab (:foreground darktooth-background-4 :background darktooth-background-0))
- (whitespace-space-before-tab (:foreground darktooth-background-4 :background darktooth-background-0))
- (whitespace-tab (:foreground darktooth-background-4 :background darktooth-background-0))
- (whitespace-trailing (:foreground darktooth-neutral-red :background darktooth-background-1))
- (woman-bold (:foreground darktooth-bright-red :bold t))
- (woman-italic (:foreground darktooth-bright-green :bold t)))
- ,@body))
- ;;;###autoload
- (and load-file-name
- (boundp 'custom-theme-load-path)
- (add-to-list 'custom-theme-load-path
- (file-name-as-directory
- (file-name-directory load-file-name))))
- (provide 'darktooth)
- ;; Local Variables:
- ;; eval: (when (fboundp 'rainbow-mode) (rainbow-mode 1))
- ;; End:
- ;;; darktooth.el ends here
|