diff options
| author | Miguel Solorio <[email protected]> | 2025-07-23 15:39:22 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-23 22:39:22 +0000 |
| commit | 2e28bb90a00ad415d453a2ec868faa78679602f0 (patch) | |
| tree | e94a960be7d61a0982ba4e997442a6afeda63082 /packages/cli/src/ui/themes/shades-of-purple.ts | |
| parent | e21b5c95aaf801da2539ebbc53f0fd3cf45b7ed2 (diff) | |
Update diff colors (#4747)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/themes/shades-of-purple.ts')
| -rw-r--r-- | packages/cli/src/ui/themes/shades-of-purple.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/ui/themes/shades-of-purple.ts b/packages/cli/src/ui/themes/shades-of-purple.ts index 8b467e75..6e20240f 100644 --- a/packages/cli/src/ui/themes/shades-of-purple.ts +++ b/packages/cli/src/ui/themes/shades-of-purple.ts @@ -22,6 +22,8 @@ const shadesOfPurpleColors: ColorsTheme = { AccentGreen: '#A5FF90', // Strings and many others AccentYellow: '#fad000', // Title, main yellow AccentRed: '#ff628c', // Error/deletion accent + DiffAdded: '#383E45', + DiffRemoved: '#572244', Comment: '#B362FF', // Comment color (same as AccentPurple) Gray: '#726c86', // Gray color GradientColors: ['#4d21fc', '#847ace', '#ff628c'], |
