summaryrefslogtreecommitdiff
path: root/themes/blendoit-light-theme.el
diff options
context:
space:
mode:
authorBlendoit <blendoit@gmail.com>2020-11-03 23:04:16 -0800
committerBlendoit <blendoit@gmail.com>2020-11-03 23:04:16 -0800
commita64eebaff27bfc41313a8d3149c24369c21de3d0 (patch)
treed50bcbdb6600892c9880ebb44601797b8cd53aa6 /themes/blendoit-light-theme.el
parent6e3eb5e3e221c6f30a49825d6d7b0c752719b52c (diff)
Header and mode line, global-tab-line-mode,
Diffstat (limited to 'themes/blendoit-light-theme.el')
-rw-r--r--themes/blendoit-light-theme.el14
1 files changed, 8 insertions, 6 deletions
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)
Copyright 2019--2024 Marius PETER