Skip to content

AshrafMorningstar/codecharm-icon-theme-generator

Repository files navigation

CodeCharm Icon & Theme Generator

Instantly generate beautiful, language‑specific icons and fully‑featured VS Code color themes with a single command.

🔥 Why This Project?

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

✨ Key Features

  • Dynamic Icon Generationscripts/generate-icons.js reads 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 BuilderTheame/generate_ide_packages.js bundles icons & themes into ready‑to‑publish VS Code extensions.
  • Verification & Testingscripts/verify-icons.js and scripts/simulate-history.js ensure consistency and backward compatibility.
  • Comprehensive DocsAPI_REFERENCE.md and CHANGELOG.md keep contributors in the loop.

🚀 Installation & Usage

# 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.js

Tip: Add --watch to any script to auto‑rebuild on file changes during development.

🌐 Search Engine Optimization (SEO) Keywords

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

About

Instantly create stunning VS Code icons & color themes for every programming language – fully automated, SEO‑ready, and 100% open source.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors