branch: elpa/alect-themes
commit 8812116a739666abe907b218df029288a9d182f7
Author: Alex Kost <[email protected]>
Commit: Alex Kost <[email protected]>
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)