diff options
| author | Protesilaos Stavrou <info@protesilaos.com> | 2025-06-10 09:42:10 +0300 |
|---|---|---|
| committer | Protesilaos Stavrou <info@protesilaos.com> | 2025-06-10 09:42:10 +0300 |
| commit | d5f4ae5edf66f103ea703905e5facb0e245c672d (patch) | |
| tree | f1b1deab61223c1f84dd265ae8e6c0cbad2561ff | |
| parent | 7e4b6b63cf1c1248235b8bfd56103ff9b852b96c (diff) | |
Add support for the header-line-inactive face (Emacs 31)
| -rw-r--r-- | ef-themes.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ef-themes.el b/ef-themes.el index 53b4fd2..49929aa 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))) |
