Commit 20eecfa
fix: improve contrast for diff words, error, and git-deleted colors
P0 - Diff word colors (foreground on light diff backgrounds):
diffAddedWord: rgb(36,138,61) → rgb(0,110,40) (contrast 4.06→6.00:1)
diffRemovedWord: rgb(207,34,46) → rgb(175,25,35) (contrast 4.21→5.50:1)
P1 - Error/gitDeleted red (human eye less sensitive to red wavelengths):
error: #ef5350 → #ff5252 (Material Red A200, perceptually brighter)
gitDeleted: #ef5350 → #ff5252 (matches error)
Co-Authored-By: DeepSeek <noreply@deepseek.com>1 parent d36133d commit 20eecfa
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
314 | | - | |
| 313 | + | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
0 commit comments