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

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

[nongnu] elpa/spacemacs-theme 069cb4c14e 184/336: Little formatting for


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 069cb4c14e 184/336: Little formatting for the last PR
Date: Fri, 14 Jan 2022 10:59:33 -0500 (EST)

branch: elpa/spacemacs-theme
commit 069cb4c14e33270a6316fa7e60a1cee20eb7f13e
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    Little formatting for the last PR
---
 spacemacs-common.el | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index 672ddc0c71..b1d0c383d9 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -654,6 +654,15 @@
      `(swiper-match-face-3 ((,class (:foreground ,head4 :underline t))))
      `(swiper-match-face-4 ((,class (:foreground ,head3 :underline t))))
 
+;;;;; 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))))
+
 ;;;;; term
      `(term ((,class (:foreground ,base :background ,bg1))))
      `(term-color-black ((,class (:foreground ,bg4))))
@@ -701,15 +710,6 @@
      `(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]