diff options
Diffstat (limited to '.config/emacs')
-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) |