aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-20 03:53:04 -0400
committerCraig Jennings <c@cjennings.net>2026-06-20 03:53:04 -0400
commitc81d39f26971cef69e8fccc821cfa230d21092e9 (patch)
tree62a370055c7cd5de95fd17778f209988457874ef /themes
parent5662248ad525006f33def1b1e658f4c4220a3e9a (diff)
downloaddotemacs-c81d39f26971cef69e8fccc821cfa230d21092e9.tar.gz
dotemacs-c81d39f26971cef69e8fccc821cfa230d21092e9.zip
chore(theme-studio): save WIP working state
Diffstat (limited to 'themes')
-rw-r--r--themes/WIP-theme.el25
1 files changed, 20 insertions, 5 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el
index 5411cd4be..090b31e4a 100644
--- a/themes/WIP-theme.el
+++ b/themes/WIP-theme.el
@@ -260,9 +260,24 @@
'(ghostel-color-bright-magenta ((t (:foreground "#bea9dc"))))
'(ghostel-color-bright-cyan ((t (:foreground "#6ba9bd"))))
'(ghostel-color-bright-white ((t (:foreground "#edeff1"))))
+ '(ansi-color-black ((t (:foreground "#100f0f" :background "#bfc4d0"))))
+ '(ansi-color-red ((t (:foreground "#cb6b4d"))))
+ '(ansi-color-green ((t (:foreground "#8ea85e"))))
+ '(ansi-color-yellow ((t (:foreground "#e0c266"))))
+ '(ansi-color-blue ((t (:foreground "#899bb1"))))
+ '(ansi-color-magenta ((t (:foreground "#9f80c9"))))
+ '(ansi-color-cyan ((t (:foreground "#47a0b7"))))
+ '(ansi-color-bright-black ((t (:inherit ansi-color-black :foreground "#363638" :weight bold))))
+ '(ansi-color-bright-red ((t (:inherit ansi-color-red :weight bold))))
+ '(ansi-color-bright-green ((t (:inherit ansi-color-green :weight bold))))
+ '(ansi-color-bright-yellow ((t (:inherit ansi-color-yellow :weight bold))))
+ '(ansi-color-bright-blue ((t (:inherit ansi-color-blue :weight bold))))
+ '(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))))
'(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.15))))
+ '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic :height 1.3))))
'(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))))
@@ -596,12 +611,12 @@
'(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-high-face ((t (:foreground "#dab53d" :weight bold))))
+ '(alert-low-face ((t (:foreground "#7ba1c5" :weight bold))))
+ '(alert-moderate-face ((t (:foreground "#a9be87"))))
'(alert-normal-face ((t (:foreground "#bac1c8"))))
'(alert-trivial-face ((t (:foreground "#9f80c9"))))
- '(alert-urgent-face ((t (:foreground "#a85b42"))))
+ '(alert-urgent-face ((t (:foreground "#cb6b4d"))))
'(company-echo ((t (:foreground "#bfc4d0" :background "#100f0f"))))
'(company-echo-common ((t (:foreground "#cb6b4d" :background "#100f0f"))))
'(company-preview ((t (:foreground "#bfc4d0" :background "#100f0f"))))