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

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

[nongnu] elpa/spacemacs-theme e728abe37e 183/336: Merge pull request #67


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme e728abe37e 183/336: Merge pull request #67 from surya46584/master
Date: Fri, 14 Jan 2022 10:59:33 -0500 (EST)

branch: elpa/spacemacs-theme
commit e728abe37e6691931b411944bd77b760d6d354b8
Merge: 30068e248b d30ff5c23e
Author: Nasser Alshammari <designernasser@gmail.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #67 from surya46584/master
    
    add tabbar faces
---
 spacemacs-common.el | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 1a71d53980..672ddc0c71 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -701,6 +701,15 @@
      `(whitespace-tab ((,class (:background nil))))
      `(whitespace-trailing ((,class (:background ,err :foreground ,war))))
 
+;;;;; tabbar
+            `(tabbar-default ((,class (:background ,bg1 :foreground ,head1 
:height 0.9))))
+            `(tabbar-button ((,class (:inherit tabbar-default ))))
+            `(tabbar-button-highlight ((,class (:inherit tabbar-default))))
+            `(tabbar-highlight ((,class (:underline t))))
+            `(tabbar-selected ((,class (:inherit tabbar-default :foreground 
,func :weight bold))))
+            `(tabbar-separator ((,class (:inherit tabbar-default))))
+            `(tabbar-unselected ((,class (:inherit tabbar-default :background 
,bg1 :slant italic :weight light))))
+
 ;;;;; other, need more work
      `(ac-completion-face ((,class (:underline t :foreground ,keyword))))
      `(ffap ((,class (:foreground ,base))))



reply via email to

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