mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -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:
@@ -13,6 +13,10 @@ vi.mock('../semantic-colors.js', () => ({
|
||||
theme: {
|
||||
ui: {
|
||||
gradient: ['red', 'blue'],
|
||||
focus: 'green',
|
||||
},
|
||||
background: {
|
||||
focus: 'darkgreen',
|
||||
},
|
||||
text: {
|
||||
accent: 'cyan',
|
||||
|
||||
Reference in New Issue
Block a user