Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
41–50 of 108 posts
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#42Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#43Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#44Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#45Also, I block facebook pixels, reddit tracking and google tag manager that you have on the site. Could that be the reason. I don't want FAANG scum to get my data each time I lift my toilet lid :)
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#46Hi HN, I built the VS Code Theme Studio after realizing how hard and annoying it is to create a theme the standard way. You have to tweak tons of hex color codes in a huge JSON file... yuck. Most of the time you don't even know which settings to edit, or how they actually affect the UI. I wanted to build a much more intuitive and user-friendly way of designing VS Code themes, so that anyone could design a beautiful,…
This seems like a fun project. I wanted to second my favorite Vue + Firebase combo. The purists may balk but it is super approachable for a luddite like myself.
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#47Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#48This is cool! I really enjoyed playing around. Some feedback: 1. Do not ask for signup before making a theme. There is so much power in allowing users play around without friction. You will get signups from users that are interested. 2. Make the editor preview itself a selection tool for various colors and other items. That would make it a whole lot easier to use 3. Allow grouping of colors. Some colors are always se…
Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser
#49Both 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
#50Maybe with some machine learning the easy-to-compute function from colors -> VS Code UI Screenshots could be inversed, so that you know which color keys influence a certain pixel.
Sadly the color space is finite, otherwise the color key could be easily encoded in the color without changing the color much. Looking forward to high DPI CSS colors ;)