Reputation: 31
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.
#000
Upvotes: 1
Views: 6678
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
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