diff options
| author | Benjamin Linskey | 2026-06-09 17:11:55 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-09 17:11:55 -0400 |
| commit | 2ce2a06937e563f7ff489b834efb7249ac1898ee (patch) | |
| tree | 69cf2f332ed3198f86fa6c5ab7394c4ed3dbb930 /colors | |
| parent | f309c8b6c5e4895a3510397143a92534ea6d19fd (diff) | |
| download | halation.vim-main.tar.gz | |
Diffstat (limited to 'colors')
| -rw-r--r-- | colors/halation.vim | 2 |
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 |