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 /colors | |
| parent | 1cba059d0eaeeeadc3fad7a92e17ed90e09e65d4 (diff) | |
Fix gitgutter colors (instead of falling to theme colors
Diffstat (limited to 'colors')
| -rw-r--r-- | colors/xoria256.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/colors/xoria256.vim b/colors/xoria256.vim index 7d1010b..c24f4a8 100644 --- a/colors/xoria256.vim +++ b/colors/xoria256.vim @@ -94,7 +94,6 @@ hi diffAdded ctermfg=150 guifg=#afdf87 hi diffRemoved ctermfg=174 guifg=#df8787 """ vimdiff {{{3 hi diffAdd ctermfg=bg guifg=bg ctermbg=151 guibg=#afdfaf -"hi diffDelete ctermfg=bg guifg=bg ctermbg=186 guibg=#dfdf87 cterm=none gui=none hi diffDelete ctermfg=bg guifg=bg ctermbg=246 guibg=#949494 cterm=none gui=none hi diffChange ctermfg=bg guifg=bg ctermbg=181 guibg=#dfafaf hi diffText ctermfg=bg guifg=bg ctermbg=174 guibg=#df8787 cterm=none gui=none |
