From a64eebaff27bfc41313a8d3149c24369c21de3d0 Mon Sep 17 00:00:00 2001 From: Blendoit Date: Tue, 3 Nov 2020 23:04:16 -0800 Subject: Header and mode line, global-tab-line-mode, --- themes/blendoit-light-theme.el | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'themes') diff --git a/themes/blendoit-light-theme.el b/themes/blendoit-light-theme.el index 6d19a22..6da5113 100644 --- a/themes/blendoit-light-theme.el +++ b/themes/blendoit-light-theme.el @@ -29,9 +29,9 @@ '(font-lock-variable-name-face ((t (:foreground "sienna")))) '(font-lock-warning-face ((t (:inherit (error))))) '(fringe ((t (:background "grey95")))) - '(header-line ((t (:box nil :inherit mode-line :background "grey90" :foreground "grey20")))) + '(header-line ((t (:box nil :inherit mode-line :background "steel blue" :foreground "white")))) '(tooltip ((t (:foreground "black" :background "lightyellow" :inherit (variable-pitch))))) - '(mode-line ((t (:family "Hack" :background "steel blue" :foreground "white" :box (:line-width -1 :style released-button))))) + '(mode-line ((t (:box (:line-width -1 :style released-button) :foreground "white" :background "steel blue" :height 1.2 :family "Hack")))) '(mode-line-buffer-id ((t (:weight bold)))) '(mode-line-emphasis ((t (:weight bold)))) '(mode-line-highlight ((t (:box (:line-width 2 :color "grey40" :style released-button))))) @@ -79,11 +79,13 @@ '(org-date ((t (:foreground "steel blue" :family "Hermit")))) '(Info-quoted ((t (:inherit org-block)))) '(org-priority ((t (:weight bold :inherit org-meta-line)))) - '(powerline-active1 ((t (:inherit mode-line :background "grey17" :foreground "white" :family "Hack")))) - '(powerline-active2 ((t (:inherit (mode-line) :foreground "white" :background "grey40")))) - '(powerline-inactive1 ((t (:inherit mode-line-inactive :background "grey11" :family "Hack")))) - '(powerline-inactive2 ((t (:inherit (mode-line-inactive) :background "grey20")))) '(org-drawer ((t (:inherit org-meta-line)))) + '(tab-line ((t (:background "gainsboro" :family "Hack")))) + '(tab-line-tab ((default (:inherit (tab-line))) (((class color) (min-colors 88)) (:box (:line-width 1 :color nil :style released-button))) (t (:inverse-video nil)))) + '(tab-line-tab-inactive ((t (:inherit tab-line-tab :background "white" :foreground "steel blue")))) + '(tab-line-tab-current ((t (:inherit tab-line-tab :background "grey85" :foreground "red")))) + '(tab-line-close-highlight ((t (:foreground "red")))) + '(tab-line-highlight ((default (:inherit (tab-line-tab))))) '(default ((t (:background "white" :foreground "black" :height 140 :family "Hack"))))) (provide-theme 'blendoit-light) -- cgit v1.2.3