summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/ayu-light.ts
diff options
context:
space:
mode:
authorMiguel Solorio <[email protected]>2025-07-23 15:39:22 -0700
committerGitHub <[email protected]>2025-07-23 22:39:22 +0000
commit2e28bb90a00ad415d453a2ec868faa78679602f0 (patch)
treee94a960be7d61a0982ba4e997442a6afeda63082 /packages/cli/src/ui/themes/ayu-light.ts
parente21b5c95aaf801da2539ebbc53f0fd3cf45b7ed2 (diff)
Update diff colors (#4747)
Co-authored-by: Jacob Richman <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/themes/ayu-light.ts')
-rw-r--r--packages/cli/src/ui/themes/ayu-light.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/cli/src/ui/themes/ayu-light.ts b/packages/cli/src/ui/themes/ayu-light.ts
index 45004107..8410cfb2 100644
--- a/packages/cli/src/ui/themes/ayu-light.ts
+++ b/packages/cli/src/ui/themes/ayu-light.ts
@@ -17,8 +17,10 @@ const ayuLightColors: ColorsTheme = {
AccentGreen: '#86b300',
AccentYellow: '#f2ae49',
AccentRed: '#f07171',
+ DiffAdded: '#C6EAD8',
+ DiffRemoved: '#FFCCCC',
Comment: '#ABADB1',
- Gray: '#CCCFD3',
+ Gray: '#a6aaaf',
GradientColors: ['#399ee6', '#86b300'],
};