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

Sidebar links are low contrast #24

Closed gracegtaylor closed 3 years ago

gracegtaylor commented 3 years ago

Describe the bug The sidebar links on the Dracula theme appear pale purple instead of white, which would be more readable as it is an important link. The maintainers have chosen White as a readable accent color on a dark background.

Screenshots image

To Reproduce Convert the Dracula theme.

Expected behavior The links should be white.

Environment (please complete the following information):

ketttY commented 3 years ago

The sidebar should be corresponding to the activity bars in VSC, and from the screenshot, looks like the colors used here are correct? image

ketttY commented 3 years ago

(Closing as by design)