gitgutter

This commit is contained in:
ManjaroOne666 2018-04-04 15:13:16 +01:00
parent 1d58abdb0a
commit f136941250
3 changed files with 15 additions and 10 deletions

View File

@ -101,6 +101,10 @@ hi WildMenu guifg=#aaaaaa guibg=NONE
" ToolTip
"}}}
" interface colour definitions
hi mInterfaceAdd guifg=#344230
hi mInterfaceModified guifg=#4d371d
hi mInterfaceDelete guifg=#422929
" syntax colour definitions
"{{{

View File

@ -86,13 +86,6 @@ hi! def link jsonKeyword Identifier
hi! def link jsonValue String
hi! def link jsonQuote CRNoise
" #gitgutter
hi! def link GitGutterAdd InterfaceSignAdd
hi! def link GitGutterChange InterfaceSignModified
hi! def link GitGutterDelete InterfaceSignDelete
hi! def link GitGutterChangeDelete InterfaceSignModified
"}}}
" #python definitions
hi! def link pythonImport CRNoise
hi! def link pythonInclude pythonImport

View File

@ -195,5 +195,13 @@ hi! def link jsBoolean jsNumber
hi! def link jsFloat jsNumber
"}}}
" #gitgutter
"{{{
hi! def link GitGutterAdd mInterfaceAdd
hi! def link GitGutterChange mInterfaceModified
hi! def link GitGutterDelete mInterfaceDelete
hi! def link GitGutterChangeDelete mInterfaceModified
"}}}
" vim: foldmethod=marker