auto-claude: 1.3 - Add colorTheme: 'default' to DEFAULT_APP_SETTINGS

Added colorTheme: 'default' as const to DEFAULT_APP_SETTINGS in config.ts
to ensure new users start with the default theme.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AndyMik90
2025-12-20 01:29:31 +01:00
parent c505d6e32c
commit a75c0a9965
@@ -9,6 +9,7 @@
export const DEFAULT_APP_SETTINGS = {
theme: 'system' as const,
colorTheme: 'default' as const,
defaultModel: 'opus',
agentFramework: 'auto-claude',
pythonPath: undefined as string | undefined,