branch: elpa/spacemacs-theme
commit e728abe37e6691931b411944bd77b760d6d354b8
Merge: 30068e248b d30ff5c23e
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #67 from surya46584/master
add tabbar faces
---
spacemacs-common.el | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1a71d53980..672ddc0c71 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -701,6 +701,15 @@
`(whitespace-tab ((,class (:background nil))))
`(whitespace-trailing ((,class (:background ,err :foreground ,war))))
+;;;;; tabbar
+ `(tabbar-default ((,class (:background ,bg1 :foreground ,head1
:height 0.9))))
+ `(tabbar-button ((,class (:inherit tabbar-default ))))
+ `(tabbar-button-highlight ((,class (:inherit tabbar-default))))
+ `(tabbar-highlight ((,class (:underline t))))
+ `(tabbar-selected ((,class (:inherit tabbar-default :foreground
,func :weight bold))))
+ `(tabbar-separator ((,class (:inherit tabbar-default))))
+ `(tabbar-unselected ((,class (:inherit tabbar-default :background
,bg1 :slant italic :weight light))))
+
;;;;; other, need more work
`(ac-completion-face ((,class (:underline t :foreground ,keyword))))
`(ffap ((,class (:foreground ,base))))