mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 04:46:43 +08:00
bff44337c7
Remove the `.kilo-diff-theme` utility class and its dedicated stylesheet, relocating all Pierre diff engine custom properties into the centralized `vscode-bridge.css` theme definition. This allows diff components to inherit theming from the document root without requiring an explicit class annotation on each container element. - Delete `webview-ui/src/styles/diff.css` - Drop `kilo-diff-theme` class from DiffPanel, FullScreenDiffView, DiffVirtualApp, and PermissionDiff components - Remove corresponding `@import` statements from chat.css and agent-manager.css