mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 10:34:35 -07:00
ui(polish) blend background color with theme (#18802)
This commit is contained in:
@@ -16,7 +16,11 @@ import type { UIState } from '../contexts/UIStateContext.js';
|
||||
vi.mock('../themes/theme-manager.js', () => ({
|
||||
themeManager: {
|
||||
getActiveTheme: vi.fn(),
|
||||
setTerminalBackground: vi.fn(),
|
||||
getAllThemes: vi.fn(() => []),
|
||||
setActiveTheme: vi.fn(),
|
||||
},
|
||||
DEFAULT_THEME: { name: 'Default' },
|
||||
}));
|
||||
|
||||
vi.mock('../themes/holiday.js', () => ({
|
||||
|
||||
Reference in New Issue
Block a user