feat: Detect background color (#15132)

This commit is contained in:
Jacob Richman
2025-12-18 10:36:48 -08:00
committed by GitHub
parent 54466a3ea8
commit 322232e514
28 changed files with 1031 additions and 359 deletions

View File

@@ -134,6 +134,7 @@ const baseMockUiState = {
mainAreaWidth: 100,
terminalWidth: 120,
currentModel: 'gemini-pro',
terminalBackgroundColor: undefined,
};
const mockUIActions: UIActions = {