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

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

[nongnu] elpa/spacemacs-theme 1f5b03254d 325/336: Merge pull request #17


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 1f5b03254d 325/336: Merge pull request #179 from mattchrist/master
Date: Fri, 14 Jan 2022 10:59:49 -0500 (EST)

branch: elpa/spacemacs-theme
commit 1f5b03254de6bfa9645711f2b79781f5cca8d203
Merge: 462ef2ac16 abe42add3f
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    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

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