diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 15:13:36 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-19 15:13:36 +0200 |
commit | 8ebeb795f06786aa3071de9cc37d749740f07954 (patch) | |
tree | 5e46d830b18e2c90a3350fbea68ccce5351ede5b /.config/emacs/mango-theme.el | |
parent | 5bd2bb5354e69b54dfacab7516af2bb4b08284a0 (diff) |
emacs: Add styling to the ‘header-line’ face
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r-- | .config/emacs/mango-theme.el | 4 |
1 files changed, 3 insertions, 1 deletions
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) |