branch: elpa/spacemacs-theme
commit d492766eec40247763c1e41e06ae0fb3848bbc5c
Author: Emmanuel Bustos Torres <[email protected]>
Commit: GitHub <[email protected]>
Added selected modified theme for tabbar
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8b9872d079..62b5b041ad 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -849,6 +849,7 @@ to 'auto, tags may not be properly aligned. "
`(tabbar-default ((,class (:background ,bg1 :foreground ,head1 :height
0.9))))
`(tabbar-highlight ((,class (:underline t))))
`(tabbar-selected ((,class (:inherit tabbar-default :foreground ,func
:weight bold))))
+ `(tabbar-selected-modified ((,class (:inherit tabbar-default :foreground
,red :weight bold))))
`(tabbar-separator ((,class (:inherit tabbar-default))))
`(tabbar-unselected ((,class (:inherit tabbar-default :background ,bg1
:slant italic :weight light))))
`(tabbar-unselected-modified ((,class (:inherit tabbar-unselected
:background ,bg1 :foreground ,red))))