Update diff colors (#4747)

Co-authored-by: Jacob Richman <jacob314@gmail.com>
This commit is contained in:
Miguel Solorio 2025-07-23 15:39:22 -07:00 committed by GitHub
parent e21b5c95aa
commit 2e28bb90a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 155 additions and 61 deletions

View file

@ -17,6 +17,8 @@ const githubDarkColors: ColorsTheme = {
AccentGreen: '#85E89D',
AccentYellow: '#FFAB70',
AccentRed: '#F97583',
DiffAdded: '#3C4636',
DiffRemoved: '#502125',
Comment: '#6A737D',
Gray: '#6A737D',
GradientColors: ['#79B8FF', '#85E89D'],