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 | |
| parent | f309c8b6c5e4895a3510397143a92534ea6d19fd (diff) | |
| download | halation.vim-main.tar.gz | |
| -rw-r--r-- | colors/halation.vim | 2 | ||||
| -rw-r--r-- | template.vim | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/template.vim b/template.vim index 423d8e7..ceddac0 100644 --- a/template.vim +++ b/template.vim @@ -64,7 +64,7 @@ WarningMsg Error " Diff Added green bg -Removed bold_red bg +Removed red bg Changed light_purple bg DiffText light_purple bg bold DiffAdd Added |