mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-17 07:13:07 -07:00
fix(theme): add gradient colors to richLightTheme definition
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user