branch: elpa/spacemacs-theme
commit 1896542cd81a015d0caaafef202f4de45418c5a2
Author: Emmanuel de Jesus Bustos Torres <[email protected]>
Commit: Emmanuel de Jesus Bustos Torres <[email protected]>

    Added unselected modified face
---
 spacemacs-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/spacemacs-common.el b/spacemacs-common.el
index d439a2f881..8b9872d079 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -851,6 +851,7 @@ to 'auto, tags may not be properly aligned. "
      `(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))))
+     `(tabbar-unselected-modified ((,class (:inherit tabbar-unselected 
:background ,bg1 :foreground ,red))))
 
 ;;;;; term
      `(term ((,class (:foreground ,base :background ,bg1))))

Reply via email to