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
497 stars 52 forks source link

Light+ has wrong whitespace dot color #116

Closed hutchcodes closed 2 years ago

hutchcodes commented 2 years ago

Describe the bug The whitespace dots in Light+ is a fairly saturated blue in Visual Studio but is a light gray in VS Code

Screenshots Whitespace dots in Visual Studio image

Whitespace dots in VS Code image

To Reproduce Steps to reproduce the behavior:

  1. Select Light+ theme
  2. Go to Tools->Options->Text Editor and check "View whitespace"
  3. Open a code file
  4. See blue whitespace dots

Expected behavior Whitespace dots should be light gray

Environment (please complete the following information):

Impact Minor annoyance, but enough that I turn of "View whitespace" despite my preference to have it on.

gracegtaylor commented 2 years ago

Thanks for sharing this issue, @hutchcodes! We can look into this issue and prioritize it. The dots do look quite distracting with that kind of coloring.

ketttY commented 2 years ago

Thank you again for sharing the feedback, @hutchcodes! The issue should now be fixed, feel free to reopen if it still reproduces for you!