Live data from Hacker News

Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser

themes.vscode.one

61–70 of 108 posts

Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser

#61
post #41

This sign up thing is such a plague. I don't want to trade my digital identity for a theme, it's a bad deal. The only reason I would sign up is if you'd allow theme hosting and signing up would allow me to host my themes and gain notoriety.

That's fair. In the future I'd like to implement features like: automatically handle publishing to the marketplace for the user (right now it's a pain), upvotes system, etc. Accounts are a good solution for these types of features + it makes the theme data persistence way more robust so you can comfortably / reliably start a theme and then come back later to finish it. There are many suggestions for making signing-in optional though, so will explore this.

Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser

#63

Hello, this is great to see. However, the site is not recognizing login on Brave browser even with lowered filters. I logged in via Github and can see your app is authorized. The site still thinks I am logged out. Also, 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 :)

Yeah the Firebase + GitHub auth seems to be broken across-the-board. Going to dig into this.

Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser

#64

I like this but please add a light mode. I suffer from astigmatism and looking at a black screen gives me headaches. I specifically create light mode themes that work with my eye condition.

Thanks for sharing this, I will look into a light theme for a future iteration.

Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser

#66

One 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.

do you mean within?

My bad. Yes.

Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser

#67

This site is blocked for me due to malware threats. ??

Strange, do you know what's giving you that warning?

Likely a false positive. I'm on a corporate vpn and the Cisco CA cert is not trusted.

Re: Show HN: I built a VS Code Theme Creator – easily make VS Code themes in browser

#68
post #60

As someone who's created their own theme for VSCode this could've saved a ton of time. However after trying to just change a couple colors I'm already extremely frustrated since I can't actually type a hex code in the color picker without it hijacking what I'm typing and adding characters, even when I'm trying to delete. The only thing that works is if I paste in a hex code. I'm not sure if this is an attempt at auto…

Yeah that's a nasty bug. I built the picker from scratch so it has not been battletested. Will fix this moving forward.
Post reply on HN