branch: elpa/spacemacs-theme
commit 069cb4c14e33270a6316fa7e60a1cee20eb7f13e
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Little formatting for the last PR
---
spacemacs-common.el | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 672ddc0c71..b1d0c383d9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -654,6 +654,15 @@
`(swiper-match-face-3 ((,class (:foreground ,head4 :underline t))))
`(swiper-match-face-4 ((,class (:foreground ,head3 :underline t))))
+;;;;; 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))))
+
;;;;; term
`(term ((,class (:foreground ,base :background ,bg1))))
`(term-color-black ((,class (:foreground ,bg4))))
@@ -701,15 +710,6 @@
`(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))))