Instantly generate beautiful, language‑specific icons and fully‑featured VS Code color themes with a single command.
- Viral Appeal: Developers love fresh, eye‑catching UI tweaks – shareable on social media, blog posts, and dev forums.
- SEO‑Optimized: Every generated theme is named with SEO‑friendly slugs, boosting discoverability in VS Code Marketplace searches.
- Zero Manual Work: Scripts automate icon creation, theme JSON production, and package publishing – saving countless hours.
- Dynamic Icon Generation –
scripts/generate-icons.jsreads language metadata and outputs SVGs for every supported language. - Multi‑Palette Themes – Light, Soft, Warm, and Base themes (
codecharm-*.json) with auto‑adjusted token colors. - IDE Package Builder –
Theame/generate_ide_packages.jsbundles icons & themes into ready‑to‑publish VS Code extensions. - Verification & Testing –
scripts/verify-icons.jsandscripts/simulate-history.jsensure consistency and backward compatibility. - Comprehensive Docs –
API_REFERENCE.mdandCHANGELOG.mdkeep contributors in the loop.
# Clone the repo
git clone https://github.com/yourname/codecharm-icon-theme-generator.git
cd codecharm-icon-theme-generator
# Install dependencies
npm ci
# Generate all icons
node scripts/generate-icons.js
# Build themes (choose a palette)
node scripts/generate-themes.js --palette warm # options: base, light, soft, warm
# Verify output
node scripts/verify-icons.js
# Package for VS Code Marketplace
node Theame/generate_ide_packages.jsTip: Add --watch to any script to auto‑rebuild on file changes during development.
vscode icons, code editor themes, programming language icons, automated theme generator, open source vscode extension, developer UI customization, codecharm theme, icon pack automation, visual studio code color schemes, javascript build tools