emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme abe42add3f 324/336: add tab-bar-mode theme


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme abe42add3f 324/336: add tab-bar-mode theme, based on centaur-tabs face values
Date: Fri, 14 Jan 2022 10:59:48 -0500 (EST)

branch: elpa/spacemacs-theme
commit abe42add3f478a47011ce6579c9cc2b46e1d941f
Author: Matt Christ <matt@christ.systems>
Commit: Matt Christ <matt@christ.systems>

    add tab-bar-mode theme, based on centaur-tabs face values
---
 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

[Prev in Thread] Current Thread [Next in Thread]