Reproducible in vscode.dev or in VS Code Desktop?
Reproducible in the monaco editor playground?
Monaco Editor Playground Link
No response
Monaco Editor Playground Code
Reproduction Steps
Set up a custom theme, set a value like #FFFFFF to the ui.line, watch your minimap's background change to white.
Actual (Problematic) Behavior
The code minimap background inherits its value from ui.line when it should inherit from common.bg instead.
Expected Behavior
Background should match common.background
Additional Context
No response