branch: elpa/spacemacs-theme
commit 1f5b03254de6bfa9645711f2b79781f5cca8d203
Merge: 462ef2ac16 abe42add3f
Author: Nasser Alshammari <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #179 from mattchrist/master
    
    feat: add tab-bar-mode theme (fixes #171)
---
 spacemacs-common.el | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1229508278..cbeac2b6f5 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -930,6 +930,12 @@ to 'auto, tags may not be properly aligned. "
      `(treemacs-git-modified-face ((,class (:foreground ,blue :background 
,blue-bg))))
      `(treemacs-git-untracked-face ((,class (:foreground ,aqua :background 
,aqua-bg))))
 
+;;;;; tab-bar-mode
+     `(tab-bar ((,class (:foreground ,base :background ,bg1))))
+     `(tab-bar-tab ((,class (:foreground ,base :background ,bg1 :weight 
bold))))
+     `(tab-line ((,class (:foreground ,base :background ,bg1))))
+     `(tab-bar-tab-inactive ((,class (:foreground ,base-dim :background ,bg2 
:weight light))))
+
 ;;;;; web-mode
      `(web-mode-builtin-face ((,class (:inherit ,font-lock-builtin-face))))
      `(web-mode-comment-face ((,class (:inherit ,font-lock-comment-face))))

Reply via email to