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

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

[nongnu] elpa/spacemacs-theme a09347a354 2/2: Merge pull request #192 fr


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme a09347a354 2/2: Merge pull request #192 from yqu212/master
Date: Fri, 28 Jan 2022 10:59:12 -0500 (EST)

branch: elpa/spacemacs-theme
commit a09347a354a14f5407e99fa730e01345d03e03fd
Merge: 45ba182eab a9f0140c92
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #192 from yqu212/master
    
    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]