mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 01:51:20 -07:00
fix(cli): update remaining themes and tests with border.focused for SemanticColors consistency
This commit is contained in:
@@ -33,6 +33,7 @@ describe('ColorsDisplay', () => {
|
||||
},
|
||||
border: {
|
||||
default: '#555555',
|
||||
focused: '#0000ff',
|
||||
},
|
||||
ui: {
|
||||
comment: '#666666',
|
||||
@@ -72,6 +73,7 @@ describe('ColorsDisplay', () => {
|
||||
},
|
||||
border: {
|
||||
default: '#555555',
|
||||
focused: '#0000ff',
|
||||
},
|
||||
ui: {
|
||||
comment: '#666666',
|
||||
|
||||
@@ -103,6 +103,7 @@ describe('<Header />', () => {
|
||||
},
|
||||
border: {
|
||||
default: '',
|
||||
focused: '',
|
||||
},
|
||||
ui: {
|
||||
comment: '',
|
||||
|
||||
@@ -49,6 +49,7 @@ const noColorSemanticColors: SemanticColors = {
|
||||
},
|
||||
border: {
|
||||
default: '',
|
||||
focused: '',
|
||||
},
|
||||
ui: {
|
||||
comment: '',
|
||||
|
||||
@@ -47,6 +47,7 @@ const semanticColors: SemanticColors = {
|
||||
},
|
||||
border: {
|
||||
default: '#073642',
|
||||
focused: '#268bd2',
|
||||
},
|
||||
ui: {
|
||||
comment: '#586e75',
|
||||
|
||||
@@ -47,6 +47,7 @@ const semanticColors: SemanticColors = {
|
||||
},
|
||||
border: {
|
||||
default: '#eee8d5',
|
||||
focused: '#268bd2',
|
||||
},
|
||||
ui: {
|
||||
comment: '#93a1a1',
|
||||
|
||||
Reference in New Issue
Block a user