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
484 stars 48 forks source link

Support VSC opacity #143

Closed ketttY closed 2 years ago

ketttY commented 2 years ago

For disabled menu text, VSC will apply a 0.4 opacity to the foreground. Adding support for calculating the actual color.

Before:

image

After:

image