VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.63k stars 1.12k forks source link

Dark theme issue with extension information page #2091

Closed mas-co closed 2 weeks ago

mas-co commented 3 weeks ago

Describe the bug Extension information pages (details, features, changelog, &c) do not render properly with dark themes. If I want to read the text, I must highlight it.

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

  1. Use a dark theme.
  2. Go to the extension manager.
  3. Search for an extension.
  4. Attempt to read about the extension in the pane.

Expected behavior I expect the text to be white with a dark background. Instead, there is black text on a dark background.

Screenshots Please see attached screenshot, below. Some text is highlighted in order to read it.

Desktop (please complete the following information):

Additional context

That's all folks. Have a great day!

Screenshot 2024-11-04 155705

daiyam commented 3 weeks ago

All colors are controlled by the theme, so bad color = bad theme

Screen Shot 2024-11-04 at 23 11 06

mas-co commented 2 weeks ago

All colors are controlled by the theme, so bad color = bad theme

So either all of the pre-installed dark themes have been changed on my system and now have very poor colors or there is a problem with VS Codium. And why does, say, the "Dark Modern" theme have white text in VS Code and not in VS Codium?

No worries. I will go back to VS Code.

mas-co commented 2 weeks ago

Please note, this was a fresh install, and no settings were altered from the defaults. I was able to fix this by deleting the settings.json file in the app data folder. (The contents were just a pair of curly braces.) Now it works as expected. I have no idea why this happened.