aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/WIP-theme.el218
1 files changed, 115 insertions, 103 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el
index cbf517ed0..2449e53fb 100644
--- a/themes/WIP-theme.el
+++ b/themes/WIP-theme.el
@@ -11,86 +11,98 @@
(custom-theme-set-faces
'WIP
- '(default ((t (:foreground "#e4eaf8" :background "#000000"))))
+ '(default ((t (:foreground "#bfc4d0" :background "#100f0f"))))
'(font-lock-keyword-face ((t (:foreground "#67809c" :weight bold))))
'(font-lock-builtin-face ((t (:foreground "#a9b2bb"))))
- '(font-lock-preprocessor-face ((t (:foreground "#e4eaf8"))))
+ '(font-lock-preprocessor-face ((t (:foreground "#dce0e3"))))
'(font-lock-function-name-face ((t (:foreground "#cbd0d6" :weight bold :slant italic))))
'(font-lock-function-call-face ((t (:foreground "#bac1c8"))))
'(font-lock-type-face ((t (:foreground "#ab8d2e"))))
'(font-lock-property-name-face ((t (:foreground "#a9b2bb"))))
'(font-lock-property-use-face ((t (:foreground "#a9b2bb"))))
- '(font-lock-constant-face ((t (:foreground "#dab53d" :background "#000000"))))
- '(font-lock-number-face ((t (:foreground "#cb6b4d" :background "#000000" :weight bold))))
+ '(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 "#050506"))))
+ '(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-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"))))
'(font-lock-variable-use-face ((t (:foreground "#dab53d"))))
- '(font-lock-operator-face ((t (:foreground "#e4eaf8"))))
- '(font-lock-punctuation-face ((t (:foreground "#e4eaf8"))))
- '(font-lock-bracket-face ((t (:foreground "#e4eaf8"))))
- '(font-lock-delimiter-face ((t (:foreground "#e4eaf8"))))
- '(font-lock-misc-punctuation-face ((t (:foreground "#e4eaf8"))))
- '(cursor ((t (:foreground "#000000" :background "#bac1c8"))))
- '(region ((t (:foreground "#cbd0d6" :background "#4b5d73" :box (:line-width 1 :color "#a9b2bb")))))
- '(hl-line ((t (:background "#1d1e20"))))
- '(highlight ((t (:background "#2d2306"))))
+ '(font-lock-operator-face ((t (:foreground "#dce0e3"))))
+ '(font-lock-punctuation-face ((t (:foreground "#dce0e3"))))
+ '(font-lock-bracket-face ((t (:foreground "#dce0e3"))))
+ '(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"))))
+ '(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")))))
- '(fringe ((t (:foreground "#f3e7c5" :background "#000000" :weight bold))))
- '(line-number ((t (:foreground "#4b5d73" :background "#000000"))))
- '(line-number-current-line ((t (:foreground "#e6ce88" :background "#000000"))))
- '(minibuffer-prompt ((t (:foreground "#a1b1c3" :background "#000000" :weight bold))))
- '(isearch ((t (:background "#2d2306"))))
- '(lazy-highlight ((t (:background "#2d2306"))))
- '(isearch-fail ((t (:foreground "#cb6b4d" :background "#000000" :weight bold))))
- '(show-paren-match ((t (:foreground "#000000" :background "#74932f"))))
+ '(fringe ((t (:foreground "#f3e7c5" :background "#100f0f" :weight bold))))
+ '(line-number ((t (:foreground "#4b5d73" :background "#100f0f"))))
+ '(line-number-current-line ((t (:foreground "#e6ce88" :background "#100f0f"))))
+ '(minibuffer-prompt ((t (:foreground "#a1b1c3" :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 "#000000" :underline t))))
- '(error ((t (:foreground "#cb6b4d" :background "#000000" :weight bold))))
- '(warning ((t (:foreground "#ab8d2e" :background "#000000" :weight bold))))
- '(success ((t (:foreground "#74932f" :background "#000000" :weight bold))))
- '(vertical-border ((t (:foreground "#303d4c" :background "#000000"))))
- '(org-document-title ((t (:foreground "#ab8d2e" :background "#000000" :weight bold :height 1.2))))
- '(org-document-info ((t (:foreground "#ab8d2e" :background "#000000" :height 1.15))))
- '(org-document-info-keyword ((t (:foreground "#7c838a" :background "#000000"))))
- '(org-level-1 ((t (:foreground "#c0cbd7" :background "#000000"))))
- '(org-level-2 ((t (:foreground "#cbd0d6" :background "#000000"))))
- '(org-level-3 ((t (:foreground "#8ea85e" :background "#000000"))))
- '(org-level-4 ((t (:foreground "#d88970" :background "#000000"))))
- '(org-level-5 ((t (:foreground "#e0c266" :background "#000000"))))
- '(org-level-6 ((t (:foreground "#cbd0d6" :background "#000000"))))
- '(org-level-7 ((t (:foreground "#8ea85e" :background "#000000"))))
- '(org-level-8 ((t (:foreground "#d88970" :background "#000000"))))
- '(org-headline-todo ((t (:foreground "#eddba7" :background "#000000"))))
- '(org-headline-done ((t (:foreground "#787c84" :background "#000000" :slant italic :strike-through t))))
- '(org-todo ((t (:foreground "#74932f" :background "#000000" :weight bold))))
- '(org-done ((t (:foreground "#787c84" :background "#000000" :weight bold))))
- '(org-priority ((t (:foreground "#a9b2bb" :background "#000000" :weight bold))))
- '(org-tag ((t (:foreground "#8ea85e" :background "#000000" :slant italic))))
- '(org-tag-group ((t (:foreground "#8ea85e" :background "#050506" :slant italic))))
- '(org-special-keyword ((t (:foreground "#9b9fa9" :background "#000000"))))
- '(org-drawer ((t (:foreground "#787c84" :background "#000000"))))
- '(org-property-value ((t (:foreground "#787c84" :background "#000000"))))
- '(org-checkbox ((t (:foreground "#a9b2bb" :background "#000000" :weight bold))))
- '(org-checkbox-statistics-todo ((t (:foreground "#e0c266" :background "#000000"))))
- '(org-checkbox-statistics-done ((t (:foreground "#787c84" :background "#000000" :slant italic))))
- '(org-warning ((t (:foreground "#cb6b4d" :background "#000000"))))
- '(org-link ((t (:foreground "#a1b1c3" :background "#000000" :underline t))))
- '(org-date ((t (:foreground "#a1b1c3" :background "#000000"))))
- '(org-block ((t (:foreground "#dce0e3" :background "#050506"))))
- '(org-block-begin-line ((t (:foreground "#8ea85e" :background "#000000"))))
- '(org-block-end-line ((t (:foreground "#8ea85e" :background "#000000"))))
- '(org-quote ((t (:foreground "#74932f" :background "#000000" :slant italic))))
+ '(link ((t (:foreground "#78a7db" :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"))))
+ '(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-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-special-keyword ((t (:foreground "#777980" :background "#100f0f"))))
+ '(org-drawer ((t (:foreground "#777980" :background "#100f0f"))))
+ '(org-property-value ((t (:foreground "#777980" :background "#100f0f"))))
+ '(org-checkbox ((t (:foreground "#a9b2bb" :background "#100f0f" :weight bold))))
+ '(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-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-row ((t (:foreground "#bac1c8" :background "#000000" :box (:line-width 1 :color "#000000")))))
+ '(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 "#585a60"))))
+ '(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-upcoming-distant-deadline ((t (:foreground "#cb6b4d"))))
+ '(org-imminent-deadline ((t (:foreground "#e4a693"))))
+ '(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))))
'(magit-section-heading-selection ((t (:foreground "#dab53d" :background "#264364"))))
@@ -195,7 +207,7 @@
'(mu4e-system-face ((t (:foreground "#5e6770" :slant italic))))
'(mu4e-highlight-face ((t (:foreground "#dab53d" :weight bold))))
'(mu4e-compose-separator-face ((t (:foreground "#5e6770"))))
- '(org-faces-todo ((t (:foreground "#78a7db" :weight bold))))
+ '(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))))
@@ -203,30 +215,30 @@
'(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 "#9b9fa9" :weight bold :strike-through t))))
- '(org-faces-cancelled ((t (:foreground "#9b9fa9" :weight bold :strike-through t))))
- '(org-faces-priority-a ((t (:foreground "#8498af" :background "#000000" :weight bold))))
- '(org-faces-priority-b ((t (:foreground "#74932f" :background "#000000" :weight bold))))
- '(org-faces-priority-c ((t (:foreground "#ab8d2e" :background "#000000" :weight bold))))
- '(org-faces-priority-d ((t (:foreground "#964e37" :background "#000000" :weight bold))))
- '(org-faces-todo-dim ((t (:foreground "#044e8c" :background "#000000"))))
- '(org-faces-project-dim ((t (:foreground "#044e8c" :background "#000000"))))
- '(org-faces-doing-dim ((t (:foreground "#546c20" :background "#000000"))))
- '(org-faces-waiting-dim ((t (:foreground "#044e8c" :background "#000000"))))
- '(org-faces-verify-dim ((t (:foreground "#546c20" :background "#000000"))))
- '(org-faces-stalled-dim ((t (:foreground "#544412" :background "#000000"))))
- '(org-faces-delegated-dim ((t (:foreground "#546c20" :background "#000000"))))
- '(org-faces-failed-dim ((t (:foreground "#653222" :background "#000000"))))
- '(org-faces-done-dim ((t (:foreground "#585a60" :background "#000000" :strike-through t))))
- '(org-faces-cancelled-dim ((t (:foreground "#585a60" :background "#000000" :strike-through t))))
- '(org-faces-priority-a-dim ((t (:foreground "#4b5d73" :background "#000000" :weight bold))))
- '(org-faces-priority-b-dim ((t (:foreground "#374712" :background "#000000" :weight bold))))
- '(org-faces-priority-c-dim ((t (:foreground "#544412" :background "#000000" :weight bold))))
- '(org-faces-priority-d-dim ((t (:foreground "#37180f" :background "#000000" :weight bold))))
+ '(org-faces-done ((t (:foreground "#777980" :background "#100f0f" :weight bold))))
+ '(org-faces-cancelled ((t (:foreground "#8e919a" :weight bold :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-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-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-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 "#000000" :background "#a9b2bb" :box (:line-width 1 :color "#bfc4d0")))))
+ '(ghostel-fake-cursor ((t (:foreground "#100f0f" :background "#a9b2bb" :box (:line-width 1 :color "#bfc4d0")))))
'(ghostel-fake-cursor-box ((t (:foreground "#bac1c8"))))
- '(ghostel-color-black ((t (:foreground "#9b9fa9"))))
+ '(ghostel-color-black ((t (:foreground "#8e919a"))))
'(ghostel-color-red ((t (:foreground "#ff0000"))))
'(ghostel-color-green ((t (:foreground "#73a06f"))))
'(ghostel-color-yellow ((t (:foreground "#ab8d2e"))))
@@ -242,13 +254,13 @@
'(ghostel-color-bright-magenta ((t (:foreground "#bea9dc"))))
'(ghostel-color-bright-cyan ((t (:foreground "#55c7e6"))))
'(ghostel-color-bright-white ((t (:foreground "#edeff1"))))
- '(auto-dim-other-buffers ((t (:foreground "#9b9fa9"))))
+ '(auto-dim-other-buffers ((t (:foreground "#8e919a"))))
'(auto-dim-other-buffers-hide ((t (:foreground "#53575c"))))
- '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#000000" :weight bold :slant italic))))
+ '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic))))
'(dashboard-text-banner ((t (:inherit default))))
- '(dashboard-heading ((t (:inherit font-lock-keyword-face :foreground "#67809c" :background "#000000" :weight bold :slant italic))))
+ '(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 "#000000"))))
+ '(dashboard-navigator ((t (:inherit font-lock-keyword-face :foreground "#cbd0d6" :background "#100f0f"))))
'(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))))
@@ -269,8 +281,8 @@
'(git-gutter:added ((t (:foreground "#74932f" :background "#74932f"))))
'(git-gutter:modified ((t (:foreground "#ab8d2e" :background "#ab8d2e"))))
'(git-gutter:deleted ((t (:foreground "#cb6b4d" :background "#cb6b4d"))))
- '(git-gutter:unchanged ((t (:foreground "#a9b2bb" :background "#000000"))))
- '(git-gutter:separator ((t (:foreground "#4b5d73" :background "#000000"))))
+ '(git-gutter:unchanged ((t (:foreground "#a9b2bb" :background "#100f0f"))))
+ '(git-gutter:separator ((t (:foreground "#4b5d73" :background "#100f0f"))))
'(flycheck-error ((t (:foreground "#cb6b4d"))))
'(flycheck-warning ((t (:foreground "#dab53d"))))
'(flycheck-info ((t (:foreground "#e4eaf8"))))
@@ -395,12 +407,12 @@
'(erc-bold-face ((t (:weight bold))))
'(erc-italic-face ((t (:slant italic))))
'(erc-underline-face ((t (:foreground "#a9b2bb" :underline t))))
- '(erc-inverse-face ((t (:foreground "#000000" :background "#a9b2bb"))))
- '(erc-spoiler-face ((t (:foreground "#000000" :background "#2f343a"))))
+ '(erc-inverse-face ((t (:foreground "#100f0f" :background "#a9b2bb"))))
+ '(erc-spoiler-face ((t (:foreground "#100f0f" :background "#2f343a"))))
'(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 "#000000" :background "#838d97"))))
+ '(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"))))
@@ -514,30 +526,30 @@
'(telega-reaction-chosen ((t (:foreground "#dab53d" :weight bold))))
'(telega-reaction-paid ((t (:foreground "#dab53d"))))
'(telega-reaction-paid-chosen ((t (:foreground "#dab53d" :weight bold))))
- '(telega-highlight-text-face ((t (:foreground "#000000" :background "#dab53d"))))
+ '(telega-highlight-text-face ((t (:foreground "#100f0f" :background "#dab53d"))))
'(telega-button-highlight ((t (:foreground "#dab53d" :weight bold))))
'(telega-chat-prompt ((t (:foreground "#e4eaf8" :weight bold))))
'(telega-chat-prompt-aux ((t (:foreground "#838d97"))))
'(telega-chat-input-attachment ((t (:foreground "#5d9b86"))))
'(telega-topic-button ((t (:foreground "#e4eaf8"))))
'(telega-filter-active ((t (:foreground "#dab53d" :weight bold))))
- '(telega-filter-button-active ((t (:foreground "#000000" :background "#dab53d"))))
+ '(telega-filter-button-active ((t (:foreground "#100f0f" :background "#dab53d"))))
'(telega-filter-button-inactive ((t (:foreground "#838d97"))))
'(telega-checklist-stats-done ((t (:foreground "#5d9b86"))))
'(telega-checklist-stats-todo ((t (:foreground "#838d97"))))
'(telega-box-button ((t (:foreground "#e4eaf8"))))
- '(telega-box-button-active ((t (:foreground "#000000" :background "#e4eaf8"))))
- '(telega-box-button-default-active ((t (:foreground "#000000" :background "#a9b2bb"))))
+ '(telega-box-button-active ((t (:foreground "#100f0f" :background "#e4eaf8"))))
+ '(telega-box-button-default-active ((t (:foreground "#100f0f" :background "#a9b2bb"))))
'(telega-box-button-default-passive ((t (:foreground "#838d97"))))
- '(telega-box-button-primary-active ((t (:foreground "#000000" :background "#e4eaf8"))))
+ '(telega-box-button-primary-active ((t (:foreground "#100f0f" :background "#e4eaf8"))))
'(telega-box-button-primary-passive ((t (:foreground "#e4eaf8"))))
- '(telega-box-button-success-active ((t (:foreground "#000000" :background "#2ba178"))))
+ '(telega-box-button-success-active ((t (:foreground "#100f0f" :background "#2ba178"))))
'(telega-box-button-success-passive ((t (:foreground "#5d9b86"))))
- '(telega-box-button-danger-active ((t (:foreground "#000000" :background "#cb6b4d"))))
+ '(telega-box-button-danger-active ((t (:foreground "#100f0f" :background "#cb6b4d"))))
'(telega-box-button-danger-passive ((t (:foreground "#cb6b4d"))))
- '(telega-box-button-ui-active ((t (:foreground "#000000" :background "#dab53d"))))
+ '(telega-box-button-ui-active ((t (:foreground "#100f0f" :background "#dab53d"))))
'(telega-box-button-ui-passive ((t (:foreground "#dab53d"))))
- '(telega-box-button2-active ((t (:foreground "#000000" :background "#e4eaf8"))))
+ '(telega-box-button2-active ((t (:foreground "#100f0f" :background "#e4eaf8"))))
'(telega-box-button2-passive ((t (:foreground "#838d97"))))
'(telega-box-button2-white-foreground ((t (:foreground "#e4eaf8"))))
'(telega-describe-item-title ((t (:foreground "#838d97" :weight bold))))
@@ -558,7 +570,7 @@
'(telega-webpage-outline ((t (:foreground "#5e6770"))))
'(telega-webpage-fixed ((t (:foreground "#cb6b4d"))))
'(telega-webpage-preformatted ((t (:foreground "#cb6b4d" :background "#1a1714"))))
- '(telega-webpage-marked ((t (:foreground "#000000" :background "#dab53d"))))
+ '(telega-webpage-marked ((t (:foreground "#100f0f" :background "#dab53d"))))
'(telega-webpage-strike-through ((t (:foreground "#5e6770" :strike-through t))))
'(telega-webpage-chat-link ((t (:foreground "#e4eaf8"))))
'(telega-link-preview-sitename ((t (:foreground "#838d97"))))
@@ -573,7 +585,7 @@
'(shr-link ((t (:foreground "#e4eaf8" :underline t))))
'(shr-selected-link ((t (:foreground "#dab53d" :weight bold :underline t))))
'(shr-code ((t (:foreground "#cb6b4d" :background "#1a1714"))))
- '(shr-mark ((t (:foreground "#000000" :background "#dab53d"))))
+ '(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))))