mirror of
https://github.com/altercation/solarized
synced 2024-11-21 19:23:02 +00:00
[vim] Override colors for diff filetype
This commit is contained in:
parent
54180f1a5b
commit
f085be036b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue