DEFAULT_CSS = '\n StatusBar {\n height: 1;\n dock: bottom;\n background: $surface;\n padding: 0 1;\n }\n\n StatusBar .status-mode {\n width: auto;\n padding: 0 1;\n }\n\n StatusBar .status-mode.normal {\n display: none;\n }\n\n StatusBar .status-mode.bash {\n background: __MODE_BASH__;\n color: white;\n text-style: bold;\n }\n\n StatusBar .status-mode.command {\n background: __MODE_CMD__;\n color: white;\n }\n\n StatusBar .status-auto-approve {\n width: auto;\n padding: 0 1;\n }\n\n StatusBar .status-auto-approve.on {\n background: #10b981;\n color: black;\n }\n\n StatusBar .status-auto-approve.off {\n background: #f59e0b;\n color: black;\n }\n\n StatusBar .status-message {\n width: 1fr;\n padding: 0 1;\n color: $text-muted;\n }\n\n StatusBar .status-message.thinking {\n color: $warning;\n }\n\n StatusBar .status-cwd {\n width: 1fr;\n text-align: right;\n color: $text-muted;\n }\n\n StatusBar .status-tokens {\n width: auto;\n padding: 0 1;\n color: $text-muted;\n }\n\n StatusBar .status-model {\n width: auto;\n padding: 0 1;\n color: $text-muted;\n }\n '.replace(
'__MODE_BASH__',
COLORS['mode_bash']).replace('__MODE_CMD__',
COLORS['mode_command']
)