commit 9112ce32bd57ddd2b172d9a7263a8496b1d9e40e
parent c1f3ace8cb891b10f890d1bb7e696bb18ec520d0
Author: Emmanuel Bustos Torres <ema2159@gmail.com>
Date: Mon, 13 May 2019 00:57:34 -0600
Add support for theming tabbar plugin (#328)
Diffstat:
1 file changed, 11 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -2044,6 +2044,17 @@ customize the resulting theme."
;;;;;; misc
`(sr-clex-hotchar-face ((,class (:background ,red :foreground ,base03
:weight bold))))
+;;;;; tabbar
+ `(tabbar-default ((,class (:foreground ,base03 :background ,base03))))
+ `(tabbar-highlight ((,class (:underline t))))
+ `(tabbar-button ((,class (:foreground ,base3 :background ,base03))))
+ `(tabbar-button-highlight ((,class (:inherit 'tabbar-button :inverse-video t))))
+ `(tabbar-modified ((,class (:inherit tabbar-button :foreground ,blue :weight light :slant italic))))
+ `(tabbar-unselected ((,class (:inherit tabbar-default :background ,base02 :slant italic :underline nil :box (:line-width 1 :color ,base03)))))
+ `(tabbar-unselected-modified ((,class (:inherit tabbar-modified :background ,base02 :underline nil :box (:line-width 1 :color ,base03)))))
+ `(tabbar-selected ((,class (:inherit tabbar-default :foreground ,base3 :background ,base03 :weight bold :underline nil :box (:line-width 1 :color ,base03)))))
+ `(tabbar-selected-modified ((,class (:inherit tabbar-selected :foreground ,blue :underline nil :box (:line-width 1 :color ,base03)))))
+
;;;;; table
`(table-cell ((,class (:foreground ,base0 :background ,base02))))
;;;;; term