Fix mismatched dark background in tool block code panels (Svelte)
Takeaway: Next time I'd point directly at the CSS variables involved (--tool-output-bg, --shiki-dark-bg) since the agent had to spend a lot of turns grepping through multiple components to find the source of the color mismatch.