mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-25 20:44:46 -07:00
fix(ui): improve user message visibility and refine focus hints
This commit is contained in:
@@ -250,11 +250,11 @@ export interface CustomTheme {
|
||||
};
|
||||
border?: {
|
||||
default?: string;
|
||||
focused?: string;
|
||||
};
|
||||
ui?: {
|
||||
comment?: string;
|
||||
symbol?: string;
|
||||
active?: string;
|
||||
focus?: string;
|
||||
gradient?: string[];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user