diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-30 08:11:14 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-30 08:11:14 -0400 |
| commit | b7e4c817dbe278831015b8b406d60a4f42ae5160 (patch) | |
| tree | b8893e4d1d76bc8c33bc02165de6f50e49f9938e /themes | |
| parent | da5bff1deb1ee8428fe5f14f8c795cf1559f104a (diff) | |
| download | dotemacs-b7e4c817dbe278831015b8b406d60a4f42ae5160.tar.gz dotemacs-b7e4c817dbe278831015b8b406d60a4f42ae5160.zip | |
chore(theme-studio): commit WIP theme snapshot
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/WIP-theme.el | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index 843537d20..5bb25be8b 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -51,7 +51,7 @@ '(isearch-fail ((t (:foreground "#cb6b4d" :weight bold)))) '(show-paren-match ((t (:foreground "#100f0f" :background "#74932f")))) '(show-paren-mismatch ((t (:foreground "#edeff1" :background "#cb6b4d")))) - '(link ((t (:foreground "#5f8bf9" :underline t)))) + '(link ((t (:foreground "#5178db" :underline t)))) '(error ((t (:foreground "#cb6b4d" :weight bold)))) '(warning ((t (:foreground "#ab8d2e" :weight bold)))) '(success ((t (:foreground "#74932f" :weight bold)))) @@ -265,8 +265,6 @@ '(eat-term-color-magenta ((t (:foreground "#8255b5")))) '(eat-term-color-cyan ((t (:foreground "#88b2c3")))) '(eat-term-color-white ((t (:foreground "#bfc4d0")))) - '(eat-term-color-22 ((t (:foreground "#002f00")))) - '(eat-term-color-52 ((t (:foreground "#2f0000")))) '(eat-term-color-bright-black ((t (:foreground "#8e919a" :weight bold)))) '(eat-term-color-bright-red ((t (:foreground "#cb6b4d" :weight bold)))) '(eat-term-color-bright-green ((t (:foreground "#74932f" :weight bold)))) @@ -281,6 +279,8 @@ '(eat-shell-prompt-annotation-success ((t (:foreground "#74932f")))) '(eat-shell-prompt-annotation-running ((t (:foreground "#dab53d")))) '(eat-shell-prompt-annotation-failure ((t (:foreground "#a85b42")))) + '(eat-term-color-22 ((t (:foreground "#002f00")))) + '(eat-term-color-52 ((t (:foreground "#2f0000")))) '(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 :height 1.25)))) @@ -406,6 +406,13 @@ '(calibredb-mouse-face ((t (:background "#363638")))) '(calibredb-title-detailed-view-face ((t (:foreground "#dab53d" :weight bold)))) '(calibredb-edit-annotation-header-title-face ((t (:foreground "#bfc4d0" :weight bold)))) + '(cj/nov-reading-sepia ((t (:foreground "#ab8d2e")))) + '(cj/nov-reading-dark ((t (:foreground "#7c838a")))) + '(cj/nov-reading-light ((t (:foreground "#100f0f" :background "#7c838a")))) + '(cj/nov-reading-sepia-heading ((t (:inherit cj/nov-reading-sepia :foreground "#54677d" :height 1.2)))) + '(cj/nov-reading-sepia-link ((t (:foreground "#5178db" :underline t)))) + '(cj/nov-reading-dark-link ((t (:inherit cj/nov-reading-dark :foreground "#5178db" :underline t)))) + '(cj/nov-reading-light-link ((t (:foreground "#5178db" :underline t)))) '(erc-header-line ((t (:foreground "#e4eaf8" :background "#2f343a" :weight bold)))) '(erc-timestamp-face ((t (:foreground "#5e6770")))) '(erc-notice-face ((t (:foreground "#838d97")))) @@ -607,7 +614,7 @@ '(shr-h5 ((t (:foreground "#777980" :weight bold)))) '(shr-h6 ((t (:foreground "#606267" :weight bold)))) '(shr-text ((t (:foreground "#a9b2bb")))) - '(shr-link ((t (:foreground "#5f8bf9" :underline t)))) + '(shr-link ((t (:foreground "#5178db" :underline t)))) '(shr-selected-link ((t (:foreground "#777980" :weight bold :underline t)))) '(shr-code ((t (:foreground "#cb6b4d")))) '(shr-mark ((t (:foreground "#100f0f" :background "#dab53d")))) |
