Problem
When using a dark theme (One Dark Pro), the text on extension marketplace detail pages is completely black and unreadable against the dark background.
This does not happen in stock VS Code with the exact same theme.
Screenshot
What I already tried
- Confirmed
workbench.colorThemeis set to"One Dark Pro" - Added various
workbench.colorCustomizations(foreground, descriptionForeground, etc.) - Reloaded the window multiple times
- Cleared theme-related settings
None of these fixed the black text on the extension detail / marketplace preview pages.
Environment
- Antigravity IDE Version: 2.1.1
- VSCode OSS Version: 1.107.0
- Commit: e0b7a2bcf575cfba10528c4e7c10bd3ce2d7769a
- Date: 2026-06-17T22:39:43.962Z
- Electron: 39.2.3
- Chromium: 142.0.7444.175
- Node.js: 22.21.1
- V8: 14.2.231.21-electron.0
- OS: Darwin arm64 25.6.0 (MacOS 26 Tahoe 26.6)
- Language Server CL: 933924006
- Theme: One Dark Pro (from official VS Code Marketplace)
- Issue appears limited to webviews used for extension details. Normal editor/sidebar/terminal text is fine.
Expected behavior
Extension description text should inherit the theme’s foreground color (light gray), the same way it does in regular VS Code.
Thanks!
