branch: externals/ef-themes
commit ccf45499046f4cd0e774c083ed429e00534bc300
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Make mode-line-emphasis use bold-italic
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 6b1614ba02..58c12c57dc 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -768,7 +768,7 @@ Helper function for `ef-themes-preview-colors'."
     `(mode-line ((,c :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 :foreground ,fg-intense)))
+    `(mode-line-emphasis ((,c :inherit bold-italic)))
     `(mode-line-highlight ((,c :inherit highlight)))
     `(mode-line-inactive ((,c :background ,bg-alt :foreground ,fg-dim)))
 ;;;; mu4e

Reply via email to