emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/modus-themes bdb18b2ee2: Make 'header-line-highlight' d


From: ELPA Syncer
Subject: [elpa] externals/modus-themes bdb18b2ee2: Make 'header-line-highlight' draw a box around it
Date: Wed, 15 Nov 2023 09:58:08 -0500 (EST)

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

    Make 'header-line-highlight' draw a box around it
    
    This makes the mouse hover effect easier to spot against the grey
    background.
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index a8c535e475..e858fc9bf2 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -1776,7 +1776,7 @@ FG and BG are the main colors."
     `(escape-glyph ((,c :foreground ,err)))
     `(file-name-shadow ((,c :inherit shadow)))
     `(header-line ((,c :inherit modus-themes-ui-variable-pitch :background 
,bg-dim)))
-    `(header-line-highlight ((,c :inherit highlight)))
+    `(header-line-highlight ((,c :background ,bg-hover :foreground ,fg-main 
:box ,fg-main)))
     `(help-argument-name ((,c :inherit modus-themes-slant :foreground 
,variable)))
     `(help-key-binding ((,c :inherit modus-themes-key-binding)))
     `(highlight ((,c :background ,bg-hover :foreground ,fg-main)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]