comparison 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
comparison
equal deleted inserted replaced
194:3384993cbf4c 195:f51c1b5e0891
245 call <SID>X("NonText", s:selection, "", "") 245 call <SID>X("NonText", s:selection, "", "")
246 call <SID>X("SpecialKey", s:selection, "", "") 246 call <SID>X("SpecialKey", s:selection, "", "")
247 call <SID>X("Search", s:background, s:yellow, "") 247 call <SID>X("Search", s:background, s:yellow, "")
248 call <SID>X("TabLine", s:window, s:foreground, "reverse") 248 call <SID>X("TabLine", s:window, s:foreground, "reverse")
249 call <SID>X("TabLineFill", s:window, s:foreground, "reverse") 249 call <SID>X("TabLineFill", s:window, s:foreground, "reverse")
250 call <SID>X("StatusLine", s:window, s:yellow, "reverse") 250 call <SID>X("StatusLine", s:background, s:foreground, "reverse")
251 call <SID>X("StatusLineNC", s:window, s:foreground, "reverse") 251 call <SID>X("StatusLineNC", s:background, s:window, "reverse")
252 call <SID>X("VertSplit", s:window, s:window, "none") 252 call <SID>X("VertSplit", s:window, s:window, "none")
253 call <SID>X("Visual", "", s:selection, "") 253 call <SID>X("Visual", "", s:selection, "")
254 call <SID>X("Directory", s:blue, "", "") 254 call <SID>X("Directory", s:blue, "", "")
255 call <SID>X("ModeMsg", s:green, "", "") 255 call <SID>X("ModeMsg", s:green, "", "")
256 call <SID>X("MoreMsg", s:green, "", "") 256 call <SID>X("MoreMsg", s:green, "", "")