mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
feat(ui): standardize semantic focus colors and enhance history visibility (#20745)
Co-authored-by: jacob314 <jacob314@gmail.com>
This commit is contained in:
@@ -250,11 +250,12 @@ export interface CustomTheme {
|
||||
};
|
||||
border?: {
|
||||
default?: string;
|
||||
focused?: string;
|
||||
};
|
||||
ui?: {
|
||||
comment?: string;
|
||||
symbol?: string;
|
||||
active?: string;
|
||||
focus?: string;
|
||||
gradient?: string[];
|
||||
};
|
||||
status?: {
|
||||
|
||||
Reference in New Issue
Block a user