summaryrefslogtreecommitdiff
path: root/.config/emacs/mango-theme.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-19 15:13:36 +0200
committerThomas Voss <mail@thomasvoss.com> 2023-08-19 15:13:36 +0200
commit8ebeb795f06786aa3071de9cc37d749740f07954 (patch)
tree5e46d830b18e2c90a3350fbea68ccce5351ede5b /.config/emacs/mango-theme.el
parent5bd2bb5354e69b54dfacab7516af2bb4b08284a0 (diff)
emacs: Add styling to the ‘header-line’ face
Diffstat (limited to '.config/emacs/mango-theme.el')
-rw-r--r--.config/emacs/mango-theme.el4
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)