branch: elpa/spacemacs-theme
commit 89f8c9e20e4554ede5599d36e81496256708d88c
Merge: d4b53d31bd d492766eec
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #135 from ema2159/add_unselected_modified_face
Added selected/unselected modified face for tabbar
Thanks @ema2159
---
spacemacs-common.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 534de27ad0..d74cd620e5 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -849,8 +849,10 @@ 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))))
;;;;; term
`(term ((,class (:foreground ,base :background ,bg1))))