emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/alect-themes 2459400 07/11: Add support for 'tab-bar-mode'


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 2459400 07/11: Add support for 'tab-bar-mode'
Date: Fri, 22 Oct 2021 02:57:33 -0400 (EDT)

branch: elpa/alect-themes
commit 24594003ab68fc31e5e92ae95034249b939a6450
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]