diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-03-02 18:07:26 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-03-02 18:07:26 +0100 |
| commit | c0d4821aa97c7b3b792cb11e4fc43864ca4a1985 (patch) | |
| tree | 0f642db7816231ef81d16778b87ecf372844e340 /.vimrc | |
| parent | 1cba059d0eaeeeadc3fad7a92e17ed90e09e65d4 (diff) | |
Fix gitgutter colors (instead of falling to theme colors
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -220,6 +220,9 @@ let g:gitgutter_map_keys = 0 let g:gitgutter_realtime = 0 let g:gitgutter_eager = 0 " let g:gitgutter_async = 0 +highlight GitGutterAdd guifg=#009900 guibg=#1c1c1c ctermfg=2 ctermbg=234 +highlight GitGutterChange guifg=#bbbb00 guibg=#1c1c1c ctermfg=3 ctermbg=234 +highlight GitGutterDelete guifg=#ff2222 guibg=#1c1c1c ctermfg=1 ctermbg=234 "UltiSnips "========= |
