branch: elpa/alect-themes
commit 24594003ab68fc31e5e92ae95034249b939a6450
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
Add support for 'tab-bar-mode'
---
alect-themes.el | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/alect-themes.el b/alect-themes.el
index d78bda0..46cee88 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1639,6 +1639,12 @@ For INVERT, see `alect-get-color'."
(syslog-su ((,c :foreground ,(gc 'cyan))))
(syslog-ip ((,c :foreground ,(gc 'yellow+1) :underline t)))
+ ;; tab-bar
+ (tab-line ((,c :inherit header-line)))
+ (tab-bar ((,c :inherit alect-tab-default)))
+ (tab-bar-tab ((,c :inherit alect-tab-selected)))
+ (tab-bar-tab-inactive ((,c :inherit alect-tab-unselected)))
+
;; tabbar
(tabbar-default ((,c :inherit alect-tab-default)))
(tabbar-separator ((,c :inherit tabbar-default)))