openvsx
openvsx copied to clipboard
Header blank for some extensions
trafficstars
I thought the header was completely missing for the Launch Darkly extension (ironic? is this a dark launch?), but then I tried to select it and realized that it's just dark text on dark background.
https://open-vsx.org/extension/launchdarklyofficial/launchdarkly-beta

Ok that's a strange case. The extension declares that it wants a light theme, hence the dark text color:
https://github.com/launchdarkly/ld-vscode/blob/6a2d9d62253464a122064a031222ef210ed81ec6/package.json#L269
However, it does not specify any background color (galleryBanner.color), hence the website uses its default from the dark theme.
It now looks OK.
