From 4192557f4475e58aa8903bedeeae7cad415c1814 Mon Sep 17 00:00:00 2001 From: Frenzy Date: Sat, 23 Oct 2021 22:55:08 -0400 Subject: [PATCH] Added Gitgutter coloring --- colors/aquarium.vim | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/colors/aquarium.vim b/colors/aquarium.vim index 0a0f163..f9b15aa 100644 --- a/colors/aquarium.vim +++ b/colors/aquarium.vim @@ -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, "", "", "", "", "")