✨ SprinklePack — Custom Themes for Visual Studio Code
SprinklePack is a VS Code extension that offers a collection of clean, consistent, and developer-friendly color themes.
Designed for improved focus and clarity across multiple coding environments.
🚀 Features
🎨 Multiple themes in one extension
🔍 Optimized syntax highlighting for readability
🌙 Includes both dark and light variants
⚙️ Easy to preview and switch between themes
🧪 How to Use
Open the Command Palette:
Ctrl+K Ctrl+T
Select the theme you want from the list under SprinklePack
You can switch between themes at any time!
📦 Installation
Install via the VS Code Marketplace:
ext install kagan-dev.sprinklepack
Or install manually from the .vsix file:
code --install-extension sprinklepack-0.0.1.vsix
🛠️ Customization & Development
Want to customize or contribute?
Theme definitions are in the themes/ folder
UI colors → "colors" section
Syntax tokens → "tokenColors" section
To preview changes live:
# Inside your extension project
code .
# Press F5 to open the Extension Development Host