co-mono/packages/coding-agent/src/modes/interactive/theme
scutifer b11b7d1f84
coding-agent: update theme-schema.json to match latest theme implementation (#763)
* feat(coding-agent): update theme-schema.json
Added to required/properties:
- thinkingText - thinking block text color
- selectedBg - selected item background
- toolTitle - tool execution box title (replaces toolText)
- toolOutput - tool execution box output text
- mdLinkUrl - markdown link URL color
- thinkingOff, thinkingMinimal, thinkingLow, thinkingMedium, thinkingHigh, thinkingXhigh, bashMode added to required array (were already in properties)

Removed:
- toolText (replaced by toolTitle and toolOutput)

* removed thinking* border colors from required
2026-01-16 11:45:39 +01:00
..
dark.json Add theme-configurable HTML export colors (from PR #387) 2026-01-01 22:21:40 +01:00
light.json Improve light theme color contrast for WCAG compliance (#682) 2026-01-13 13:03:04 +01:00
theme-schema.json coding-agent: update theme-schema.json to match latest theme implementation (#763) 2026-01-16 11:45:39 +01:00
theme.ts Use globalThis for theme to share across module loaders 2026-01-12 17:51:41 +01:00