branch: externals/standard-themes commit 8982369e5d1e9489e8c0a5846ad151dea9dfb1b8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add support for the header-line-inactive face (Emacs 31) --- standard-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/standard-themes.el b/standard-themes.el index 8118d871c0..3d6f836949 100644 --- a/standard-themes.el +++ b/standard-themes.el @@ -960,6 +960,7 @@ color mappings instead of the complete palette." `(escape-glyph ((,c :foreground ,warning))) `(fringe ((,c :background ,fringe :foreground ,fg-main))) `(header-line ((,c :inherit standard-themes-ui-variable-pitch :background ,bg-dim))) + `(header-line-inactive ((,c :inherit (standard-themes-ui-variable-pitch shadow)))) `(header-line-highlight ((,c :inherit highlight))) `(help-argument-name ((,c :foreground ,prose-verbatim))) `(help-key-binding ((,c :inherit (bold standard-themes-fixed-pitch) :foreground ,keybind)))