Skip to content

Commit

Permalink
add tab-bar-mode theme, based on centaur-tabs face values
Browse files Browse the repository at this point in the history
  • Loading branch information
mattchrist committed Aug 25, 2020
1 parent 462ef2a commit abe42ad
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spacemacs-common.el
Expand Up @@ -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))))
Expand Down

0 comments on commit abe42ad

Please sign in to comment.