Live data from Hacker News

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

themes.vscode.one

101–108 of 108 posts

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

#101

So let me get this straight. I make a theme. In order to actually use that theme I must sign up with azure DevOps create my own organization then get a personal access token then publish it to an open marketplace with my information on it then and only then can I get it into my IDE. Does anyone else see that as ridiculous?

Looks like a microsoft standard way to get things done to me

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

#103
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…

2 emails in 3 days is too much. This is why we don't want to sign up for things. You spin us some crap about why you need it, and then use it to spam us.

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

#105
post #103

Earlier quoted context omitted.

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…

2 emails in 3 days is too much. This is why we don't want to sign up for things. You spin us some crap about why you need it, and then use it to spam us.

and then they try to convince you that "email marketing" isn't spam.

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

#106

So let me get this straight. I make a theme. In order to actually use that theme I must sign up with azure DevOps create my own organization then get a personal access token then publish it to an open marketplace with my information on it then and only then can I get it into my IDE. Does anyone else see that as ridiculous?

Don't quite need to do that.

Follow https://themes.vscode.one/faq/publishing-theme to step 4. Then use VSCE to make a package file as shown on https://code.visualstudio.com/api/working-with-extensions/pu...

You can then distribute the VSIX file that you create any way you please and also do a VSIX file installation of the theme on your local copy of VSC.

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

#107
Anybody know something similar for phpstorm or intellij ide? I try to create custom theme using the plugin sdk route, I might be doing it terribly wrong, the result works weird on some place like there's white border around windows and missing colors.

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

#108

So let me get this straight. I make a theme. In order to actually use that theme I must sign up with azure DevOps create my own organization then get a personal access token then publish it to an open marketplace with my information on it then and only then can I get it into my IDE. Does anyone else see that as ridiculous?

Don't quite need to do that. Follow https://themes.vscode.one/faq/publishing-theme to step 4. Then use VSCE to make a package file as shown on https://code.visualstudio.com/api/working-with-extensions/pu... You can then distribute the VSIX file that you create any way you please and also do a VSIX file installation of the theme on your local copy of VSC.

Thanks! It's still a lot of hoops to jump through coming from visual studio perspective where all settings can be imported or exported to a file. But this is workable!
Post reply on HN