Mercurial > dotfiles.old
comparison vim/colors/Tomorrow-Night.vim @ 193:0c8211e1c67a
Update look of tmux
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 11 Nov 2014 17:18:32 +0100 |
parents | e037d9b797eb |
children | f51c1b5e0891 |
comparison
equal
deleted
inserted
replaced
192:6df73555c3a7 | 193:0c8211e1c67a |
---|---|
270 call <SID>X("ColorColumn", "", s:line, "none") | 270 call <SID>X("ColorColumn", "", s:line, "none") |
271 end | 271 end |
272 | 272 |
273 " Standard Highlighting | 273 " Standard Highlighting |
274 call <SID>X("Comment", s:comment, "", "") | 274 call <SID>X("Comment", s:comment, "", "") |
275 call <SID>X("Todo", s:green, s:background, "") | 275 call <SID>X("Todo", s:comment, s:background, "") |
276 call <SID>X("Title", s:comment, "", "") | 276 call <SID>X("Title", s:comment, "", "") |
277 call <SID>X("Identifier", s:red, "", "none") | 277 call <SID>X("Identifier", s:red, "", "none") |
278 call <SID>X("Statement", s:foreground, "", "") | 278 call <SID>X("Statement", s:foreground, "", "") |
279 call <SID>X("Conditional", s:foreground, "", "") | 279 call <SID>X("Conditional", s:foreground, "", "") |
280 call <SID>X("Repeat", s:foreground, "", "") | 280 call <SID>X("Repeat", s:foreground, "", "") |