fix(cli): update remaining themes and tests with border.focused for SemanticColors consistency

This commit is contained in:
Keith Guerin
2026-03-01 22:58:48 -08:00
parent 65c57ef463
commit 69cc143596
5 changed files with 6 additions and 0 deletions

View File

@@ -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',

View File

@@ -103,6 +103,7 @@ describe('<Header />', () => {
},
border: {
default: '',
focused: '',
},
ui: {
comment: '',

View File

@@ -49,6 +49,7 @@ const noColorSemanticColors: SemanticColors = {
},
border: {
default: '',
focused: '',
},
ui: {
comment: '',

View File

@@ -47,6 +47,7 @@ const semanticColors: SemanticColors = {
},
border: {
default: '#073642',
focused: '#268bd2',
},
ui: {
comment: '#586e75',

View File

@@ -47,6 +47,7 @@ const semanticColors: SemanticColors = {
},
border: {
default: '#eee8d5',
focused: '#268bd2',
},
ui: {
comment: '#93a1a1',