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

Compute compound color for editor highlight and improve command line interface #60

Closed ketttY closed 3 years ago

ketttY commented 3 years ago

For current line highlighting, in VS the border is always fully opaque, and the background is always 0.25 opacity. This change will calculate what's the color required by VS for showing similar visual result as VSC. Before (Bearded Theme Arc) image After: image VSC: image