Mercurial > dotfiles.old
diff vim/colors/Tomorrow-Night.vim @ 195:f51c1b5e0891
Restyle statusline
author | zegervdv <zegervdv@me.com> |
---|---|
date | Fri, 14 Nov 2014 20:16:49 +0100 |
parents | 0c8211e1c67a |
children |
line wrap: on
line diff
--- a/vim/colors/Tomorrow-Night.vim Wed Nov 12 22:33:11 2014 +0100 +++ b/vim/colors/Tomorrow-Night.vim Fri Nov 14 20:16:49 2014 +0100 @@ -247,8 +247,8 @@ call <SID>X("Search", s:background, s:yellow, "") call <SID>X("TabLine", s:window, s:foreground, "reverse") call <SID>X("TabLineFill", s:window, s:foreground, "reverse") - call <SID>X("StatusLine", s:window, s:yellow, "reverse") - call <SID>X("StatusLineNC", s:window, s:foreground, "reverse") + call <SID>X("StatusLine", s:background, s:foreground, "reverse") + call <SID>X("StatusLineNC", s:background, s:window, "reverse") call <SID>X("VertSplit", s:window, s:window, "none") call <SID>X("Visual", "", s:selection, "") call <SID>X("Directory", s:blue, "", "")