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,13 +101,17 @@ 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
"{{{
hi mError guifg=#ee0000
hi mError guifg=#ee0000
hi mSpecial guifg=#de7878
hi mSpecial guifg=#de7878
hi mIdentifierBright guifg=#8f5f5d
hi mIdentifier guifg=#6e4948
@ -117,7 +121,7 @@ hi mIdentifierDark guifg=#4a2c2b
hi mKeyword guifg=#744f4e
" hi mKeywordDark guifg=#743634
hi mValueBrightBold guifg=#cccccc cterm=bold gui=bold
hi mValueBrightBold guifg=#cccccc cterm=bold gui=bold
" hi mValueBright guifg=#d6bfa8
" hi mValueBold guifg=#877a7b cterm=bold gui=bold
" hi mValue guifg=#877a7b

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