diff options
author | Chris Kempson <git@chriskempson.com> | 2014-11-15 16:45:35 +0000 |
---|---|---|
committer | Chris Kempson <git@chriskempson.com> | 2014-11-15 16:45:35 +0000 |
commit | 4bb72f3012857869d9db0f343e753dd26febf8aa (patch) | |
tree | df094bff0ca89cdb4c851d97444e99ee1ad7c6e8 /colors/base16-shapeshifter.vim | |
parent | 4b5f3e35dfaace73658070d838062cfcf45ea6ed (diff) |
Updated with base16-builder
Diffstat (limited to 'colors/base16-shapeshifter.vim')
-rw-r--r-- | colors/base16-shapeshifter.vim | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/colors/base16-shapeshifter.vim b/colors/base16-shapeshifter.vim index 9985a9f..313fa17 100644 --- a/colors/base16-shapeshifter.vim +++ b/colors/base16-shapeshifter.vim @@ -214,15 +214,15 @@ call <sid>hi("SpellCap", "", s:gui00, "", s:cterm00, "undercurl") call <sid>hi("SpellRare", "", s:gui00, "", s:cterm00, "undercurl") " Additional diff highlighting -call <sid>hi("DiffAdd", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "") -call <sid>hi("DiffChange", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "") -call <sid>hi("DiffDelete", s:gui08, s:gui00, s:cterm08, s:cterm00, "") -call <sid>hi("DiffText", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "") -call <sid>hi("DiffAdded", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "") -call <sid>hi("DiffFile", s:gui08, s:gui00, s:cterm08, s:cterm00, "") -call <sid>hi("DiffNewFile", s:gui0B, s:gui00, s:cterm0B, s:cterm00, "") -call <sid>hi("DiffLine", s:gui0D, s:gui00, s:cterm0D, s:cterm00, "") -call <sid>hi("DiffRemoved", s:gui08, s:gui00, s:cterm08, s:cterm00, "") +call <sid>hi("DiffAdd", s:gui00, s:gui0B, s:cterm00, s:cterm0B, "") +call <sid>hi("DiffChange", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "") +call <sid>hi("DiffDelete", s:gui00, s:gui08, s:cterm00, s:cterm08, "") +call <sid>hi("DiffText", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "") +call <sid>hi("DiffAdded", s:gui00, s:gui0B, s:cterm00, s:cterm0B, "") +call <sid>hi("DiffFile", s:gui00, s:gui08, s:cterm00, s:cterm08, "") +call <sid>hi("DiffNewFile", s:gui00, s:gui0B, s:cterm00, s:cterm0B, "") +call <sid>hi("DiffLine", s:gui00, s:gui0D, s:cterm00, s:cterm0D, "") +call <sid>hi("DiffRemoved", s:gui00, s:gui08, s:cterm00, s:cterm08, "") " Ruby highlighting call <sid>hi("rubyAttribute", s:gui0D, "", s:cterm0D, "", "") |