gitgutter
This commit is contained in:
parent
1d58abdb0a
commit
f136941250
|
@ -101,13 +101,17 @@ hi WildMenu guifg=#aaaaaa guibg=NONE
|
||||||
" ToolTip
|
" ToolTip
|
||||||
"}}}
|
"}}}
|
||||||
|
|
||||||
|
" interface colour definitions
|
||||||
|
hi mInterfaceAdd guifg=#344230
|
||||||
|
hi mInterfaceModified guifg=#4d371d
|
||||||
|
hi mInterfaceDelete guifg=#422929
|
||||||
|
|
||||||
" syntax colour definitions
|
" syntax colour definitions
|
||||||
"{{{
|
"{{{
|
||||||
|
|
||||||
hi mError guifg=#ee0000
|
hi mError guifg=#ee0000
|
||||||
|
|
||||||
hi mSpecial guifg=#de7878
|
hi mSpecial guifg=#de7878
|
||||||
|
|
||||||
hi mIdentifierBright guifg=#8f5f5d
|
hi mIdentifierBright guifg=#8f5f5d
|
||||||
hi mIdentifier guifg=#6e4948
|
hi mIdentifier guifg=#6e4948
|
||||||
|
@ -117,7 +121,7 @@ hi mIdentifierDark guifg=#4a2c2b
|
||||||
hi mKeyword guifg=#744f4e
|
hi mKeyword guifg=#744f4e
|
||||||
" hi mKeywordDark guifg=#743634
|
" 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 mValueBright guifg=#d6bfa8
|
||||||
" hi mValueBold guifg=#877a7b cterm=bold gui=bold
|
" hi mValueBold guifg=#877a7b cterm=bold gui=bold
|
||||||
" hi mValue guifg=#877a7b
|
" hi mValue guifg=#877a7b
|
||||||
|
|
|
@ -86,13 +86,6 @@ hi! def link jsonKeyword Identifier
|
||||||
hi! def link jsonValue String
|
hi! def link jsonValue String
|
||||||
hi! def link jsonQuote CRNoise
|
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
|
" #python definitions
|
||||||
hi! def link pythonImport CRNoise
|
hi! def link pythonImport CRNoise
|
||||||
hi! def link pythonInclude pythonImport
|
hi! def link pythonInclude pythonImport
|
||||||
|
|
|
@ -195,5 +195,13 @@ hi! def link jsBoolean jsNumber
|
||||||
hi! def link jsFloat 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
|
" vim: foldmethod=marker
|
||||||
|
|
Loading…
Reference in New Issue