From bf06e82ee5b9e5394fdbc686739fb418ea292626 Mon Sep 17 00:00:00 2001 From: Kevin Date: Fri, 4 Apr 2014 03:50:16 -0400 Subject: [PATCH] One more small tweak to html :) --- vim/colors/darkcloud.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 7c15973..f7a0b96 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -352,8 +352,8 @@ call s:X("htmlSpecialChar","","","italic","","") call s:X("htmlArg","d75f5f","","bold","Red","") call s:X("htmlTagName","ffd787","","bold","Yellow","") call s:X("htmlTag","87d7ff","","bold","Blue","") -call s:X("commentURL","87d7ff","","underline","White","") -call s:X("htmlLink","","","underline","","") +call s:X("commentURL","ffd787","","italic,underline","Yellow","") +call s:X("htmlLink","ffd787","","underline","Yellow","") "php hi! link phpFunctions Function