dotfiles

🎜 Clone'em, tweak'em, stick'em in your $HOME 🎝
git clone https://git.kevinlegouguec.net/dotfiles
Log | Files | Refs | README

commit 1165856c53d605104cfe5402056af0fbbce5a681
parent 80e2ebc852d16fb863224cbd68508ceb73b0bce3
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date:   Mon, 16 Jun 2025 22:57:45 +0200

Theme hovered tabs

Diffstat:
M.config/emacs/eighters-theme.el | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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))))