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

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

[nongnu] elpa/alect-themes 8812116 156/269: Add support for tabbar-mode


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 8812116 156/269: Add support for tabbar-mode
Date: Thu, 21 Oct 2021 17:59:09 -0400 (EDT)

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

    Add support for tabbar-mode
---
 alect-themes.el | 17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

diff --git a/alect-themes.el b/alect-themes.el
index 682617d..f3b1255 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -1335,14 +1335,15 @@ For INVERT, see `alect-get-color'."
          (syslog-ip    ((,c :foreground ,(gc 'yellow+1) :underline t)))
 
          ;; tabbar
-         (tabbar-button     ((,c :foreground ,(gc 'fg+1)
-                                 :background ,(gc 'bg-1))))
-         (tabbar-selected   ((,c :foreground ,(gc 'fg+1)
-                                 :background ,(gc 'bg-1)
-                                 :box (:line-width -1 :style pressed-button))))
-         (tabbar-unselected ((,c :foreground ,(gc 'fg+1)
-                                 :background ,(gc 'bg)
-                                 :box (:line-width -1 :style 
released-button))))
+         (tabbar-default          ((,c :inherit alect-tab-default)))
+         (tabbar-separator        ((,c :inherit tabbar-default)))
+         (tabbar-highlight        ((,c :inherit alect-tab-mouse)))
+         (tabbar-button           ((,c :inherit alect-button)))
+         (tabbar-button-highlight ((,c :inherit tabbar-highlight)))
+         (tabbar-unselected       ((,c :inherit alect-tab-unselected)))
+         (tabbar-selected         ((,c :inherit alect-tab-selected)))
+         (tabbar-modified         ((,c :inherit tabbar-unselected
+                                       :foreground ,(gc 'red+2))))
 
          ;; term
          (term-color-black       ((,c :foreground ,(gc 'bg-1)



reply via email to

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