aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/theme-studio/daneel-palette.scss67
-rw-r--r--themes/WIP-theme.el620
2 files changed, 531 insertions, 156 deletions
diff --git a/scripts/theme-studio/daneel-palette.scss b/scripts/theme-studio/daneel-palette.scss
new file mode 100644
index 000000000..2b61b4f57
--- /dev/null
+++ b/scripts/theme-studio/daneel-palette.scss
@@ -0,0 +1,67 @@
+/* Coolors Exported Palette - https://coolors.co/bfb48f-3083dc-363020-605c4e-451f55-0a2463-6e0d25-3f7d20-140400 */
+
+/* CSS HEX */
+--sand: #bfb48fff;
+--brilliant-azure: #3083dcff;
+--dark-khaki: #363020ff;
+--stone-brown: #605c4eff;
+--dark-amethyst: #451f55ff;
+--imperial-blue: #0a2463ff;
+--dark-amaranth: #6e0d25ff;
+--green: #3f7d20ff;
+--coffee-bean: #140400ff;
+
+/* CSS HSL */
+--sand: hsla(46, 27%, 65%, 1);
+--brilliant-azure: hsla(211, 71%, 53%, 1);
+--dark-khaki: hsla(44, 26%, 17%, 1);
+--stone-brown: hsla(47, 10%, 34%, 1);
+--dark-amethyst: hsla(282, 47%, 23%, 1);
+--imperial-blue: hsla(222, 82%, 21%, 1);
+--dark-amaranth: hsla(345, 79%, 24%, 1);
+--green: hsla(100, 59%, 31%, 1);
+--coffee-bean: hsla(12, 100%, 4%, 1);
+
+/* SCSS HEX */
+$sand: #bfb48fff;
+$brilliant-azure: #3083dcff;
+$dark-khaki: #363020ff;
+$stone-brown: #605c4eff;
+$dark-amethyst: #451f55ff;
+$imperial-blue: #0a2463ff;
+$dark-amaranth: #6e0d25ff;
+$green: #3f7d20ff;
+$coffee-bean: #140400ff;
+
+/* SCSS HSL */
+$sand: hsla(46, 27%, 65%, 1);
+$brilliant-azure: hsla(211, 71%, 53%, 1);
+$dark-khaki: hsla(44, 26%, 17%, 1);
+$stone-brown: hsla(47, 10%, 34%, 1);
+$dark-amethyst: hsla(282, 47%, 23%, 1);
+$imperial-blue: hsla(222, 82%, 21%, 1);
+$dark-amaranth: hsla(345, 79%, 24%, 1);
+$green: hsla(100, 59%, 31%, 1);
+$coffee-bean: hsla(12, 100%, 4%, 1);
+
+/* SCSS RGB */
+$sand: rgba(191, 180, 143, 1);
+$brilliant-azure: rgba(48, 131, 220, 1);
+$dark-khaki: rgba(54, 48, 32, 1);
+$stone-brown: rgba(96, 92, 78, 1);
+$dark-amethyst: rgba(69, 31, 85, 1);
+$imperial-blue: rgba(10, 36, 99, 1);
+$dark-amaranth: rgba(110, 13, 37, 1);
+$green: rgba(63, 125, 32, 1);
+$coffee-bean: rgba(20, 4, 0, 1);
+
+/* SCSS Gradient */
+$gradient-top: linear-gradient(0deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-right: linear-gradient(90deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-bottom: linear-gradient(180deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-left: linear-gradient(270deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-top-right: linear-gradient(45deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-bottom-right: linear-gradient(135deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-top-left: linear-gradient(225deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-bottom-left: linear-gradient(315deg, #bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff);
+$gradient-radial: radial-gradient(#bfb48fff, #3083dcff, #363020ff, #605c4eff, #451f55ff, #0a2463ff, #6e0d25ff, #3f7d20ff, #140400ff); \ No newline at end of file
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el
index 2449e53fb..00c689474 100644
--- a/themes/WIP-theme.el
+++ b/themes/WIP-theme.el
@@ -12,7 +12,7 @@
(custom-theme-set-faces
'WIP
'(default ((t (:foreground "#bfc4d0" :background "#100f0f"))))
- '(font-lock-keyword-face ((t (:foreground "#67809c" :weight bold))))
+ '(font-lock-keyword-face ((t (:foreground "#67809c" :weight bold :slant italic))))
'(font-lock-builtin-face ((t (:foreground "#a9b2bb"))))
'(font-lock-preprocessor-face ((t (:foreground "#dce0e3"))))
'(font-lock-function-name-face ((t (:foreground "#cbd0d6" :weight bold :slant italic))))
@@ -22,10 +22,10 @@
'(font-lock-property-use-face ((t (:foreground "#a9b2bb"))))
'(font-lock-constant-face ((t (:foreground "#dab53d" :background "#100f0f"))))
'(font-lock-number-face ((t (:foreground "#cb6b4d" :weight bold))))
- '(font-lock-string-face ((t (:foreground "#73a06f"))))
- '(font-lock-escape-face ((t (:foreground "#c3c8d4" :background "#222223"))))
- '(font-lock-regexp-face ((t (:foreground "#73a06f"))))
- '(font-lock-doc-face ((t (:foreground "#d9e7f6"))))
+ '(font-lock-string-face ((t (:foreground "#74932f"))))
+ '(font-lock-escape-face ((t (:foreground "#bfc4d0" :background "#222223"))))
+ '(font-lock-regexp-face ((t (:foreground "#74932f"))))
+ '(font-lock-doc-face ((t (:foreground "#bfc4d0"))))
'(font-lock-comment-face ((t (:foreground "#a9b2bb" :slant italic))))
'(font-lock-comment-delimiter-face ((t (:foreground "#a9b2bb" :slant italic))))
'(font-lock-variable-name-face ((t (:foreground "#dab53d"))))
@@ -36,43 +36,43 @@
'(font-lock-delimiter-face ((t (:foreground "#dce0e3"))))
'(font-lock-misc-punctuation-face ((t (:foreground "#dce0e3"))))
'(cursor ((t (:foreground "#100f0f" :background "#bac1c8"))))
- '(region ((t (:foreground "#dab53d" :background "#544412"))))
+ '(region ((t (:background "#363638" :box (:line-width 1 :color "#4a4b4f")))))
'(hl-line ((t (:background "#222223"))))
'(highlight ((t (:foreground "#eddba7" :weight bold))))
- '(mode-line ((t (:foreground "#cbd0d6" :background "#303d4c" :weight bold :box (:line-width 1 :style released-button :color "#0a0c0d")))))
- '(mode-line-inactive ((t (:foreground "#a9b2bb" :background "#171f28" :box (:line-width 1 :style released-button :color "#0a0c0d")))))
+ '(mode-line ((t (:foreground "#bac1c8" :background "#424f5e" :box (:line-width 1 :color "#a9b2bb")))))
+ '(mode-line-inactive ((t (:foreground "#100f0f" :background "#100f0f" :box (:line-width 1 :style released-button :color "#0a0c0d")))))
'(fringe ((t (:foreground "#f3e7c5" :background "#100f0f" :weight bold))))
- '(line-number ((t (:foreground "#4b5d73" :background "#100f0f"))))
+ '(line-number ((t (:foreground "#54677d" :background "#100f0f"))))
'(line-number-current-line ((t (:foreground "#e6ce88" :background "#100f0f"))))
- '(minibuffer-prompt ((t (:foreground "#a1b1c3" :background "#100f0f" :weight bold))))
+ '(minibuffer-prompt ((t (:foreground "#899bb1" :background "#100f0f" :weight bold))))
'(isearch ((t (:background "#4a4b4f"))))
'(lazy-highlight ((t (:background "#4a4b4f"))))
'(isearch-fail ((t (:foreground "#cb6b4d" :background "#100f0f" :weight bold))))
'(show-paren-match ((t (:foreground "#100f0f" :background "#74932f"))))
'(show-paren-mismatch ((t (:foreground "#ffffff" :background "#cb6b4d"))))
- '(link ((t (:foreground "#78a7db" :background "#100f0f" :underline t))))
+ '(link ((t (:foreground "#6191c7" :background "#100f0f" :underline t))))
'(error ((t (:foreground "#cb6b4d" :background "#100f0f" :weight bold))))
'(warning ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold))))
'(success ((t (:foreground "#74932f" :background "#100f0f" :weight bold))))
- '(vertical-border ((t (:foreground "#303d4c" :background "#100f0f"))))
+ '(vertical-border ((t (:foreground "#424f5e" :background "#100f0f"))))
'(org-document-title ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold :height 1.2))))
'(org-document-info ((t (:foreground "#ab8d2e" :background "#100f0f" :height 1.15))))
'(org-document-info-keyword ((t (:foreground "#7c838a" :background "#100f0f"))))
- '(org-level-1 ((t (:foreground "#bac1c8" :background "#100f0f"))))
- '(org-level-2 ((t (:foreground "#a9be87" :background "#100f0f"))))
- '(org-level-3 ((t (:foreground "#e4a693" :background "#100f0f"))))
- '(org-level-4 ((t (:foreground "#f3e7c5" :background "#100f0f"))))
- '(org-level-5 ((t (:foreground "#a3aaf2" :background "#100f0f"))))
- '(org-level-6 ((t (:foreground "#dce0e3" :background "#100f0f"))))
- '(org-level-7 ((t (:foreground "#a9be87" :background "#100f0f"))))
- '(org-level-8 ((t (:foreground "#e4a693" :background "#100f0f"))))
- '(org-headline-todo ((t (:foreground "#eddba7" :background "#100f0f"))))
+ '(org-level-1 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-level-2 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-level-3 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-level-4 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-level-5 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-level-6 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-level-7 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-level-8 ((t (:foreground "#cbd0d6" :background "#100f0f"))))
+ '(org-headline-todo ((t (:foreground "#f3e7c5" :background "#100f0f"))))
'(org-headline-done ((t (:foreground "#777980" :background "#100f0f" :slant italic :strike-through t))))
'(org-todo ((t (:foreground "#74932f" :background "#100f0f" :weight bold))))
'(org-done ((t (:foreground "#8e919a" :background "#100f0f" :weight bold))))
'(org-priority ((t (:foreground "#a9b2bb" :background "#100f0f" :weight bold))))
- '(org-tag ((t (:foreground "#8ea85e" :background "#100f0f" :slant italic))))
- '(org-tag-group ((t (:foreground "#8ea85e" :background "#222223" :slant italic))))
+ '(org-tag ((t (:foreground "#67809c" :background "#100f0f" :slant italic))))
+ '(org-tag-group ((t (:foreground "#67809c" :background "#222223" :slant italic))))
'(org-special-keyword ((t (:foreground "#777980" :background "#100f0f"))))
'(org-drawer ((t (:foreground "#777980" :background "#100f0f"))))
'(org-property-value ((t (:foreground "#777980" :background "#100f0f"))))
@@ -80,28 +80,28 @@
'(org-checkbox-statistics-todo ((t (:foreground "#e0c266" :background "#100f0f"))))
'(org-checkbox-statistics-done ((t (:foreground "#777980" :background "#100f0f" :slant italic))))
'(org-warning ((t (:foreground "#cb6b4d" :background "#100f0f"))))
- '(org-link ((t (:foreground "#a1b1c3" :background "#100f0f" :underline t))))
- '(org-footnote ((t (:foreground "#8498af" :background "#100f0f" :slant italic))))
+ '(org-link ((t (:foreground "#899bb1" :background "#100f0f" :underline t))))
+ '(org-footnote ((t (:foreground "#788da6" :background "#100f0f" :slant italic))))
'(org-date ((t (:foreground "#bac1c8" :background "#100f0f"))))
'(org-block-begin-line ((t (:foreground "#8ea85e" :background "#100f0f"))))
'(org-block-end-line ((t (:foreground "#8ea85e" :background "#100f0f"))))
'(org-inline-src-block ((t (:foreground "#dab53d"))))
'(org-quote ((t (:foreground "#74932f" :background "#100f0f" :slant italic))))
'(org-table ((t (:foreground "#bac1c8"))))
- '(org-table-header ((t (:foreground "#bac1c8" :background "#303d4c" :weight bold))))
+ '(org-table-header ((t (:foreground "#bac1c8" :background "#424f5e" :weight bold))))
'(org-table-row ((t (:foreground "#bac1c8" :background "#100f0f" :box (:line-width 1 :color "#100f0f")))))
'(org-list-dt ((t (:foreground "#bac1c8"))))
'(org-meta-line ((t (:foreground "#7c838a"))))
'(org-ellipsis ((t (:foreground "#606267"))))
'(org-agenda-current-time ((t (:foreground "#eddba7" :background "#100f0f" :weight bold))))
'(org-agenda-done ((t (:foreground "#8e919a"))))
- '(org-agenda-calendar-event ((t (:foreground "#c0cbd7"))))
- '(org-scheduled ((t (:foreground "#8498af" :weight bold))))
- '(org-scheduled-today ((t (:foreground "#a5c4e8" :weight bold))))
- '(org-scheduled-previously ((t (:foreground "#d88970" :weight bold))))
- '(org-upcoming-deadline ((t (:foreground "#d88970"))))
+ '(org-agenda-calendar-event ((t (:foreground "#9ba8bb"))))
+ '(org-scheduled ((t (:foreground "#788da6"))))
+ '(org-scheduled-today ((t (:foreground "#788da6"))))
+ '(org-scheduled-previously ((t (:foreground "#cb7b64"))))
+ '(org-upcoming-deadline ((t (:foreground "#cb7b64"))))
'(org-upcoming-distant-deadline ((t (:foreground "#cb6b4d"))))
- '(org-imminent-deadline ((t (:foreground "#e4a693"))))
+ '(org-imminent-deadline ((t (:foreground "#cb8b7a"))))
'(org-time-grid ((t (:foreground "#ab8d2e" :weight bold))))
'(magit-section-heading ((t (:foreground "#dab53d" :weight bold))))
'(magit-section-secondary-heading ((t (:foreground "#998162" :weight bold))))
@@ -167,100 +167,105 @@
'(magit-sequence-stop ((t (:foreground "#cb6b4d"))))
'(magit-sequence-head ((t (:foreground "#e4eaf8"))))
'(magit-sequence-done ((t (:foreground "#5e6770"))))
- '(elfeed-search-date-face ((t (:foreground "#7c838a"))))
+ '(elfeed-search-date-face ((t (:foreground "#74932f" :slant italic))))
'(elfeed-search-title-face ((t (:foreground "#7c838a" :slant italic))))
- '(elfeed-search-unread-title-face ((t (:foreground "#dab53d" :weight bold))))
- '(elfeed-search-feed-face ((t (:foreground "#73a06f"))))
- '(elfeed-search-tag-face ((t (:foreground "#bea9dc"))))
- '(elfeed-search-unread-count-face ((t (:foreground "#a1b1c3"))))
- '(elfeed-search-filter-face ((t (:foreground "#8498af" :weight bold))))
- '(elfeed-search-last-update-face ((t (:foreground "#8498af"))))
- '(elfeed-log-date-face ((t (:foreground "#838d97"))))
+ '(elfeed-search-unread-title-face ((t (:foreground "#e6ce88"))))
+ '(elfeed-search-feed-face ((t (:foreground "#9f80c9"))))
+ '(elfeed-search-tag-face ((t (:foreground "#899bb1" :slant italic))))
+ '(elfeed-search-unread-count-face ((t (:foreground "#ab8d2e" :slant italic))))
+ '(elfeed-search-filter-face ((t (:foreground "#ab8d2e" :weight bold :slant italic))))
+ '(elfeed-search-last-update-face ((t (:foreground "#ab8d2e" :slant italic))))
+ '(elfeed-log-date-face ((t (:foreground "#74932f"))))
'(elfeed-log-error-level-face ((t (:foreground "#cb6b4d" :weight bold))))
'(elfeed-log-warn-level-face ((t (:foreground "#dab53d"))))
- '(elfeed-log-info-level-face ((t (:foreground "#73a06f"))))
- '(elfeed-log-debug-level-face ((t (:foreground "#c3c8d4"))))
- '(mu4e-title-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(mu4e-context-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(mu4e-modeline-face ((t (:foreground "#a9b2bb"))))
- '(mu4e-ok-face ((t (:foreground "#5d9b86" :weight bold))))
- '(mu4e-warning-face ((t (:foreground "#dab53d" :weight bold))))
- '(mu4e-header-title-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(mu4e-header-key-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(mu4e-header-value-face ((t (:foreground "#a9b2bb"))))
- '(mu4e-header-face ((t (:foreground "#cdced1"))))
- '(mu4e-header-highlight-face ((t (:background "#2f343a"))))
- '(mu4e-header-marks-face ((t (:foreground "#dab53d"))))
- '(mu4e-unread-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(mu4e-flagged-face ((t (:foreground "#dab53d"))))
- '(mu4e-replied-face ((t (:foreground "#a9b2bb"))))
- '(mu4e-forwarded-face ((t (:foreground "#a9b2bb"))))
- '(mu4e-draft-face ((t (:foreground "#838d97" :slant italic))))
- '(mu4e-trashed-face ((t (:foreground "#5e6770" :strike-through t))))
- '(mu4e-related-face ((t (:foreground "#838d97" :slant italic))))
- '(mu4e-contact-face ((t (:foreground "#cdced1"))))
- '(mu4e-special-header-value-face ((t (:foreground "#a9b2bb"))))
- '(mu4e-url-number-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(mu4e-link-face ((t (:foreground "#e4eaf8" :underline t))))
- '(mu4e-footer-face ((t (:foreground "#5e6770"))))
- '(mu4e-region-code ((t (:background "#1a1714"))))
- '(mu4e-system-face ((t (:foreground "#5e6770" :slant italic))))
+ '(elfeed-log-info-level-face ((t (:foreground "#74932f"))))
+ '(elfeed-log-debug-level-face ((t (:foreground "#a9b2bb"))))
+ '(mu4e-title-face ((t (:foreground "#dab53d"))))
+ '(mu4e-context-face ((t (:foreground "#dab53d" :weight bold))))
+ '(mu4e-modeline-face ((t (:foreground "#8e919a"))))
+ '(mu4e-ok-face ((t (:foreground "#8ea85e"))))
+ '(mu4e-warning-face ((t (:foreground "#cb6b4d"))))
+ '(mu4e-header-title-face ((t (:foreground "#67809c"))))
+ '(mu4e-header-key-face ((t (:foreground "#67809c" :weight bold))))
+ '(mu4e-header-value-face ((t (:foreground "#67809c"))))
+ '(mu4e-header-face ((t (:foreground "#a9b2bb"))))
+ '(mu4e-header-highlight-face ((t (:inherit mu4e-header-face :background "#363638"))))
+ '(mu4e-header-marks-face ((t (:foreground "#67809c" :weight bold))))
+ '(mu4e-unread-face ((t (:foreground "#bac1c8"))))
+ '(mu4e-flagged-face ((t (:inherit mu4e-header-highlight-face :foreground "#dab53d"))))
+ '(mu4e-replied-face ((t (:foreground "#67809c" :slant italic))))
+ '(mu4e-forwarded-face ((t (:foreground "#67809c" :slant italic))))
+ '(mu4e-draft-face ((t (:foreground "#9f80c9" :slant italic))))
+ '(mu4e-trashed-face ((t (:foreground "#7c838a" :strike-through t))))
+ '(mu4e-related-face ((t (:foreground "#8e919a" :slant italic))))
+ '(mu4e-contact-face ((t (:inherit fixed-pitch :foreground "#e6ce88"))))
+ '(mu4e-special-header-value-face ((t (:foreground "#cbd0d6"))))
+ '(mu4e-url-number-face ((t (:foreground "#cb6b4d" :weight bold))))
+ '(mu4e-link-face ((t (:foreground "#6191c7" :underline t))))
+ '(mu4e-footer-face ((t (:foreground "#8e919a"))))
+ '(mu4e-region-code ((t (:foreground "#9f80c9"))))
+ '(mu4e-system-face ((t (:foreground "#cb6b4d" :slant italic))))
'(mu4e-highlight-face ((t (:foreground "#dab53d" :weight bold))))
- '(mu4e-compose-separator-face ((t (:foreground "#5e6770"))))
- '(org-faces-todo ((t (:foreground "#bfc4d0" :weight bold :height 1.1 :box (:line-width 1)))))
- '(org-faces-project ((t (:foreground "#78a7db" :weight bold))))
- '(org-faces-doing ((t (:foreground "#74932f" :weight bold))))
- '(org-faces-waiting ((t (:foreground "#78a7db" :weight bold))))
- '(org-faces-verify ((t (:foreground "#74932f" :weight bold))))
- '(org-faces-stalled ((t (:foreground "#ab8d2e" :weight bold))))
- '(org-faces-delegated ((t (:foreground "#74932f" :weight bold))))
- '(org-faces-failed ((t (:foreground "#cb6b4d" :weight bold))))
- '(org-faces-done ((t (:foreground "#777980" :background "#100f0f" :weight bold))))
- '(org-faces-cancelled ((t (:foreground "#8e919a" :weight bold :strike-through t))))
+ '(mu4e-compose-separator-face ((t (:foreground "#100f0f" :background "#546c20" :weight bold))))
+ '(gnus-header-name ((t (:foreground "#8e919a"))))
+ '(gnus-header-from ((t (:foreground "#74932f"))))
+ '(gnus-header-subject ((t (:foreground "#8ea85e"))))
+ '(gnus-header-content ((t (:foreground "#dab53d"))))
+ '(gnus-header-newsgroups ((t (:foreground "#8e919a"))))
+ '(org-faces-todo ((t (:foreground "#8ea85e"))))
+ '(org-faces-project ((t (:foreground "#8ea85e"))))
+ '(org-faces-doing ((t (:foreground "#8ea85e"))))
+ '(org-faces-waiting ((t (:foreground "#899bb1"))))
+ '(org-faces-verify ((t (:foreground "#9ba8bb"))))
+ '(org-faces-stalled ((t (:foreground "#dab53d"))))
+ '(org-faces-delegated ((t (:foreground "#8ea85e"))))
+ '(org-faces-failed ((t (:foreground "#777980" :strike-through t))))
+ '(org-faces-done ((t (:foreground "#777980" :background "#100f0f" :strike-through t))))
+ '(org-faces-cancelled ((t (:foreground "#777980" :strike-through t))))
'(org-faces-priority-a ((t (:foreground "#e6ce88" :background "#100f0f" :weight bold))))
'(org-faces-priority-b ((t (:foreground "#dab53d" :background "#100f0f" :weight bold))))
'(org-faces-priority-c ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold))))
'(org-faces-priority-d ((t (:foreground "#7e671f" :background "#100f0f" :weight bold))))
- '(org-faces-todo-dim ((t (:foreground "#044e8c" :background "#100f0f"))))
- '(org-faces-project-dim ((t (:foreground "#044e8c" :background "#100f0f"))))
+ '(org-faces-todo-dim ((t (:foreground "#546c20" :background "#100f0f"))))
+ '(org-faces-project-dim ((t (:foreground "#546c20" :background "#100f0f"))))
'(org-faces-doing-dim ((t (:foreground "#546c20" :background "#100f0f"))))
- '(org-faces-waiting-dim ((t (:foreground "#044e8c" :background "#100f0f"))))
- '(org-faces-verify-dim ((t (:foreground "#546c20" :background "#100f0f"))))
- '(org-faces-stalled-dim ((t (:foreground "#544412" :background "#100f0f"))))
+ '(org-faces-waiting-dim ((t (:foreground "#788da6" :background "#100f0f"))))
+ '(org-faces-verify-dim ((t (:foreground "#788da6" :background "#100f0f"))))
+ '(org-faces-stalled-dim ((t (:foreground "#7e671f" :background "#100f0f"))))
'(org-faces-delegated-dim ((t (:foreground "#546c20" :background "#100f0f"))))
- '(org-faces-failed-dim ((t (:foreground "#653222" :background "#100f0f"))))
- '(org-faces-done-dim ((t (:foreground "#4a4b4f" :background "#100f0f"))))
- '(org-faces-cancelled-dim ((t (:foreground "#606267" :background "#100f0f" :strike-through t))))
+ '(org-faces-failed-dim ((t (:foreground "#4a4b4f" :background "#100f0f" :strike-through t))))
+ '(org-faces-done-dim ((t (:foreground "#4a4b4f" :background "#100f0f" :strike-through t))))
+ '(org-faces-cancelled-dim ((t (:foreground "#4a4b4f" :background "#100f0f" :strike-through t))))
'(org-faces-priority-a-dim ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold))))
'(org-faces-priority-b-dim ((t (:foreground "#7e671f" :background "#100f0f" :weight bold))))
'(org-faces-priority-c-dim ((t (:foreground "#544412" :background "#100f0f" :weight bold))))
'(org-faces-priority-d-dim ((t (:foreground "#544412" :background "#100f0f" :weight bold))))
'(ghostel-default ((t (:foreground "#edeff1"))))
- '(ghostel-fake-cursor ((t (:foreground "#100f0f" :background "#a9b2bb" :box (:line-width 1 :color "#bfc4d0")))))
+ '(ghostel-fake-cursor ((t (:foreground "#100f0f" :background "#a9b2bb"))))
'(ghostel-fake-cursor-box ((t (:foreground "#bac1c8"))))
'(ghostel-color-black ((t (:foreground "#8e919a"))))
- '(ghostel-color-red ((t (:foreground "#ff0000"))))
- '(ghostel-color-green ((t (:foreground "#73a06f"))))
+ '(ghostel-color-red ((t (:foreground "#cb6b4d"))))
+ '(ghostel-color-green ((t (:foreground "#8ea85e"))))
'(ghostel-color-yellow ((t (:foreground "#ab8d2e"))))
- '(ghostel-color-blue ((t (:foreground "#4a8acd"))))
+ '(ghostel-color-blue ((t (:foreground "#899bb1"))))
'(ghostel-color-magenta ((t (:foreground "#9f80c9"))))
- '(ghostel-color-cyan ((t (:foreground "#3d93ab"))))
+ '(ghostel-color-cyan ((t (:foreground "#0096b0"))))
'(ghostel-color-white ((t (:foreground "#bac1c8"))))
'(ghostel-color-bright-black ((t (:foreground "#bfc4d0"))))
- '(ghostel-color-bright-red ((t (:foreground "#ff4e3e"))))
- '(ghostel-color-bright-green ((t (:foreground "#a1bf9e"))))
+ '(ghostel-color-bright-red ((t (:foreground "#cb8b7a"))))
+ '(ghostel-color-bright-green ((t (:foreground "#8ea85e"))))
'(ghostel-color-bright-yellow ((t (:foreground "#e6ce88"))))
- '(ghostel-color-bright-blue ((t (:foreground "#a5c4e8"))))
+ '(ghostel-color-bright-blue ((t (:foreground "#adb6c6"))))
'(ghostel-color-bright-magenta ((t (:foreground "#bea9dc"))))
- '(ghostel-color-bright-cyan ((t (:foreground "#55c7e6"))))
+ '(ghostel-color-bright-cyan ((t (:foreground "#6ba9bd"))))
'(ghostel-color-bright-white ((t (:foreground "#edeff1"))))
- '(auto-dim-other-buffers ((t (:foreground "#8e919a"))))
- '(auto-dim-other-buffers-hide ((t (:foreground "#53575c"))))
+ '(auto-dim-other-buffers ((t (:foreground "#777980"))))
+ '(auto-dim-other-buffers-hide ((t (:foreground "#0a0c0d"))))
'(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic))))
- '(dashboard-text-banner ((t (:inherit default))))
+ '(dashboard-text-banner ((t (:inherit default :foreground "#dab53d"))))
'(dashboard-heading ((t (:inherit font-lock-keyword-face :foreground "#67809c" :background "#100f0f" :weight bold :slant italic))))
'(dashboard-items-face ((t (:inherit widget-button))))
- '(dashboard-navigator ((t (:inherit font-lock-keyword-face :foreground "#cbd0d6" :background "#100f0f"))))
+ '(dashboard-navigator ((t (:inherit font-lock-keyword-face :foreground "#a9b2bb" :background "#100f0f" :slant italic))))
'(dashboard-no-items-face ((t (:inherit widget-button))))
'(dashboard-footer-face ((t (:inherit font-lock-doc-face))))
'(dashboard-footer-icon-face ((t (:inherit dashboard-footer-face))))
@@ -282,7 +287,7 @@
'(git-gutter:modified ((t (:foreground "#ab8d2e" :background "#ab8d2e"))))
'(git-gutter:deleted ((t (:foreground "#cb6b4d" :background "#cb6b4d"))))
'(git-gutter:unchanged ((t (:foreground "#a9b2bb" :background "#100f0f"))))
- '(git-gutter:separator ((t (:foreground "#4b5d73" :background "#100f0f"))))
+ '(git-gutter:separator ((t (:foreground "#54677d" :background "#100f0f"))))
'(flycheck-error ((t (:foreground "#cb6b4d"))))
'(flycheck-warning ((t (:foreground "#dab53d"))))
'(flycheck-info ((t (:foreground "#e4eaf8"))))
@@ -303,17 +308,17 @@
'(flycheck-error-list-id-with-explainer ((t (:foreground "#838d97" :weight bold))))
'(flycheck-error-list-highlight ((t (:background "#2f343a"))))
'(flycheck-verify-select-checker ((t (:foreground "#dab53d"))))
- '(dired-header ((t (:foreground "#e4eaf8" :weight bold))))
- '(dired-directory ((t (:foreground "#e4eaf8" :weight bold))))
- '(dired-symlink ((t (:foreground "#5d9b86"))))
- '(dired-broken-symlink ((t (:foreground "#de4949" :weight bold))))
- '(dired-special ((t (:foreground "#6624a0"))))
- '(dired-set-id ((t (:foreground "#cb6b4d"))))
+ '(dired-header ((t (:foreground "#54677d" :weight bold))))
+ '(dired-directory ((t (:foreground "#67809c" :weight bold :slant italic))))
+ '(dired-symlink ((t (:foreground "#8ea85e"))))
+ '(dired-broken-symlink ((t (:foreground "#cb7b64" :weight bold))))
+ '(dired-special ((t (:foreground "#dab53d"))))
+ '(dired-set-id ((t (:foreground "#cb7b64"))))
'(dired-perm-write ((t (:foreground "#a9b2bb"))))
'(dired-mark ((t (:foreground "#dab53d"))))
'(dired-marked ((t (:foreground "#dab53d" :weight bold))))
'(dired-flagged ((t (:foreground "#cb6b4d" :weight bold))))
- '(dired-ignored ((t (:foreground "#5e6770"))))
+ '(dired-ignored ((t (:foreground "#777980"))))
'(dired-warning ((t (:foreground "#dab53d" :weight bold))))
'(dirvish-inactive ((t (:foreground "#5e6770"))))
'(dirvish-free-space ((t (:foreground "#5d9b86"))))
@@ -353,34 +358,34 @@
'(dirvish-vc-needs-merge-face ((t (:foreground "#dab53d"))))
'(dirvish-vc-needs-update-state ((t (:foreground "#dab53d"))))
'(dirvish-vc-unregistered-face ((t (:foreground "#5e6770"))))
- '(calibredb-search-header-library-name-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(calibredb-search-header-library-path-face ((t (:foreground "#5e6770"))))
- '(calibredb-search-header-total-face ((t (:foreground "#5d9b86"))))
+ '(calibredb-search-header-library-name-face ((t (:foreground "#bfc4d0" :weight bold))))
+ '(calibredb-search-header-library-path-face ((t (:foreground "#7c838a"))))
+ '(calibredb-search-header-total-face ((t (:foreground "#74932f"))))
'(calibredb-search-header-filter-face ((t (:foreground "#dab53d"))))
- '(calibredb-search-header-sort-face ((t (:foreground "#838d97"))))
+ '(calibredb-search-header-sort-face ((t (:foreground "#7c838a"))))
'(calibredb-search-header-highlight-face ((t (:foreground "#dab53d" :weight bold))))
- '(calibredb-id-face ((t (:foreground "#5e6770"))))
- '(calibredb-title-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(calibredb-author-face ((t (:foreground "#5d9b86"))))
- '(calibredb-format-face ((t (:foreground "#838d97"))))
- '(calibredb-size-face ((t (:foreground "#5e6770"))))
- '(calibredb-tag-face ((t (:foreground "#998162"))))
- '(calibredb-date-face ((t (:foreground "#5e6770"))))
- '(calibredb-mark-face ((t (:foreground "#dab53d" :weight bold))))
- '(calibredb-series-face ((t (:foreground "#6624a0"))))
- '(calibredb-publisher-face ((t (:foreground "#838d97"))))
- '(calibredb-pubdate-face ((t (:foreground "#5e6770"))))
- '(calibredb-language-face ((t (:foreground "#838d97"))))
- '(calibredb-comment-face ((t (:foreground "#a9b2bb" :slant italic))))
- '(calibredb-archive-face ((t (:foreground "#5e6770"))))
+ '(calibredb-id-face ((t (:foreground "#606267"))))
+ '(calibredb-title-face ((t (:foreground "#cbd0d6" :weight bold))))
+ '(calibredb-author-face ((t (:foreground "#8ea85e"))))
+ '(calibredb-format-face ((t (:foreground "#7c838a"))))
+ '(calibredb-size-face ((t (:foreground "#7c838a"))))
+ '(calibredb-tag-face ((t (:foreground "#788da6"))))
+ '(calibredb-date-face ((t (:foreground "#7c838a"))))
+ '(calibredb-mark-face ((t (:foreground "#e6ce88" :weight bold))))
+ '(calibredb-series-face ((t (:foreground "#bac1c8"))))
+ '(calibredb-publisher-face ((t (:foreground "#bac1c8"))))
+ '(calibredb-pubdate-face ((t (:foreground "#bac1c8"))))
+ '(calibredb-language-face ((t (:foreground "#bac1c8"))))
+ '(calibredb-comment-face ((t (:foreground "#bac1c8" :slant italic))))
+ '(calibredb-archive-face ((t (:foreground "#7c838a"))))
'(calibredb-favorite-face ((t (:foreground "#dab53d"))))
- '(calibredb-file-face ((t (:foreground "#e4eaf8"))))
- '(calibredb-ids-face ((t (:foreground "#5e6770"))))
+ '(calibredb-file-face ((t (:foreground "#ab8d2e"))))
+ '(calibredb-ids-face ((t (:foreground "#7c838a"))))
'(calibredb-highlight-face ((t (:foreground "#dab53d" :weight bold))))
- '(calibredb-current-page-button-face ((t (:foreground "#e4eaf8" :weight bold))))
- '(calibredb-mouse-face ((t (:background "#2f343a"))))
+ '(calibredb-current-page-button-face ((t (:foreground "#bfc4d0" :weight bold))))
+ '(calibredb-mouse-face ((t (:background "#363638"))))
'(calibredb-title-detailed-view-face ((t (:foreground "#dab53d" :weight bold))))
- '(calibredb-edit-annotation-header-title-face ((t (:foreground "#e4eaf8" :weight bold))))
+ '(calibredb-edit-annotation-header-title-face ((t (:foreground "#bfc4d0" :weight bold))))
'(erc-header-line ((t (:foreground "#e4eaf8" :background "#2f343a" :weight bold))))
'(erc-timestamp-face ((t (:foreground "#5e6770"))))
'(erc-notice-face ((t (:foreground "#838d97"))))
@@ -412,21 +417,21 @@
'(erc-fill-wrap-merge-indicator-face ((t (:foreground "#5e6770"))))
'(erc-keep-place-indicator-arrow ((t (:foreground "#dab53d"))))
'(erc-keep-place-indicator-line ((t (:background "#1a1714"))))
- '(org-drill-hidden-cloze-face ((t (:foreground "#100f0f" :background "#838d97"))))
- '(org-drill-visible-cloze-face ((t (:foreground "#dab53d" :weight bold))))
- '(org-drill-visible-cloze-hint-face ((t (:foreground "#5e6770" :slant italic))))
- '(org-noter-notes-exist-face ((t (:foreground "#5d9b86"))))
- '(org-noter-no-notes-exist-face ((t (:foreground "#5e6770"))))
- '(signel-timestamp-face ((t (:foreground "#5e6770"))))
- '(signel-my-msg-face ((t (:foreground "#e4eaf8"))))
- '(signel-other-msg-face ((t (:foreground "#a9b2bb"))))
- '(signel-error-face ((t (:foreground "#cb6b4d" :weight bold))))
- '(pearl-preamble-summary ((t (:foreground "#e4eaf8" :weight bold))))
- '(pearl-editable-comment ((t (:foreground "#a9b2bb"))))
- '(pearl-readonly-comment ((t (:foreground "#5e6770" :slant italic))))
- '(pearl-modified-highlight ((t (:background "#264364"))))
+ '(org-drill-hidden-cloze-face ((t (:foreground "#100f0f" :background "#67809c" :slant italic))))
+ '(org-drill-visible-cloze-face ((t (:foreground "#e0c266" :weight bold :slant italic))))
+ '(org-drill-visible-cloze-hint-face ((t (:foreground "#788da6" :slant italic))))
+ '(org-noter-notes-exist-face ((t (:foreground "#8ea85e"))))
+ '(org-noter-no-notes-exist-face ((t (:foreground "#606267"))))
+ '(signel-timestamp-face ((t (:foreground "#899bb1"))))
+ '(signel-my-msg-face ((t (:foreground "#8ea85e"))))
+ '(signel-other-msg-face ((t (:foreground "#dab53d"))))
+ '(signel-error-face ((t (:foreground "#cb6b4d"))))
+ '(pearl-preamble-summary ((t (:foreground "#67809c" :weight bold :slant italic))))
+ '(pearl-editable-comment ((t (:foreground "#cbd0d6" :background "#374712"))))
+ '(pearl-readonly-comment ((t (:foreground "#100f0f" :background "#777980" :weight bold))))
+ '(pearl-modified-highlight ((t (:foreground "#74932f" :weight bold))))
'(pearl-modified-local ((t (:foreground "#dab53d"))))
- '(pearl-modified-unknown ((t (:foreground "#5e6770"))))
+ '(pearl-modified-unknown ((t (:foreground "#74932f"))))
'(slack-room-info-title-face ((t (:foreground "#e4eaf8" :weight bold))))
'(slack-room-info-title-room-name-face ((t (:foreground "#dab53d" :weight bold))))
'(slack-room-info-section-title-face ((t (:foreground "#e4eaf8" :weight bold))))
@@ -576,20 +581,323 @@
'(telega-link-preview-sitename ((t (:foreground "#838d97"))))
'(telega-link-preview-title ((t (:foreground "#e4eaf8" :weight bold))))
'(shr-h1 ((t (:foreground "#dab53d" :weight bold :height 1.4))))
- '(shr-h2 ((t (:foreground "#e4eaf8" :weight bold :height 1.2))))
- '(shr-h3 ((t (:foreground "#e4eaf8" :weight bold))))
- '(shr-h4 ((t (:foreground "#a9b2bb" :weight bold))))
- '(shr-h5 ((t (:foreground "#838d97" :weight bold))))
- '(shr-h6 ((t (:foreground "#5e6770" :weight bold))))
- '(shr-text ((t (:foreground "#cdced1"))))
- '(shr-link ((t (:foreground "#e4eaf8" :underline t))))
+ '(shr-h2 ((t (:foreground "#bfc4d0" :weight bold :height 1.2))))
+ '(shr-h3 ((t (:foreground "#a6aab4" :weight bold))))
+ '(shr-h4 ((t (:foreground "#8e919a" :weight bold))))
+ '(shr-h5 ((t (:foreground "#777980" :weight bold))))
+ '(shr-h6 ((t (:foreground "#606267" :weight bold))))
+ '(shr-text ((t (:foreground "#bfc4d0"))))
+ '(shr-link ((t (:foreground "#6191c7" :underline t))))
'(shr-selected-link ((t (:foreground "#dab53d" :weight bold :underline t))))
- '(shr-code ((t (:foreground "#cb6b4d" :background "#1a1714"))))
+ '(shr-code ((t (:foreground "#cb6b4d"))))
'(shr-mark ((t (:foreground "#100f0f" :background "#dab53d"))))
- '(shr-strike-through ((t (:foreground "#5e6770" :strike-through t))))
- '(shr-sup ((t (:foreground "#838d97"))))
- '(shr-abbreviation ((t (:foreground "#838d97" :slant italic))))
- '(shr-sliced-image ((t (:foreground "#5e6770")))))
+ '(shr-strike-through ((t (:foreground "#a6aab4" :strike-through t))))
+ '(shr-sup ((t (:foreground "#a6aab4"))))
+ '(shr-abbreviation ((t (:foreground "#a6aab4" :slant italic))))
+ '(shr-sliced-image ((t (:foreground "#a6aab4"))))
+ '(alert-high-face ((t (:foreground "#a85b42"))))
+ '(alert-low-face ((t (:foreground "#67809c"))))
+ '(alert-moderate-face ((t (:foreground "#e0c266"))))
+ '(alert-normal-face ((t (:foreground "#bac1c8"))))
+ '(alert-trivial-face ((t (:foreground "#9f80c9"))))
+ '(alert-urgent-face ((t (:foreground "#a85b42"))))
+ '(company-echo ((t (:foreground "#bfc4d0" :background "#100f0f"))))
+ '(company-echo-common ((t (:foreground "#cb6b4d" :background "#100f0f"))))
+ '(company-preview ((t (:foreground "#bfc4d0" :background "#100f0f"))))
+ '(company-preview-common ((t (:inherit company-tooltip-common-selection :foreground "#cb6b4d" :background "#100f0f"))))
+ '(company-preview-search ((t (:inherit company-tooltip-common-selection :foreground "#cb6b4d" :background "#100f0f"))))
+ '(company-tooltip ((t (:foreground "#100f0f" :background "#bfc4d0" :weight bold))))
+ '(company-tooltip-annotation ((t (:foreground "#cb6b4d" :background "#100f0f"))))
+ '(company-tooltip-annotation-selection ((t (:inherit company-tooltip-annotation :background "#100f0f"))))
+ '(company-tooltip-common ((t (:foreground "#cb6b4d" :background "#100f0f"))))
+ '(company-tooltip-common-selection ((t (:inherit company-tooltip-common :background "#100f0f"))))
+ '(company-tooltip-deprecated ((t (:foreground "#bfc4d0" :background "#100f0f" :strike-through t))))
+ '(company-tooltip-mouse ((t (:inherit highlight :foreground "#bfc4d0" :background "#100f0f"))))
+ '(company-tooltip-quick-access ((t (:inherit company-tooltip-annotation :background "#100f0f"))))
+ '(company-tooltip-quick-access-selection ((t (:inherit company-tooltip-annotation-selection :background "#100f0f"))))
+ '(company-tooltip-scrollbar-thumb ((t (:foreground "#100f0f" :background "#cb6b4d" :weight bold))))
+ '(company-tooltip-scrollbar-track ((t (:foreground "#bfc4d0" :background "#100f0f"))))
+ '(company-tooltip-search ((t (:inherit highlight :foreground "#bfc4d0" :background "#100f0f"))))
+ '(company-tooltip-search-selection ((t (:inherit highlight :foreground "#bfc4d0" :background "#100f0f"))))
+ '(company-tooltip-selection ((t (:foreground "#100f0f" :background "#67809c" :weight bold))))
+ '(embark-collect-annotation ((t (:inherit completions-annotations))))
+ '(embark-collect-candidate ((t (:inherit default))))
+ '(embark-collect-group-separator ((t (:inherit shadow :strike-through t))))
+ '(embark-collect-group-title ((t (:inherit shadow :slant italic))))
+ '(embark-keybinding ((t (:inherit success))))
+ '(embark-keybinding-repeat ((t (:inherit font-lock-builtin-face))))
+ '(embark-keymap ((t (:slant italic))))
+ '(embark-selected ((t (:inherit match))))
+ '(embark-target ((t (:inherit highlight))))
+ '(embark-verbose-indicator-documentation ((t (:inherit completions-annotations))))
+ '(embark-verbose-indicator-shadowed ((t (:inherit shadow))))
+ '(embark-verbose-indicator-title ((t (:weight bold :height 1.1))))
+ '(emms-browser-album-face ((t (:foreground "#8ea85e"))))
+ '(emms-browser-track-face ((t (:foreground "#788da6"))))
+ '(emms-metaplaylist-mode-current-face ((t (:foreground "#cb8b7a"))))
+ '(emms-metaplaylist-mode-face ((t (:foreground "#cb6b4d"))))
+ '(emms-playlist-selected-face ((t (:foreground "#e6ce88" :weight bold))))
+ '(emms-playlist-track-face ((t (:foreground "#cbd0d6"))))
+ '(flyspell-correct-highlight-face ((t (:inherit isearch :background "#363638"))))
+ '(malyon-face-bold ((t (:inherit bold :weight bold))))
+ '(malyon-face-error ((t (:inherit error :foreground "#cb6b4d" :weight bold))))
+ '(malyon-face-italic ((t (:inherit italic :foreground "#bfc4d0" :slant italic))))
+ '(malyon-face-plain ((t (:inherit default))))
+ '(malyon-face-reverse ((t (:inherit default :foreground "#100f0f" :background "#bfc4d0"))))
+ '(marginalia-archive ((t (:inherit warning))))
+ '(marginalia-char ((t (:inherit marginalia-key))))
+ '(marginalia-date ((t (:inherit marginalia-key))))
+ '(marginalia-documentation ((t (:inherit completions-annotations))))
+ '(marginalia-file-name ((t (:inherit marginalia-documentation))))
+ '(marginalia-file-owner ((t (:inherit font-lock-preprocessor-face))))
+ '(marginalia-file-priv-dir ((t (:inherit font-lock-keyword-face))))
+ '(marginalia-file-priv-exec ((t (:inherit font-lock-function-name-face))))
+ '(marginalia-file-priv-link ((t (:inherit font-lock-keyword-face))))
+ '(marginalia-file-priv-no ((t (:inherit shadow))))
+ '(marginalia-file-priv-other ((t (:inherit font-lock-constant-face))))
+ '(marginalia-file-priv-rare ((t (:inherit font-lock-variable-name-face))))
+ '(marginalia-file-priv-read ((t (:inherit font-lock-type-face))))
+ '(marginalia-file-priv-write ((t (:inherit font-lock-builtin-face))))
+ '(marginalia-function ((t (:inherit font-lock-function-name-face))))
+ '(marginalia-installed ((t (:inherit success))))
+ '(marginalia-key ((t (:inherit font-lock-keyword-face))))
+ '(marginalia-lighter ((t (:inherit marginalia-size))))
+ '(marginalia-list ((t (:inherit font-lock-constant-face))))
+ '(marginalia-mode ((t (:inherit marginalia-key))))
+ '(marginalia-modified ((t (:inherit font-lock-negation-char-face))))
+ '(marginalia-null ((t (:inherit font-lock-comment-face))))
+ '(marginalia-number ((t (:inherit font-lock-constant-face))))
+ '(marginalia-off ((t (:inherit error))))
+ '(marginalia-on ((t (:inherit success))))
+ '(marginalia-size ((t (:inherit marginalia-number))))
+ '(marginalia-string ((t (:inherit font-lock-string-face))))
+ '(marginalia-symbol ((t (:inherit font-lock-type-face))))
+ '(marginalia-true ((t (:inherit font-lock-builtin-face))))
+ '(marginalia-type ((t (:inherit marginalia-key))))
+ '(marginalia-value ((t (:inherit marginalia-key))))
+ '(marginalia-version ((t (:inherit marginalia-number))))
+ '(markdown-blockquote-face ((t (:inherit font-lock-doc-face))))
+ '(markdown-bold-face ((t (:inherit bold))))
+ '(markdown-code-face ((t (:inherit fixed-pitch))))
+ '(markdown-comment-face ((t (:inherit font-lock-comment-face))))
+ '(markdown-footnote-marker-face ((t (:inherit markdown-markup-face))))
+ '(markdown-footnote-text-face ((t (:inherit font-lock-comment-face))))
+ '(markdown-gfm-checkbox-face ((t (:inherit font-lock-builtin-face))))
+ '(markdown-header-delimiter-face ((t (:inherit markdown-markup-face))))
+ '(markdown-header-face ((t (:weight bold))))
+ '(markdown-header-face-1 ((t (:inherit markdown-header-face))))
+ '(markdown-header-face-2 ((t (:inherit markdown-header-face))))
+ '(markdown-header-face-3 ((t (:inherit markdown-header-face))))
+ '(markdown-header-face-4 ((t (:inherit markdown-header-face))))
+ '(markdown-header-face-5 ((t (:inherit markdown-header-face))))
+ '(markdown-header-face-6 ((t (:inherit markdown-header-face))))
+ '(markdown-header-rule-face ((t (:inherit markdown-markup-face))))
+ '(markdown-highlight-face ((t (:inherit highlight))))
+ '(markdown-highlighting-face ((t (:foreground "#100f0f" :background "#e6ce88"))))
+ '(markdown-hr-face ((t (:inherit markdown-markup-face))))
+ '(markdown-html-attr-name-face ((t (:inherit font-lock-variable-name-face))))
+ '(markdown-html-attr-value-face ((t (:inherit font-lock-string-face))))
+ '(markdown-html-entity-face ((t (:inherit font-lock-variable-name-face))))
+ '(markdown-html-tag-delimiter-face ((t (:inherit markdown-markup-face))))
+ '(markdown-html-tag-name-face ((t (:inherit font-lock-type-face))))
+ '(markdown-italic-face ((t (:inherit italic))))
+ '(markdown-language-info-face ((t (:inherit font-lock-string-face))))
+ '(markdown-language-keyword-face ((t (:inherit font-lock-type-face))))
+ '(markdown-line-break-face ((t (:inherit font-lock-constant-face :underline t))))
+ '(markdown-link-face ((t (:inherit link))))
+ '(markdown-link-title-face ((t (:inherit font-lock-comment-face))))
+ '(markdown-list-face ((t (:inherit markdown-markup-face))))
+ '(markdown-markup-face ((t (:inherit shadow))))
+ '(markdown-math-face ((t (:inherit font-lock-string-face))))
+ '(markdown-metadata-key-face ((t (:inherit font-lock-variable-name-face))))
+ '(markdown-metadata-value-face ((t (:inherit font-lock-string-face))))
+ '(markdown-missing-link-face ((t (:inherit font-lock-warning-face))))
+ '(markdown-plain-url-face ((t (:inherit markdown-link-face))))
+ '(markdown-reference-face ((t (:inherit markdown-markup-face))))
+ '(markdown-strike-through-face ((t (:strike-through t))))
+ '(markdown-url-face ((t (:inherit font-lock-string-face))))
+ '(nerd-icons-blue ((t (:foreground "#6a9fb5"))))
+ '(nerd-icons-blue-alt ((t (:foreground "#2188b6"))))
+ '(nerd-icons-cyan ((t (:foreground "#75b5aa"))))
+ '(nerd-icons-cyan-alt ((t (:foreground "#0595bd"))))
+ '(nerd-icons-dblue ((t (:foreground "#446674"))))
+ '(nerd-icons-dcyan ((t (:foreground "#48746d"))))
+ '(nerd-icons-dgreen ((t (:foreground "#6d8143"))))
+ '(nerd-icons-dmaroon ((t (:foreground "#72584b"))))
+ '(nerd-icons-dorange ((t (:foreground "#915b2d"))))
+ '(nerd-icons-dpink ((t (:foreground "#7e5d5f"))))
+ '(nerd-icons-dpurple ((t (:foreground "#694863"))))
+ '(nerd-icons-dred ((t (:foreground "#843031"))))
+ '(nerd-icons-dsilver ((t (:foreground "#838484"))))
+ '(nerd-icons-dyellow ((t (:foreground "#b48d56"))))
+ '(nerd-icons-green ((t (:foreground "#90a959"))))
+ '(nerd-icons-lblue ((t (:foreground "#677174"))))
+ '(nerd-icons-lcyan ((t (:foreground "#2c7d6e"))))
+ '(nerd-icons-lgreen ((t (:foreground "#3d6837"))))
+ '(nerd-icons-lmaroon ((t (:foreground "#ce7a4e"))))
+ '(nerd-icons-lorange ((t (:foreground "#ffa500"))))
+ '(nerd-icons-lpink ((t (:foreground "#ff505b"))))
+ '(nerd-icons-lpurple ((t (:foreground "#e69dd6"))))
+ '(nerd-icons-lred ((t (:foreground "#eb595a"))))
+ '(nerd-icons-lsilver ((t (:foreground "#7f7869"))))
+ '(nerd-icons-lyellow ((t (:foreground "#ff9300"))))
+ '(nerd-icons-maroon ((t (:foreground "#8f5536"))))
+ '(nerd-icons-orange ((t (:foreground "#d4843e"))))
+ '(nerd-icons-pink ((t (:foreground "#fc505b"))))
+ '(nerd-icons-purple ((t (:foreground "#68295b"))))
+ '(nerd-icons-purple-alt ((t (:foreground "#5d54e1"))))
+ '(nerd-icons-red ((t (:foreground "#ac4142"))))
+ '(nerd-icons-red-alt ((t (:foreground "#843031"))))
+ '(nerd-icons-silver ((t (:foreground "#716e68"))))
+ '(nerd-icons-yellow ((t (:foreground "#ffcc0e"))))
+ '(orderless-match-face-0 ((t (:foreground "#223fbf" :weight bold))))
+ '(orderless-match-face-1 ((t (:foreground "#8f0075" :weight bold))))
+ '(orderless-match-face-2 ((t (:foreground "#145a00" :weight bold))))
+ '(orderless-match-face-3 ((t (:foreground "#804000" :weight bold))))
+ '(org-superstar-first ((t (:inherit org-warning))))
+ '(org-superstar-item ((t (:inherit default))))
+ '(org-superstar-leading ((t (:inherit default :foreground "#bebebe"))))
+ '(rainbow-delimiters-base-error-face ((t (:inherit rainbow-delimiters-base-face :foreground "#cb8b7a"))))
+ '(rainbow-delimiters-base-face ((t (:inherit unspecified :foreground "#cbd0d6"))))
+ '(rainbow-delimiters-depth-1-face ((t (:inherit rainbow-delimiters-base-face :foreground "#9f80c9"))))
+ '(rainbow-delimiters-depth-2-face ((t (:inherit rainbow-delimiters-base-face :foreground "#788da6"))))
+ '(rainbow-delimiters-depth-3-face ((t (:inherit rainbow-delimiters-base-face :foreground "#a9be87"))))
+ '(rainbow-delimiters-depth-4-face ((t (:inherit rainbow-delimiters-base-face :foreground "#e0c266"))))
+ '(rainbow-delimiters-depth-5-face ((t (:inherit rainbow-delimiters-base-face :foreground "#0096b0"))))
+ '(rainbow-delimiters-depth-6-face ((t (:inherit rainbow-delimiters-depth-1-face))))
+ '(rainbow-delimiters-depth-7-face ((t (:inherit rainbow-delimiters-depth-2-face))))
+ '(rainbow-delimiters-depth-8-face ((t (:inherit rainbow-delimiters-depth-3-face))))
+ '(rainbow-delimiters-depth-9-face ((t (:inherit rainbow-delimiters-depth-4-face))))
+ '(rainbow-delimiters-mismatched-face ((t (:inherit rainbow-delimiters-base-error-face))))
+ '(rainbow-delimiters-unmatched-face ((t (:inherit rainbow-delimiters-base-error-face))))
+ '(symbol-overlay-default-face ((t (:inherit highlight))))
+ '(symbol-overlay-face-1 ((t (:foreground "#000000" :background "#1e90ff"))))
+ '(symbol-overlay-face-2 ((t (:foreground "#000000" :background "#ff69b4"))))
+ '(symbol-overlay-face-3 ((t (:foreground "#000000" :background "#ffff00"))))
+ '(symbol-overlay-face-4 ((t (:foreground "#000000" :background "#da70d6"))))
+ '(symbol-overlay-face-5 ((t (:foreground "#000000" :background "#ff0000"))))
+ '(symbol-overlay-face-6 ((t (:foreground "#000000" :background "#fa8072"))))
+ '(symbol-overlay-face-7 ((t (:foreground "#000000" :background "#00ff7f"))))
+ '(symbol-overlay-face-8 ((t (:foreground "#000000" :background "#40e0d0"))))
+ '(tmr-description ((t (:inherit bold))))
+ '(tmr-end-time ((t (:inherit error))))
+ '(tmr-finished ((t (:inherit error))))
+ '(tmr-is-acknowledged ((t (:inherit success))))
+ '(tmr-must-be-acknowledged ((t (:inherit warning))))
+ '(tmr-start-time ((t (:inherit success))))
+ '(tmr-tabulated-acknowledgement ((t (:inherit bold))))
+ '(tmr-tabulated-description ((t (:inherit font-lock-doc-face))))
+ '(tmr-tabulated-end-time ((t (:foreground "#800040"))))
+ '(tmr-tabulated-remaining-time ((t (:foreground "#603f00"))))
+ '(tmr-tabulated-start-time ((t (:foreground "#004476"))))
+ '(transient-active-infix ((t (:inherit highlight))))
+ '(transient-argument ((t (:inherit font-lock-string-face :weight bold))))
+ '(transient-delimiter ((t (:inherit shadow))))
+ '(transient-disabled-suffix ((t (:foreground "#000000" :background "#ff0000" :weight bold))))
+ '(transient-enabled-suffix ((t (:foreground "#000000" :background "#00ff00" :weight bold))))
+ '(transient-heading ((t (:inherit font-lock-keyword-face))))
+ '(transient-higher-level ((t (:box (:line-width 1 :color "grey60")))))
+ '(transient-inactive-argument ((t (:inherit shadow))))
+ '(transient-inactive-value ((t (:inherit shadow))))
+ '(transient-inapt-argument ((t (:inherit shadow :weight bold))))
+ '(transient-inapt-suffix ((t (:inherit shadow :slant italic))))
+ '(transient-key ((t (:inherit font-lock-builtin-face))))
+ '(transient-key-exit ((t (:inherit transient-key :foreground "#aa2222"))))
+ '(transient-key-noop ((t (:inherit transient-key :foreground "#cccccc"))))
+ '(transient-key-recurse ((t (:inherit transient-key :foreground "#2266ff"))))
+ '(transient-key-return ((t (:inherit transient-key :foreground "#aaaa11"))))
+ '(transient-key-stack ((t (:inherit transient-key :foreground "#dd4488"))))
+ '(transient-key-stay ((t (:inherit transient-key :foreground "#22aa22"))))
+ '(transient-mismatched-key ((t (:box (:line-width 1 :color "#ff00ff")))))
+ '(transient-nonstandard-key ((t (:box (:line-width 1 :color "#00ffff")))))
+ '(transient-unreachable ((t (:inherit shadow))))
+ '(transient-value ((t (:inherit font-lock-string-face :weight bold))))
+ '(vertico-current ((t (:inherit highlight))))
+ '(vertico-group-separator ((t (:inherit vertico-group-title :strike-through t))))
+ '(vertico-group-title ((t (:inherit shadow :slant italic))))
+ '(vertico-multiline ((t (:inherit shadow))))
+ '(web-mode-annotation-face ((t (:inherit web-mode-comment-face))))
+ '(web-mode-annotation-html-face ((t (:inherit web-mode-annotation-face :slant italic))))
+ '(web-mode-annotation-tag-face ((t (:inherit web-mode-annotation-face :underline t))))
+ '(web-mode-annotation-type-face ((t (:inherit web-mode-annotation-face :weight bold))))
+ '(web-mode-annotation-value-face ((t (:inherit web-mode-annotation-face :slant italic))))
+ '(web-mode-block-attr-name-face ((t (:foreground "#8fbc8f"))))
+ '(web-mode-block-attr-value-face ((t (:foreground "#5f9ea0"))))
+ '(web-mode-block-comment-face ((t (:inherit web-mode-comment-face))))
+ '(web-mode-block-control-face ((t (:inherit font-lock-preprocessor-face))))
+ '(web-mode-block-delimiter-face ((t (:inherit font-lock-preprocessor-face))))
+ '(web-mode-block-face ((t (:background "#ffffe0"))))
+ '(web-mode-block-string-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-bold-face ((t (:weight bold))))
+ '(web-mode-builtin-face ((t (:inherit font-lock-builtin-face))))
+ '(web-mode-comment-face ((t (:inherit font-lock-comment-face))))
+ '(web-mode-comment-keyword-face ((t (:weight bold))))
+ '(web-mode-constant-face ((t (:inherit font-lock-constant-face))))
+ '(web-mode-css-at-rule-face ((t (:inherit font-lock-constant-face))))
+ '(web-mode-css-color-face ((t (:inherit font-lock-builtin-face))))
+ '(web-mode-css-comment-face ((t (:inherit web-mode-comment-face))))
+ '(web-mode-css-function-face ((t (:inherit font-lock-builtin-face))))
+ '(web-mode-css-priority-face ((t (:inherit font-lock-builtin-face))))
+ '(web-mode-css-property-name-face ((t (:inherit font-lock-variable-name-face))))
+ '(web-mode-css-pseudo-class-face ((t (:inherit font-lock-builtin-face))))
+ '(web-mode-css-selector-class-face ((t (:inherit font-lock-keyword-face))))
+ '(web-mode-css-selector-face ((t (:inherit font-lock-keyword-face))))
+ '(web-mode-css-selector-tag-face ((t (:inherit font-lock-keyword-face))))
+ '(web-mode-css-string-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-css-variable-face ((t (:inherit web-mode-variable-name-face :slant italic))))
+ '(web-mode-current-column-highlight-face ((t (:background "#3e3c36"))))
+ '(web-mode-current-element-highlight-face ((t (:foreground "#ffffff" :background "#000000"))))
+ '(web-mode-doctype-face ((t (:foreground "#bebebe"))))
+ '(web-mode-error-face ((t (:background "#ff0000"))))
+ '(web-mode-filter-face ((t (:inherit font-lock-function-name-face))))
+ '(web-mode-folded-face ((t (:underline t))))
+ '(web-mode-function-call-face ((t (:inherit font-lock-function-name-face))))
+ '(web-mode-function-name-face ((t (:inherit font-lock-function-name-face))))
+ '(web-mode-html-attr-custom-face ((t (:inherit web-mode-html-attr-name-face))))
+ '(web-mode-html-attr-engine-face ((t (:inherit web-mode-block-delimiter-face))))
+ '(web-mode-html-attr-equal-face ((t (:inherit web-mode-html-attr-name-face))))
+ '(web-mode-html-attr-name-face ((t (:foreground "#8b8989"))))
+ '(web-mode-html-attr-value-face ((t (:inherit font-lock-string-face))))
+ '(web-mode-html-entity-face ((t (:slant italic))))
+ '(web-mode-html-tag-bracket-face ((t (:foreground "#242424"))))
+ '(web-mode-html-tag-custom-face ((t (:inherit web-mode-html-tag-face))))
+ '(web-mode-html-tag-face ((t (:foreground "#8b8989"))))
+ '(web-mode-html-tag-namespaced-face ((t (:inherit web-mode-block-control-face))))
+ '(web-mode-html-tag-unclosed-face ((t (:inherit web-mode-html-tag-face :underline t))))
+ '(web-mode-inlay-face ((t (:background "#ffffe0"))))
+ '(web-mode-interpolate-color1-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-interpolate-color2-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-interpolate-color3-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-interpolate-color4-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-italic-face ((t (:slant italic))))
+ '(web-mode-javascript-comment-face ((t (:inherit web-mode-comment-face))))
+ '(web-mode-javascript-string-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-json-comment-face ((t (:inherit web-mode-comment-face))))
+ '(web-mode-json-context-face ((t (:foreground "#cd69c9"))))
+ '(web-mode-json-key-face ((t (:foreground "#dda0dd"))))
+ '(web-mode-json-string-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-jsx-depth-1-face ((t (:background "#000053"))))
+ '(web-mode-jsx-depth-2-face ((t (:background "#001970"))))
+ '(web-mode-jsx-depth-3-face ((t (:background "#002984"))))
+ '(web-mode-jsx-depth-4-face ((t (:background "#49599a"))))
+ '(web-mode-jsx-depth-5-face ((t (:background "#9499b7"))))
+ '(web-mode-keyword-face ((t (:inherit font-lock-keyword-face))))
+ '(web-mode-param-name-face ((t (:foreground "#cdc9c9"))))
+ '(web-mode-part-comment-face ((t (:inherit web-mode-comment-face))))
+ '(web-mode-part-face ((t (:inherit web-mode-block-face))))
+ '(web-mode-part-string-face ((t (:inherit web-mode-string-face))))
+ '(web-mode-preprocessor-face ((t (:inherit font-lock-preprocessor-face))))
+ '(web-mode-script-face ((t (:inherit web-mode-part-face))))
+ '(web-mode-sql-keyword-face ((t (:weight bold :slant italic))))
+ '(web-mode-string-face ((t (:inherit font-lock-string-face))))
+ '(web-mode-style-face ((t (:inherit web-mode-part-face))))
+ '(web-mode-symbol-face ((t (:foreground "#eeb422"))))
+ '(web-mode-type-face ((t (:inherit font-lock-type-face))))
+ '(web-mode-underline-face ((t (:underline t))))
+ '(web-mode-variable-name-face ((t (:inherit font-lock-variable-name-face))))
+ '(web-mode-warning-face ((t (:inherit font-lock-warning-face))))
+ '(web-mode-whitespace-face ((t (:background "#68228b"))))
+ '(yas-field-highlight-face ((t (:inherit region)))))
(provide-theme 'WIP)
;;; WIP-theme.el ends here