jmatthiesen / vsmac-themeBuilder

MIT License
0 stars 1 forks source link

I can create a new editor theme from the web browser #2

Open jmatthiesen opened 4 years ago

therealjohn commented 4 years ago

I'm thinking that an interactive presentation is shown to the user. For example, an element like this is shown:

image

The user can click on each colorized item of the code file to change color for that matching token. Different files open (.xml, .css, .cs, etc.) could be selected to change those tokens.

Thoughts?

jmatthiesen commented 4 years ago

I'd love that. The more visual we could make it the better! As a v1, if we can just show some code samples and at least show how the text colors change, I think that would be good. For a more full preview, we may be better off learning how to make it happen in an IDE extension.