diff --git a/vim/colors/darkcloud.vim b/vim/colors/darkcloud.vim index 0c64170..5a4f325 100644 --- a/vim/colors/darkcloud.vim +++ b/vim/colors/darkcloud.vim @@ -312,7 +312,7 @@ call s:X("Statement","ffd787","","","Yellow","") call s:X("PreProc","ffd787","","","Yellow","") call s:X("Operator","d75f5f","","","Red","") call s:X("Type","87d7ff","","","Blue","") -call s:X("NonText","ffff00","","","Yellow","") +call s:X("NonText","87d7ff","","","Blue","") call s:X("SpecialKey","000000","","",s:termBlack,"") call s:X("Search","ffffff","d75f5f","bold","White","Red") call s:X("IncSearch","87d7ff","626262","standout","Blue","Grey") @@ -341,11 +341,11 @@ call s:X("DiffText","000000","c6c6c6","italic",s:termBlack,"White") hi! link htmlLink Statement call s:X("htmlTitle","ffffff","","underline","White","") call s:X("htmlH1","d75f5f","","standout,underline,bold","Red","") -call s:X("htmlH2","ffd787","","standout,underline,bold","Red","") +call s:X("htmlH2","ffd787","","standout,underline,bold","Yellow","") call s:X("htmlH3","87d7ff","","standout,underline,bold","Blue","") -call s:X("htmlH4","d75f5f","","underline,bold","Blue","") +call s:X("htmlH4","d75f5f","","underline,bold","Red","") call s:X("htmlH5","ffd787","","underline,bold","Yellow","") -call s:X("htmlH6","87d7ff","","underline,bold","Yellow","") +call s:X("htmlH6","87d7ff","","underline,bold","Blue","") "php hi! link phpFunctions Function diff --git a/vim/config/settings.vim b/vim/config/settings.vim index ab0610e..e394e2b 100644 --- a/vim/config/settings.vim +++ b/vim/config/settings.vim @@ -40,6 +40,7 @@ set smarttab expandtab autoindent tabstop=4 shiftwidth=4 "configure tabs set laststatus=2 showcmd statusline=%F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v] "statusline init and config set hlsearch incsearch ignorecase smartcase "configure search + let &showbreak="+++ " "when linewrap is enabled, show wrapped lines with +++ "load the system version of matchit if another hasn't already been if !exists('g:loaded_matchit') && findfile('plugin/matchit.vim', &rtp) ==# ''