Mercurial > dotfiles.old
comparison vim/colors/Tomorrow-Night.vim @ 140:e037d9b797eb
Fix colors and clipboad in vim and tmux
author | zegervdv <zegervdv@me.com> |
---|---|
date | Wed, 08 Oct 2014 23:27:50 +0200 |
parents | 51924b069324 |
children | 0c8211e1c67a |
comparison
equal
deleted
inserted
replaced
139:0958749f45f0 | 140:e037d9b797eb |
---|---|
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:comment, s:background, "") | 275 call <SID>X("Todo", s:green, 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, "", "") |