sprinkles-vscode
v2.7.0
Published
A sprinkled syntax theme with vibrant pops of colors 🍩
Downloads
79
Readme
Install
VSCode
- Open Command Palette > Install Extensions
- Search for
sprinkles-theme
and install
Module
You can also install the theme as a node module:
npm install sprinkles-vscode
Usage
VSCode
- Open Command Palette > Preferences: Color Theme
- Select
Sprinkles
from the dropdown
Module
You can import the theme anywhere by installing it as a dependency:
import dark from "sprinkles-vscode/themes/sprinkles-dark.json";