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

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

[nongnu] elpa/spacemacs-theme a9f0140c92 1/2: Add support for tab-line-m


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a9f0140c92 1/2: Add support for tab-line-mode
Date: Fri, 28 Jan 2022 10:59:12 -0500 (EST)

branch: elpa/spacemacs-theme
commit a9f0140c925e71d579031ce969e1e2b7e6a013d6
Author: yqu212 <yqu212@gmail.com>
Commit: yqu212 <yqu212@gmail.com>

    Add support for tab-line-mode
---
 spacemacs-common.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 4598d62efd..b2707b64b5 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -944,9 +944,13 @@ to 'auto, tags may not be properly aligned. "
 ;;;;; 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))))
 
+;;;;; tab-line-mode
+     `(tab-line ((,class (:foreground ,base :background ,bg1))))
+     `(tab-line-tab-current ((,class (:foreground ,base :background ,bg1 
:weight bold))))
+     `(tab-line-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]