-
Notifications
You must be signed in to change notification settings - Fork 0
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
Missing a couple small styles #6
Comments
@zachthedev
thinking of doing similar. like microsoft/vscode#25986 adding a settings input option "Use different syntax theme" that'll automatically extract user's preferred theme token colors and use it. leaving the field empty will use default Material Code's token colors. |
@rakibdev No problem! Thanks for adding them. Yeah, that would be perfect! Just letting you know that the snippet that I provided isn't perfect, I am noticing that there are some styles still shown from this repo that I need to figure out but still gets my idea across. |
you mean token colors didn't affect bracket or pair guide colors? fix added. here's how the setting works recording.mp4 |
now available in v2.6.0 |
Thank you so much for this!
After setting my environment, I noticed there seemed to be several very small unstyled parts:
Edit: Here is another -
I also ported the editor token color styles from vscode Material Theme, as I felt it fit more than the default ones you have. Just in case you are interested:
snippet from settings.js
The text was updated successfully, but these errors were encountered: