branch: externals/modus-themes
commit b55d84a5cb8630e42a49d6a2d455f2b7acbddd51
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Explicitly cover the tab-bar-tab-highlight face
    
    This is because its style was changed in Emacs 31 and now we do not
    get what we used to have.
---
 modus-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modus-themes.el b/modus-themes.el
index 0d40264746..43501f8e2c 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -3856,6 +3856,7 @@ FG and BG are the main colors."
     `(tab-bar-tab-group-current ((,c :inherit bold :background ,bg-tab-current 
:box (:line-width -2 :color ,bg-tab-current) :foreground ,fg-alt)))
     `(tab-bar-tab-group-inactive ((,c :background ,bg-tab-bar :box 
(:line-width -2 :color ,bg-tab-bar) :foreground ,fg-alt)))
     `(tab-bar-tab ((,c :inherit bold :box (:line-width -2 :color 
,bg-tab-current) :background ,bg-tab-current)))
+    `(tab-bar-tab-highlight ((,c :inherit highlight :box t)))
     `(tab-bar-tab-inactive ((,c :box (:line-width -2 :color ,bg-tab-other) 
:background ,bg-tab-other)))
     `(tab-bar-tab-ungrouped ((,c :inherit tab-bar-tab-inactive)))
 ;;;;; tab-line-mode

Reply via email to