You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default syntax highlight colors are bad with a light theme
Steps to recreate
Set the light of blue theme of Visual Studio;
open a GLSL shader file;
look at the syntax highlight colors of the text.
Current behavior
The actual default syntax highlight colors make the text well readable only when a dark theme is used, so the background color is dark. When, instead, a light theme is used, so the background color is light (for example white), the text will be very hard to read.
See the following picture as an example:
Expected behavior
The default syntax highlight colors should change accordingly with the used theme or the default colors should be good with light and dark themes (at least with the Visual Studio default themes).
The text was updated successfully, but these errors were encountered:
Thanks for your feedback! Yes, colors that are sensitive to the theme would be better. I hardcoded them in ClassificationTypes.t4 because I always use a dark theme. So the change would be a bit involved. I also do not know how to query the active Visual Studio theme colors. If you have any knowledge in this area, please feel free to imporve the code. Cheers, Daniel
Installed product versions
Description
The default syntax highlight colors are bad with a light theme
Steps to recreate
Current behavior
The actual default syntax highlight colors make the text well readable only when a dark theme is used, so the background color is dark. When, instead, a light theme is used, so the background color is light (for example white), the text will be very hard to read.
See the following picture as an example:
Expected behavior
The default syntax highlight colors should change accordingly with the used theme or the default colors should be good with light and dark themes (at least with the Visual Studio default themes).
The text was updated successfully, but these errors were encountered: