From 8ebeb795f06786aa3071de9cc37d749740f07954 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 19 Aug 2023 15:13:36 +0200 Subject: emacs: Add styling to the ‘header-line’ face MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/mango-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/mango-theme.el b/.config/emacs/mango-theme.el index ab98acf..8f1bef0 100644 --- a/.config/emacs/mango-theme.el +++ b/.config/emacs/mango-theme.el @@ -76,8 +76,10 @@ graphically, so I shouldn’t need to have multiple specs per face. :background ,(mango-theme--get-color 'background-faint)) (region :background ,(mango-theme--get-color 'middleground)) - (mode-line + (header-line :background ,(mango-theme--get-color 'middleground)) + (mode-line + :inherit header-line) (mode-line-inactive :background ,(mango-theme--get-color 'background-cool) :weight light) -- cgit v1.2.3