aboutsummaryrefslogtreecommitdiffstats
path: root/colors
diff options
context:
space:
mode:
Diffstat (limited to 'colors')
-rw-r--r--colors/halation.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors/halation.vim b/colors/halation.vim
index 86d2c4d..e5c39e4 100644
--- a/colors/halation.vim
+++ b/colors/halation.vim
@@ -64,7 +64,7 @@ hi! link WarningMsg Error
" Diff
hi Added guifg=#68ADA8 ctermfg=2 guibg=NONE ctermbg=NONE cterm=NONE
-hi Removed guifg=#F26D85 ctermfg=9 guibg=NONE ctermbg=NONE cterm=NONE
+hi Removed guifg=#E67E91 ctermfg=1 guibg=NONE ctermbg=NONE cterm=NONE
hi Changed guifg=#AFA5F7 ctermfg=6 guibg=NONE ctermbg=NONE cterm=NONE
hi DiffText guifg=#AFA5F7 ctermfg=6 guibg=NONE ctermbg=NONE cterm=bold
hi! link DiffAdd Added