From 7ea4c30bb997e06608d68b01c36fca394ec8b140 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sat, 4 Jul 2026 00:25:19 -0400 Subject: chore(theme-studio): update WIP theme state --- themes/WIP-theme.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'themes') 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")))) -- cgit v1.2.3