aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-19 09:57:00 -0400
committerCraig Jennings <c@cjennings.net>2026-06-19 09:57:00 -0400
commit0bab392b4e85e6b3a5a9bfa9ae345cb6a254f39a (patch)
tree4004f5a2b8c49d4e5b33488472026f9c5f1524e3 /themes
parentac552d5cc534cda5f3726c5848ed0162ca4cfd53 (diff)
downloaddotemacs-0bab392b4e85e6b3a5a9bfa9ae345cb6a254f39a.tar.gz
dotemacs-0bab392b4e85e6b3a5a9bfa9ae345cb6a254f39a.zip
chore(theme-studio): commit WIP theme edits and migrated working state
hl-line inherits highlight, mode-line-inactive inherits mode-line, and the dashboard title gains :height 1.15. WIP.json is reserialized under the expanded face model added this session.
Diffstat (limited to 'themes')
-rw-r--r--themes/WIP-theme.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el
index 5f4bda2ae..5411cd4be 100644
--- a/themes/WIP-theme.el
+++ b/themes/WIP-theme.el
@@ -37,11 +37,11 @@
'(font-lock-misc-punctuation-face ((t (:foreground "#dce0e3"))))
'(cursor ((t (:foreground "#100f0f" :background "#bac1c8"))))
'(region ((t (:foreground "#100f0f" :background "#ab8d2e"))))
- '(hl-line ((t (:background "#222223"))))
+ '(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")))))
- '(mode-line-inactive ((t (:foreground "#100f0f" :background "#100f0f"))))
'(mode-line-highlight ((t (:foreground "#e6ce88" :background "#424f5e"))))
+ '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :background "#100f0f"))))
'(fringe ((t (:foreground "#f3e7c5" :background "#100f0f" :weight bold))))
'(line-number ((t (:foreground "#54677d" :background "#100f0f"))))
'(line-number-current-line ((t (:foreground "#e6ce88" :background "#100f0f"))))
@@ -262,7 +262,7 @@
'(ghostel-color-bright-white ((t (:foreground "#edeff1"))))
'(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))))
+ '(dashboard-banner-logo-title ((t (:inherit default :foreground "#dab53d" :background "#100f0f" :weight bold :slant italic :height 1.15))))
'(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))))