Skip to content

Commit

Permalink
Added Gitgutter coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
FrenzyExists committed Oct 24, 2021
1 parent 206dd24 commit 4192557
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions colors/aquarium.vim
Original file line number Diff line number Diff line change
Expand Up @@ -807,3 +807,9 @@ hi! link pandocStrong markdownBold
hi! link pandocTableHeaderWord pandocAtxHeader
hi! link pandocUListItemBullet Operator

" GitGutter
" > airblade/vim-gitgutter
call s:hi("GitGutterAdd", s:gui0B, "", "", "", "", "")
call s:hi("GitGutterChange", s:gui0D, "", "", "", "", "")
call s:hi("GitGutterDelete", s:gui08, "", "", "", "", "")
call s:hi("GitGutterChangeDelete", s:gui0E, "", "", "", "", "")

0 comments on commit 4192557

Please sign in to comment.