Net Wzrd
Net Wzrd

Reputation: 31

microsoft vscode - change UI text color

this is regarding Microsoft Visual Studio Code text editor - not Visual Studio 2015 IDE.

I am using light Color Theme - white background and dark text, but these themes set color to the UI also. For example, file explorer has light grey text on slightly lighter grey background. Please help the (almost) blind person but I have a hard time to see this text.

Upvotes: 1

Views: 6678

Answers (2)

Net Wzrd
Net Wzrd

Reputation: 31

Solved.

With help from Microsoft, see github issue: https://github.com/Microsoft/vscode/issues/6065 scroll down to the last entry. The file workbench.main.css will allow you to customize the UI the way you want.

Upvotes: 1

Eric Bole-Feysot
Eric Bole-Feysot

Reputation: 15167

Have a look at this page to know how to build custom themes for vscode.

Themes descriptions are stored in Microsoft VS Code\resources\app\extensions\theme-xxx folder. Edit the xxx.tmTheme to customize colors.

Upvotes: 0

Related Questions