From 1165856c53d605104cfe5402056af0fbbce5a681 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 16 Jun 2025 22:57:45 +0200 Subject: Theme hovered tabs --- .config/emacs/eighters-theme.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/emacs/eighters-theme.el b/.config/emacs/eighters-theme.el index c2d2c0c..b181e9d 100644 --- a/.config/emacs/eighters-theme.el +++ b/.config/emacs/eighters-theme.el @@ -446,9 +446,11 @@ `(success ((t (:foreground ,fg-blue :weight bold)))) `(tab-bar ((t (:background ,bg-hl-dimmer :inherit eighters-ui)))) `(tab-bar-tab ((t (:weight bold :box (:style released-button) :inherit tab-bar)))) + `(tab-bar-tab-highlight ((t (:background ,bg-hl :inherit tab-bar-tab)))) `(tab-bar-tab-inactive ((t (:foreground ,fg-dimmer :weight normal :box (:style pressed-button) :inherit tab-bar-tab)))) `(tab-line ((t (:inherit tab-bar :height 0.9)))) `(tab-line-tab-current ((t (:inherit (tab-line-tab tab-bar-tab))))) + `(tab-line-highlight ((t (:inherit tab-bar-tab-highlight)))) `(tab-line-tab-inactive ((t (:inherit (tab-line-tab tab-bar-tab-inactive))))) `(table-cell ((t (:inherit fixed-pitch-serif)))) `(textsec-suspicious ((t (:background ,bg-red)))) -- cgit v1.2.3