This is great! Now I'm not going to get any real work done today.
Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
21–30 of 108 posts
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#22One bug, entering hex code aggressively tries to convert 3 digit into 6 digit. So you can't actually type a 6-digit hex code because as soon as you type the first 3 digits, it expands it into 6, so you have to like backspace and mess around with it to get the color you want.
It would also be nice to have more flexibility in syntax highlighting section. Not everyone wants to group things in the same way for setting colors.
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#23Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#24Both the Terms of Service and Privacy Policy links 404. Why does this require an account?
Oooof just pushed a fix for that. It's a lot easier to make a theme in multiple 'sittings' instead of all at once. Your themes get stored under your account so you can come back to them later. Also used for posting the themes in the 'hub'. Localstorage seemed too flakey for theme data storage... it would be a really bad experience to lose an hours worth of theme data.
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#25One of VS Code's strengths is that it can entirely run without the browser. It would be cool to see actual real preview of the themes in action.
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#26Often I love a theme except for one or two small details, and it'd be nice to edit them in this tool.
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#27Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#28Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#29This is great; nice work. The only feature I see missing is the ability to edit the resulting JSON file. This would also allow users to base their theme off of existing themes, which would be my primary use case for something like this. Often I love a theme except for one or two small details, and it'd be nice to edit them in this tool.