mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-19 01:51:21 +08:00
The .selected state on mode-switcher-item and thinking-selector-item set background to --vscode-list-activeSelectionBackground (a strong blue in light themes) but never set a foreground color. Text inherited dark colors from the parent, producing unreadable dark-on-blue text in light VSCode themes. - Add color using --text-on-interactive-base / --vscode-list-activeSelectionForeground to .mode-switcher-item.selected and .thinking-selector-item.selected - Move description text color to :not(.selected) so it inherits the correct foreground when selected - Add missing --surface-interactive-active token to vscode-bridge.css