UI Components์ถœ์ฒ˜: CSS-Tricks์กฐํšŒ์ˆ˜ 11

No Hassle Visual Code Theming: Publishing an Extension

By Zell Liew
2026๋…„ 2์›” 4์ผ
**No Hassle Visual Code Theming: Publishing an Extension**

Creating your theme is the fun part. After youโ€™re done, the next step is to publish your theme so you โ€” and others โ€” can enjoy your creation. Youโ€™d think that publishing a VS Code extension is an easy process, but itโ€™s not. (Maybe Iโ€™m used to the ease of publishing npm packages and take registries for granted.) Anyway, you have to publish your theme in two places: Visual Studio Marketplace for VS Code users Open VSX for other text editors You might also want to publish to npm for others to use your theme easily for other contexts โ€” like syntax highlighting via Shiki. Preparing your theme When you name your theme, you cannot put it under a scope like @scope/theme-name...

---

**[devsupporter ํ•ด์„ค]**

์ด ๊ธฐ์‚ฌ๋Š” CSS-Tricks์—์„œ ์ œ๊ณตํ•˜๋Š” ์ตœ์‹  ๊ฐœ๋ฐœ ๋™ํ–ฅ์ž…๋‹ˆ๋‹ค. ๊ด€๋ จ ๋„๊ตฌ๋‚˜ ๊ธฐ์ˆ ์— ๋Œ€ํ•ด ๋” ์•Œ์•„๋ณด์‹œ๋ ค๋ฉด ์›๋ณธ ๋งํฌ๋ฅผ ์ฐธ๊ณ ํ•˜์„ธ์š”.