diff options
author | Danilo <dabio@users.noreply.github.com> | 2017-12-06 21:41:28 +0100 |
---|---|---|
committer | Danilo <dabio@users.noreply.github.com> | 2017-12-06 21:41:28 +0100 |
commit | 9af1be9050036e323a0c0c7889cb85d24f32fe7e (patch) | |
tree | a5775feacc5e5d2064bac7f6ffbc4b56dd85cc0d /colors/nord.vim | |
parent | 53fce0db2d0227244213444e0f9ff223a68c5269 (diff) | |
download | nord-vim-9af1be9050036e323a0c0c7889cb85d24f32fe7e.tar.gz |
Colorize vim-signify signs
All signs of [vim-signify](https://github.com/mhinz/vim-signify) get
the same colors as GitGutter uses.
Diffstat (limited to 'colors/nord.vim')
-rwxr-xr-x | colors/nord.vim | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/colors/nord.vim b/colors/nord.vim index 0c48df6..1969710 100755 --- a/colors/nord.vim +++ b/colors/nord.vim @@ -460,6 +460,13 @@ call s:hi("GitGutterChange", s:nord13_gui, "", s:nord13_term, "", "", "") call s:hi("GitGutterChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "") call s:hi("GitGutterDelete", s:nord11_gui, "", s:nord11_term, "", "", "") +" Signify +" > mhinz/vim-signify +call s:hi("SignifySignAdd", s:nord14_gui, "", s:nord14_term, "", "", "") +call s:hi("SignifySignChange", s:nord13_gui, "", s:nord13_term, "", "", "") +call s:hi("SignifySignChangeDelete", s:nord11_gui, "", s:nord11_term, "", "", "") +call s:hi("SignifySignDelete", s:nord11_gui, "", s:nord11_term, "", "", "") + " fugitive.vim " > tpope/vim-fugitive call s:hi("gitcommitDiscardedFile", s:nord11_gui, "", s:nord11_term, "", "", "") |