Mercurial > dotfiles.old
diff 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 |
line wrap: on
line diff
--- a/vim/colors/Tomorrow-Night.vim Wed Oct 08 23:27:33 2014 +0200 +++ b/vim/colors/Tomorrow-Night.vim Wed Oct 08 23:27:50 2014 +0200 @@ -272,7 +272,7 @@ " Standard Highlighting call <SID>X("Comment", s:comment, "", "") - call <SID>X("Todo", s:comment, s:background, "") + call <SID>X("Todo", s:green, s:background, "") call <SID>X("Title", s:comment, "", "") call <SID>X("Identifier", s:red, "", "none") call <SID>X("Statement", s:foreground, "", "")