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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user