microsoft / theme-converter-for-vs

CLI tool that allows you to convert your VS Code color theme to a VS 2022 color theme.
MIT License
502 stars 53 forks source link

Improve Collapsed Region Text #123

Closed ketttY closed 3 years ago

ketttY commented 3 years ago

This change is using the region name color (preprocessor text) for the collapsed text as in VSCode, because collapsing the code does not create a new overlay but rather shows the first line. Note: collapsed text color is only read at VS start up, therefore, in order to see this change, you will need to first open VS, select your target theme, and then restart VS. Before: image After: image Unfolded: image VS Code: image