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

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

[nongnu] elpa/spacemacs-theme 89f8c9e20e 294/336: Merge pull request #13


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 89f8c9e20e 294/336: Merge pull request #135 from ema2159/add_unselected_modified_face
Date: Fri, 14 Jan 2022 10:59:46 -0500 (EST)

branch: elpa/spacemacs-theme
commit 89f8c9e20e4554ede5599d36e81496256708d88c
Merge: d4b53d31bd d492766eec
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #135 from ema2159/add_unselected_modified_face
    
    Added selected/unselected modified face for tabbar
    Thanks @ema2159
---
 spacemacs-common.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 534de27ad0..d74cd620e5 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -849,8 +849,10 @@ 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))))
 
 ;;;;; term
      `(term ((,class (:foreground ,base :background ,bg1))))



reply via email to

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