aboutsummaryrefslogtreecommitdiff
path: root/colors/base16-hopscotch.vim
diff options
context:
space:
mode:
Diffstat (limited to 'colors/base16-hopscotch.vim')
-rw-r--r--colors/base16-hopscotch.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/base16-hopscotch.vim b/colors/base16-hopscotch.vim
index 9b301d3..17a353e 100644
--- a/colors/base16-hopscotch.vim
+++ b/colors/base16-hopscotch.vim
@@ -436,7 +436,7 @@ hi! link CmpItemKindTypeParameter TSType
" Diff
call <sid>hi("DiffAdd", s:gui0B, s:gui01, s:cterm0B, s:cterm01, "", "")
call <sid>hi("DiffChange", s:gui05, s:gui01, s:cterm05, s:cterm01, "", "")
-call <sid>hi("DiffDelete", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "")
+call <sid>hi("DiffDelete", s:gui02, s:gui00, s:cterm02, s:cterm00, "", "")
call <sid>hi("DiffText", s:gui0D, s:gui01, s:cterm0D, s:cterm01, "", "")
call <sid>hi("DiffAdded", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "", "")
call <sid>hi("DiffFile", s:gui08, s:gui00, s:cterm08, s:cterm00, "", "")