diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-25 23:02:47 -0400 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-25 23:02:47 -0400 |
| commit | 3f0a979501067d72bcd5e6b86fa33cc3ba3ea9dd (patch) | |
| tree | c68280773060bff390a65a0eb41ba7377c1e3f85 /themes/WIP-theme.el | |
| parent | c99fad28fa57150ae684dc98c4112f50b51b5b27 (diff) | |
| download | dotemacs-3f0a979501067d72bcd5e6b86fa33cc3ba3ea9dd.tar.gz dotemacs-3f0a979501067d72bcd5e6b86fa33cc3ba3ea9dd.zip | |
chore(theme): save WIP theme state
Diffstat (limited to 'themes/WIP-theme.el')
| -rw-r--r-- | themes/WIP-theme.el | 26 |
1 files changed, 24 insertions, 2 deletions
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")))) |
