microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
164.16k stars 29.28k forks source link

Text Color Remains Black and Unreadable Across All Dark Themes #210282

Closed akikuno closed 6 months ago

akikuno commented 7 months ago

In my environment (WSL2-Ubuntu), when I switch to the dark theme, the text color remains black, making it barely unreadable. This happens with all dark themes. I have not done anything to override the settings in vscode specifically for text color.

image

I apologize if this issue has already been discussed, but I would appreciate any guidance on how to address this problem.

okineadev commented 7 months ago

hmmmmmm

aeschli commented 6 months ago

I can't reproduce on 1.89.0 insiders (WSL)

sandy081 commented 6 months ago

Do you see this when you open VS Code locally - not connecting to WSL? Do you see this issue when you open any markdown, say release notes? Do you see this issue in all editors?

@mjbvz Any insights

mjbvz commented 6 months ago

Does this only happen after switching with the extension page already open? When if you try opening an extension page after switching themes?

okineadev commented 6 months ago

Most likely, the problem is in the color theme

akikuno commented 6 months ago

I deeply appreciate your comments.

After reviewing all of your comments, I rechecked my settings.json and found a typo in editor.fontFamily.

It was listed as \"Consolas instead of Consolas. After I removed the \", the text color turned white in all Dark themes.

Before (\"): Black font color

image

After (Remove \"): White font color

image

I'm not sure why, but thank you very much for your assistance!

okineadev commented 6 months ago

It's good that everything was resolved.