Turns your VSCode into a icy blue with sparks of color.
Features
🧊 Frost-inspired cool blue color palette
✨ Strategic warm accents for important syntax elements
🎨 Accessible - WCAG AA compliant contrast ratios
Installation
From Marketplace
Open VSCode/Cursor
Go to Extensions (Cmd/Ctrl + Shift + X)
Search for "Frost Spark"
Click Install
Manual Installation
git clone https://github.com/pbarnum/frost-spark-vscode-theme.git
cd frost-spark-vscode-theme
npm install
npm run build
code --install-extension .
Development
Quick start for contributors:
# Clone and setup
git clone https://github.com/pbarnum/frost-spark-vscode-theme.git
cd frost-spark-vscode-theme
npm install
# Build the theme
npm run build
# Test in VSCode
# Press F5 to open Extension Development Host
Key concepts:
Edit source files in src/ (never edit generated files in themes/)
Colors are defined in src/colors.js
Run npm run build after changes
Use npm run watch for auto-rebuild during development