mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-11 03:46:49 -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:
@@ -29,6 +29,12 @@ vi.mock('../../semantic-colors.js', () => ({
|
||||
primary: 'COLOR_PRIMARY',
|
||||
secondary: 'COLOR_SECONDARY',
|
||||
},
|
||||
ui: {
|
||||
focus: 'COLOR_FOCUS',
|
||||
},
|
||||
background: {
|
||||
focus: 'COLOR_FOCUS_BG',
|
||||
},
|
||||
status: {
|
||||
success: 'COLOR_SUCCESS',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user