diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-06-16 22:57:45 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2025-06-16 22:57:45 +0200 |
| commit | 1165856c53d605104cfe5402056af0fbbce5a681 (patch) | |
| tree | aa910a94a6d8bca1f781f182817538465cdd127d /.config/emacs | |
| parent | 80e2ebc852d16fb863224cbd68508ceb73b0bce3 (diff) | |
| download | dotfiles-1165856c53d605104cfe5402056af0fbbce5a681.tar.xz | |
Theme hovered tabs
Diffstat (limited to '.config/emacs')
| -rw-r--r-- | .config/emacs/eighters-theme.el | 2 |
1 files changed, 2 insertions, 0 deletions
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)))) |
