diff options
| author | Ahmed Abdelhalim <[email protected]> | 2019-03-02 18:07:26 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2019-03-04 20:26:43 +0100 |
| commit | 69324deafaa5d14ce8db43a497650ed8093e2b12 (patch) | |
| tree | 1d5e927f55e410fefd7b532762e59c0b97f5c665 /.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=233 +highlight GitGutterChange guifg=#bbbb00 guibg=#1c1c1c ctermfg=3 ctermbg=233 +highlight GitGutterDelete guifg=#ff2222 guibg=#1c1c1c ctermfg=1 ctermbg=233 "UltiSnips "========= |
