solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit 91788f32acb3a0b1c2d8a311f47a80ce6211f9c7
parent a717041bfc2bcf8d518f4ea8d19c8ece1823185e
Author: Nathan McCarty <nathan@mccarty.io>
Date:   Sat, 31 Jul 2021 22:24:47 -0400

Add centaur-tabs support

Add theming for centaur-tabs faces

Diffstat:
Msolarized-faces.el | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/solarized-faces.el b/solarized-faces.el @@ -1774,7 +1774,15 @@ `(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))))) - +;;;;; centaur-tabs + `(centaur-tabs-default ((t (:background ,base03 :foreground ,base0 :box nil)))) + `(centaur-tabs-selected ((t (:background ,base03 :foreground ,base1 :box nil)))) + `(centaur-tabs-unselected ((t (:background ,base02 :foreground ,base01 :box nil)))) + `(centaur-tabs-selected-modified ((t (:background ,base03 :foreground ,orange :box nil)))) + `(centaur-tabs-unselected-modified ((t (:background ,base02 :foreground ,orange :box nil)))) + `(centaur-tabs-active-bar-face ((t (:background ,yellow :box nil)))) + `(centaur-tabs-modified-marker-selected ((t (:inherit 'centaur-tabs-selected-modified :foreground ,yellow :box nil)))) + `(centaur-tabs-modified-marker-unselected ((t (:inherit 'centaur-tabs-unselected-modified :foreground ,yellow :box nil)))) ;;;;; table `(table-cell ((,class (:foreground ,base0 :background ,base02)))) ;;;;; term