summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/themes/theme.ts
diff options
context:
space:
mode:
authorMiguel Solorio <[email protected]>2025-06-04 10:41:03 -0700
committerGitHub <[email protected]>2025-06-04 10:41:03 -0700
commita2f03636a50ade818f311d82565560dd8d1daf8d (patch)
tree84cce941a07c704aef16332492d76e142d3a08e9 /packages/cli/src/ui/themes/theme.ts
parenta14aada94503ef278232f4659ebc69d5aba457ca (diff)
Update light themes (#726)
Diffstat (limited to 'packages/cli/src/ui/themes/theme.ts')
-rw-r--r--packages/cli/src/ui/themes/theme.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/cli/src/ui/themes/theme.ts b/packages/cli/src/ui/themes/theme.ts
index abe9b101..4b280ec4 100644
--- a/packages/cli/src/ui/themes/theme.ts
+++ b/packages/cli/src/ui/themes/theme.ts
@@ -28,13 +28,13 @@ export const lightTheme: ColorsTheme = {
type: 'light',
Background: '#FAFAFA',
Foreground: '#3C3C43',
- LightBlue: '#ADD8E6',
+ LightBlue: '#89BDCD',
AccentBlue: '#3B82F6',
AccentPurple: '#8B5CF6',
AccentCyan: '#06B6D4',
- AccentGreen: '#22C55E',
- AccentYellow: '#EAB308',
- AccentRed: '#EF4444',
+ AccentGreen: '#3CA84B',
+ AccentYellow: '#D5A40A',
+ AccentRed: '#DD4C4C',
SubtleComment: '#9CA3AF',
Gray: 'gray',
GradientColors: ['#4796E4', '#847ACE', '#C3677F'],