-
-
Notifications
You must be signed in to change notification settings - Fork 621
Select out of the defaults syntect syntax themes in theme.ron #2532
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
Select out of the defaults syntect syntax themes in theme.ron #2532
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Needs resolve then can be merged 👍 |
Done! |
@VasilisManol i missed this but can you also please update the theme docs accordingly? |
@extrawurst I have added a comment in the style.rs for the available default themes for syntax. In my view, syntax is just another customizable theme element, so the pointer in THEMES.md to style.rs seems enough for me. |
Yes please it's a bit specific and different to the other styles. Ideally an example and a link to the available styles |
This Pull Request fixes/closes #1931 discussed in #1928 .
It changes the following:
Enables selecting in the theme file, the syntax theme out of the defaults from syntect crate.
I followed the checklist:
addedextended unittestmake check
without errors