A React + Vite app that lets you design your own syntax color themes for HTML, CSS, and JavaScript.
Preview your custom color settings live and instantly generate matching VS Code token color rules.
🔗 Live Demo: vikspan.github.io/custom-coding-color-theme
💻 Repo: github.com/vikspan/custom-coding-color-theme
- 🎨 Live preview of syntax highlighting for HTML, CSS, and JS
- ⚙️ Custom color controls with instant visual feedback
- 🌗 Optional light/dark preview modes
- 📋 One-click generation of VS Code–compatible color rules
- 🚀 Built with React + Vite for fast, modern development
- Language Switching
- Color Customization
- Export Color Rules
- Choose a language (CSS, HTML, or JS).
- Adjust colors for selectors, properties, or keywords.
- Watch syntax colors update in real time.
- Save your theme and copy ready-to-use VS Code rules.
Clone the repo:
git clone https://github.com/vikspan/custom-coding-color-theme.git
cd custom-coding-color-themeInstall dependencies:
npm installStart development server:
npm run devTo build for production:
npm run buildTo deploy to GitHub Pages:
npm run deployVite, React, Sass, JavaScript, CSS, HTML, Git
Made with 💛 by Viktorija Špan


