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

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

[nongnu] elpa/spacemacs-theme d492766eec 288/336: Added selected modifie


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme d492766eec 288/336: Added selected modified theme for tabbar
Date: Fri, 14 Jan 2022 10:59:45 -0500 (EST)

branch: elpa/spacemacs-theme
commit d492766eec40247763c1e41e06ae0fb3848bbc5c
Author: Emmanuel Bustos Torres <ema2159@gmail.com>
Commit: GitHub <noreply@github.com>

    Added selected modified theme for tabbar
---
 spacemacs-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 8b9872d079..62b5b041ad 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -849,6 +849,7 @@ to 'auto, tags may not be properly aligned. "
      `(tabbar-default ((,class (:background ,bg1 :foreground ,head1 :height 
0.9))))
      `(tabbar-highlight ((,class (:underline t))))
      `(tabbar-selected ((,class (:inherit tabbar-default :foreground ,func 
:weight bold))))
+     `(tabbar-selected-modified ((,class (:inherit tabbar-default :foreground 
,red :weight bold))))
      `(tabbar-separator ((,class (:inherit tabbar-default))))
      `(tabbar-unselected ((,class (:inherit tabbar-default :background ,bg1 
:slant italic :weight light))))
      `(tabbar-unselected-modified ((,class (:inherit tabbar-unselected 
:background ,bg1 :foreground ,red))))



reply via email to

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