aboutsummaryrefslogtreecommitdiff
path: root/themes/WIP-theme.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-07-04 00:25:19 -0400
committerCraig Jennings <c@cjennings.net>2026-07-04 00:25:19 -0400
commit7ea4c30bb997e06608d68b01c36fca394ec8b140 (patch)
tree8e94bde4f7cf0aef3f459a8aab6a59f2569e494e /themes/WIP-theme.el
parent5567d582a65ef286c4e893cc2e30aaef9e184cd0 (diff)
downloaddotemacs-7ea4c30bb997e06608d68b01c36fca394ec8b140.tar.gz
dotemacs-7ea4c30bb997e06608d68b01c36fca394ec8b140.zip
chore(theme-studio): update WIP theme state
Diffstat (limited to 'themes/WIP-theme.el')
-rw-r--r--themes/WIP-theme.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/themes/WIP-theme.el b/themes/WIP-theme.el
index 860aa919..e3b8f371 100644
--- a/themes/WIP-theme.el
+++ b/themes/WIP-theme.el
@@ -39,9 +39,11 @@
'(region ((t (:background "#424f5e"))))
'(hl-line ((t (:inherit highlight :background "#222223"))))
'(highlight ((t (:foreground "#dab53d" :background "#424f5e" :distant-foreground "#100f0f"))))
- '(mode-line ((t (:foreground "#cbd0d6" :background "#424f5e" :height 130 :box (:line-width 1 :color "#a9b2bb")))))
- '(mode-line-highlight ((t (:foreground "#e6ce88" :background "#424f5e"))))
- '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :box (:line-width 1 :color "#54677d")))))
+ '(mode-line ((t (:foreground "#cbd0d6" :background "#303842" :height 130 :box (:line-width 1 :color "#7c838a")))))
+ '(mode-line-highlight ((t (:foreground "#e6ce88" :background "#303842"))))
+ '(mode-line-inactive ((t (:inherit mode-line :foreground "#100f0f" :background "#100f0f" :distant-foreground "#100f0f" :height 2 :box (:line-width 1 :color "#7c838a")))))
+ '(tab-bar ((t (:height 130))))
+ '(tab-line ((t (:height 130))))
'(fringe ((t (:foreground "#f3e7c5" :weight bold))))
'(line-number ((t (:foreground "#54677d" :height 130))))
'(line-number-current-line ((t (:foreground "#e6ce88" :height 130))))
@@ -56,8 +58,6 @@
'(warning ((t (:foreground "#ab8d2e" :weight bold))))
'(success ((t (:foreground "#74932f" :weight bold))))
'(vertical-border ((t (:foreground "#4a4b4f"))))
- '(tab-bar ((t (:height 130))))
- '(tab-line ((t (:height 130))))
'(org-document-title ((t (:foreground "#ab8d2e" :background "#100f0f" :weight bold :height 1.2))))
'(org-document-info ((t (:foreground "#ab8d2e" :background "#100f0f" :height 1.15))))
'(org-document-info-keyword ((t (:foreground "#7c838a" :background "#100f0f"))))