refactor(cli): categorize built-in themes into dark/ and light/ directories (#18634)

This commit is contained in:
JAYADITYA
2026-03-05 14:50:46 +05:30
committed by GitHub
parent 3d4956aa57
commit 013d5dfbb0
24 changed files with 77 additions and 77 deletions
@@ -23,7 +23,7 @@ vi.mock('../themes/theme-manager.js', () => ({
DEFAULT_THEME: { name: 'Default' },
}));
vi.mock('../themes/holiday.js', () => ({
vi.mock('../themes/builtin/dark/holiday-dark.js', () => ({
Holiday: { name: 'Holiday' },
}));