branch: externals/ef-themes
commit 7120db496da0ea2ac8c94c3516089364d306b2a9
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Change mode-line-emphasis to bold and accented
    
    These modeline-specific colours were introduced in commit 703deb4, which
    is part of the current development cycle.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index f81328afba..039a72b854 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1242,7 +1242,7 @@ Helper function for `ef-themes-preview-colors'."
     `(mode-line ((,c :inherit ef-themes-ui-variable-pitch :background 
,bg-mode-line :foreground ,fg-mode-line)))
     `(mode-line-active ((,c :inherit mode-line)))
     `(mode-line-buffer-id ((,c :inherit bold)))
-    `(mode-line-emphasis ((,c :inherit bold-italic)))
+    `(mode-line-emphasis ((,c :inherit bold :foreground ,modeline-info)))
     `(mode-line-highlight ((,c :inherit highlight)))
     `(mode-line-inactive ((,c :inherit ef-themes-ui-variable-pitch :background 
,bg-alt :foreground ,fg-dim)))
 ;;;; mu4e

Reply via email to