From 7a09b882a53e44125488f8aab750b8bffed7b8ea Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Wed, 1 May 2019 18:48:30 +0200 Subject: Improved statusline --- plugin/max-fix-colorschemes.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/max-fix-colorschemes.vim') diff --git a/plugin/max-fix-colorschemes.vim b/plugin/max-fix-colorschemes.vim index db8aad5..87c9efe 100644 --- a/plugin/max-fix-colorschemes.vim +++ b/plugin/max-fix-colorschemes.vim @@ -42,6 +42,8 @@ function! ExtendColorTheme() highlight! PmenuThumb cterm=inverse highlight! MoreMsg cterm=inverse + highlight! link Tabline StatusLine + endfunction autocmd ColorScheme * call ExtendColorTheme() -- cgit v1.2.3