branch: externals/ef-themes commit d5f4ae5edf66f103ea703905e5facb0e245c672d Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the header-line-inactive face (Emacs 31) --- ef-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/ef-themes.el b/ef-themes.el index 53b4fd28c7..49929aac7d 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -978,6 +978,7 @@ text should not be underlined as well) yet still blend in." `(escape-glyph ((,c :foreground ,warning))) `(fringe ((,c :background ,bg-fringe :foreground ,fg-fringe))) `(header-line ((,c :inherit ef-themes-ui-variable-pitch :background ,bg-dim))) + `(header-line-inactive ((,c :inherit (ef-themes-ui-variable-pitch shadow)))) `(header-line-highlight ((,c :inherit highlight))) `(help-argument-name ((,c :foreground ,accent-0))) `(help-key-binding ((,c :inherit (bold ef-themes-fixed-pitch) :foreground ,keybind)))