From 3f0a979501067d72bcd5e6b86fa33cc3ba3ea9dd Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 25 Jun 2026 23:02:47 -0400 Subject: chore(theme): save WIP theme state --- scripts/theme-studio/WIP.json | 189 ++++++++++++++++++++++++++++++++++++++++-- themes/WIP-theme.el | 26 +++++- 2 files changed, 207 insertions(+), 8 deletions(-) diff --git a/scripts/theme-studio/WIP.json b/scripts/theme-studio/WIP.json index 23a0ff46e..935c7cc88 100644 --- a/scripts/theme-studio/WIP.json +++ b/scripts/theme-studio/WIP.json @@ -788,8 +788,8 @@ "height": null }, "region": { - "fg": "#100f0f", - "bg": "#ab8d2e", + "fg": null, + "bg": "#4a4b4f", "distant-fg": null, "family": null, "weight": null, @@ -1154,8 +1154,6 @@ "num", "ui:lazy-highlight", "ui:isearch", - "ui:hl-line", - "ui:highlight", "str", "esc", "re", @@ -1497,7 +1495,6 @@ "pkg:dired:dired-flagged", "pkg:dired:dired-ignored", "pkg:dired:dired-warning", - "ui:region", "ui:mode-line-inactive", "pkg:nerd-icons:nerd-icons-blue", "pkg:nerd-icons:nerd-icons-blue-alt", @@ -1532,7 +1529,31 @@ "pkg:nerd-icons:nerd-icons-red-alt", "pkg:nerd-icons:nerd-icons-silver", "pkg:nerd-icons:nerd-icons-yellow", - "pkg:nerd-icons:nerd-icons-lpink" + "pkg:nerd-icons:nerd-icons-lpink", + "pkg:eat:eat-term-color-white", + "pkg:eat:eat-term-color-green", + "pkg:eat:eat-shell-prompt-annotation-failure", + "pkg:eat:eat-shell-prompt-annotation-success", + "pkg:eat:eat-shell-prompt-annotation-running", + "pkg:eat:eat-term-bold", + "pkg:eat:eat-term-italic", + "pkg:eat:eat-term-color-yellow", + "pkg:eat:eat-term-color-blue", + "pkg:eat:eat-term-color-red", + "pkg:eat:eat-term-faint", + "pkg:eat:eat-term-color-magenta", + "pkg:eat:eat-term-color-cyan", + "pkg:eat:eat-term-color-bright-black", + "pkg:eat:eat-term-color-black", + "pkg:eat:eat-term-color-bright-white", + "pkg:eat:eat-term-color-bright-cyan", + "pkg:eat:eat-term-color-bright-magenta", + "pkg:eat:eat-term-color-bright-blue", + "pkg:eat:eat-term-color-bright-yellow", + "pkg:eat:eat-term-color-bright-green", + "pkg:eat:eat-term-color-bright-red", + "pkg:eat:eat-term-slow-blink", + "pkg:eat:eat-term-fast-blink" ], "packages": { "org-mode": { @@ -3600,6 +3621,162 @@ "source": "user" } }, + "eat": { + "eat-term-color-black": { + "fg": "#100f0f", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-red": { + "fg": "#cb6b4d", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-green": { + "fg": "#74932f", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-yellow": { + "fg": "#e6ce88", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-blue": { + "fg": "#67809c", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-magenta": { + "fg": "#8255b5", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-cyan": { + "fg": "#88b2c3", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-white": { + "fg": "#bfc4d0", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-black": { + "fg": "#8e919a", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-red": { + "fg": "#cb6b4d", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-green": { + "fg": "#74932f", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-yellow": { + "fg": "#e6ce88", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-blue": { + "fg": "#899bb1", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-magenta": { + "fg": "#8255b5", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-cyan": { + "fg": "#6ba9bd", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-color-bright-white": { + "fg": "#a9b2bb", + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-bold": { + "fg": null, + "bg": null, + "weight": "bold", + "inherit": null, + "source": "user" + }, + "eat-term-faint": { + "fg": "#777980", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-italic": { + "fg": null, + "bg": null, + "slant": "italic", + "inherit": null, + "source": "user" + }, + "eat-term-slow-blink": { + "fg": null, + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-term-fast-blink": { + "fg": null, + "bg": null, + "inherit": null, + "source": "default" + }, + "eat-shell-prompt-annotation-success": { + "fg": "#74932f", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-shell-prompt-annotation-running": { + "fg": "#dab53d", + "bg": null, + "inherit": null, + "source": "user" + }, + "eat-shell-prompt-annotation-failure": { + "fg": "#a85b42", + "bg": null, + "inherit": null, + "source": "user" + } + }, "auto-dim-other-buffers": { "auto-dim-other-buffers": { "fg": "#777980", diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el index bac8f5071..018241dfb 100644 --- a/themes/WIP-theme.el +++ b/themes/WIP-theme.el @@ -36,7 +36,7 @@ '(font-lock-delimiter-face ((t (:foreground "#dce0e3")))) '(font-lock-misc-punctuation-face ((t (:foreground "#dce0e3")))) '(cursor ((t (:foreground "#100f0f" :background "#bac1c8")))) - '(region ((t (:foreground "#100f0f" :background "#ab8d2e")))) + '(region ((t (:background "#4a4b4f")))) '(hl-line ((t (:inherit highlight :background "#222223")))) '(highlight ((t (:foreground "#eddba7" :weight bold)))) '(mode-line ((t (:foreground "#cbd0d6" :background "#424f5e" :box (:line-width 1 :color "#a9b2bb"))))) @@ -275,6 +275,28 @@ '(ansi-color-bright-magenta ((t (:inherit ansi-color-bright-magenta :weight bold)))) '(ansi-color-bright-cyan ((t (:inherit ansi-color-cyan :weight bold)))) '(ansi-color-bright-white ((t (:inherit ansi-color-bright-white :weight bold)))) + '(eat-term-color-black ((t (:foreground "#100f0f")))) + '(eat-term-color-red ((t (:foreground "#cb6b4d")))) + '(eat-term-color-green ((t (:foreground "#74932f")))) + '(eat-term-color-yellow ((t (:foreground "#e6ce88")))) + '(eat-term-color-blue ((t (:foreground "#67809c")))) + '(eat-term-color-magenta ((t (:foreground "#8255b5")))) + '(eat-term-color-cyan ((t (:foreground "#88b2c3")))) + '(eat-term-color-white ((t (:foreground "#bfc4d0")))) + '(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)))) + '(eat-term-color-bright-yellow ((t (:foreground "#e6ce88" :weight bold)))) + '(eat-term-color-bright-blue ((t (:foreground "#899bb1" :weight bold)))) + '(eat-term-color-bright-magenta ((t (:foreground "#8255b5" :weight bold)))) + '(eat-term-color-bright-cyan ((t (:foreground "#6ba9bd" :weight bold)))) + '(eat-term-color-bright-white ((t (:foreground "#a9b2bb" :weight bold)))) + '(eat-term-bold ((t (:weight bold)))) + '(eat-term-faint ((t (:foreground "#777980")))) + '(eat-term-italic ((t (:slant italic)))) + '(eat-shell-prompt-annotation-success ((t (:foreground "#74932f")))) + '(eat-shell-prompt-annotation-running ((t (:foreground "#dab53d")))) + '(eat-shell-prompt-annotation-failure ((t (:foreground "#a85b42")))) '(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)))) @@ -630,7 +652,7 @@ '(nerd-icons-lgreen ((t (:foreground "#a9be87")))) '(nerd-icons-lmaroon ((t (:foreground "#a85b42")))) '(nerd-icons-lorange ((t (:foreground "#cb8b7a")))) - '(nerd-icons-lpink ((t (:foreground "#ff505b")))) + '(nerd-icons-lpink ((t (:foreground "#c99990")))) '(nerd-icons-lpurple ((t (:foreground "#9f80c9")))) '(nerd-icons-lred ((t (:foreground "#cb7b64")))) '(nerd-icons-lsilver ((t (:foreground "#bac1c8")))) -- cgit v1.2.3