fix(theme): improve theme color contrast for macOS Terminal.app (#21175)

This commit is contained in:
Mark McLaughlin
2026-03-05 15:33:49 -08:00
committed by GitHub
parent 7ec477d40d
commit 6aa6630137
43 changed files with 1629 additions and 1668 deletions
@@ -211,7 +211,7 @@ describe('Hint Visibility', () => {
<ThemeDialog {...baseProps} settings={settings} />,
{
settings,
uiState: { terminalBackgroundColor: '#1E1E2E' },
uiState: { terminalBackgroundColor: '#000000' },
},
);
await waitUntilReady();