-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Theme detection failing #35
Comments
I have the same issue with the blue theme |
I am aware of these issues, but haven't found the time to work on this project yet. I'll try to implement an elegant way to handle themes, but that will probably be somewhere in september. In the meantime, feel free to open a PR - the logic for this is pretty simple (and was a quickfix implementation) here in the package file. |
the main issues is you hardcoded color values in strings
If there is a minimal diff the compare fails (my detected values are Small workaround is to basically change the compare in VSColorTheme_ThemeChanged to check for Dark instead of Light theme:
When I switch between buildin themes, it works now, but the light colors are still not that great to read. |
Microsoft Visual Studio Enterprise 2022 (64-bit) - Preview
Version 17.10.0 Preview 2.0
use light theme by default after extension install though clearly defaulting to dark theme:
I see I can manually adjust each color but no manual theme selection.
The text was updated successfully, but these errors were encountered: