diff --git a/packages/cli/src/ui/themes/theme.ts b/packages/cli/src/ui/themes/theme.ts index 0425d151dc..d670777710 100644 --- a/packages/cli/src/ui/themes/theme.ts +++ b/packages/cli/src/ui/themes/theme.ts @@ -234,6 +234,8 @@ export const richLightTheme: ColorsTheme = { InputBackground: '#E8EAED', // grey-200 MessageBackground: '#E8EAED', // grey-200 FocusBackground: '#CEEAD6', // green-100 + + GradientColors: ['#4796E4', '#847ACE', '#C3677F'], }; export const richDarkTheme: ColorsTheme = {