diff 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
line wrap: on
line diff
--- a/vim/colors/Tomorrow-Night.vim	Sun Nov 09 16:47:01 2014 +0100
+++ b/vim/colors/Tomorrow-Night.vim	Tue Nov 11 17:18:32 2014 +0100
@@ -272,7 +272,7 @@
 
 	" Standard Highlighting
 	call <SID>X("Comment", s:comment, "", "")
-	call <SID>X("Todo", s:green, s:background, "")
+	call <SID>X("Todo", s:comment, s:background, "")
 	call <SID>X("Title", s:comment, "", "")
 	call <SID>X("Identifier", s:red, "", "none")
 	call <SID>X("Statement", s:foreground, "", "")