Skip to content

Commit

Permalink
[vim] Override colors for diff filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
tpope committed May 4, 2011
1 parent 54180f1 commit f085be0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions colors/solarized.vim
Original file line number Diff line number Diff line change
Expand Up @@ -700,6 +700,11 @@ exe "hi! vimHiLink" .s:fmt_none .s:fg_blue .s:bg_none
exe "hi! vimHiGroup" .s:fmt_none .s:fg_blue .s:bg_none
exe "hi! vimGroup" .s:fmt_undb .s:fg_blue .s:bg_none
"}}}
" diff highlighting "{{{
" ---------------------------------------------------------------------
hi! link diffAdded Statement
hi! link diffLine Identifier
"}}}
" html highlighting "{{{
" ---------------------------------------------------------------------
exe "hi! htmlTag" .s:fmt_none .s:fg_base01 .s:bg_none
Expand Down

0 comments on commit f085be0

Please sign in to comment.