File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ hi DiffDelete guifg=#960050 guibg=#1E0010
4444hi DiffText guibg= #4 C4745 gui = italic ,bold
4545
4646hi Directory guifg= #A6E22E gui = bold
47- hi Error guifg= #E6DB74 guibg= #1 E0010
47+ hi Error guifg= #E6DB74 guibg= #ff3333
4848hi ErrorMsg guifg= #F92672 guibg= #232526 gui = bold
4949hi Exception guifg= #A6E22E gui = bold
5050hi Float guifg= #AE81FF
@@ -161,7 +161,7 @@ if &t_Co > 255
161161 hi DiffText ctermbg= 102 cterm= bold
162162
163163 hi Directory ctermfg= 118 cterm= bold
164- hi Error ctermfg= 219 ctermbg= 89
164+ hi Error ctermfg= 255 ctermbg= 196
165165 hi ErrorMsg ctermfg= 199 ctermbg= 16 cterm= bold
166166 hi Exception ctermfg= 118 cterm= bold
167167 hi Float ctermfg= 135
274274" Must be at the end, because of ctermbg=234 bug.
275275" https://groups.google.com/forum/#!msg/vim_dev/afPqwAFNdrU/nqh6tOM87QUJ
276276set background = dark
277+
You can’t perform that action at this time.
0 commit comments