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

    Inherit 'mode-line' in powerline instead of 'mode-line-active'
    
    The latter is not available on Emacs 27.
---
 ef-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 93ade15c68..4c0c03357e 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1828,7 +1828,7 @@ Optional prefix argument MAPPINGS has the same meaning as 
for
     `(persp-selected-face ((,c :inherit mode-line-emphasis)))
 ;;;; powerline
     `(powerline-active0 ((,c :background ,fg-dim :foreground ,bg-main)))
-    `(powerline-active1 ((,c :inherit mode-line-active)))
+    `(powerline-active1 ((,c :inherit mode-line)))
     `(powerline-active2 ((,c :inherit mode-line-inactive)))
     `(powerline-inactive0 ((,c :background ,bg-active :foreground ,fg-dim)))
     `(powerline-inactive1 ((,c :background ,bg-main :foreground ,fg-dim)))

Reply via email to