Catppuccin for VSCode Peacock
Previews with Catppuccin for VSCode.
- Launch VSCode
- Install Peacock
- Within the command pallette, Ctrl + Shift + P, search for
Preferences: Open User Settings (JSON)
- Choose your flavour (frappe, latte, macchiato, mocha)
- Copy the peacock property of flavour.json into your
settings.json
:
{
// other vscode settings
"peacock.favoriteColors": [
// catppuccin flavour colors
// other favorite colors
]
}
- Save and exit
- Within the command pallette, Ctrl + Shift + P, search for
Peacock: Change to a Favorite Color
- Select your favorite one 🌈
As a bonus, you can set Peacock to Surprise Me From Favorites Only
and Surprise Me On Startup
.
The .json
files can be regenerated when the palette is updated.
- Clone the repo.
- Run
npm install
- Run
npm run generate
- All
.json
files should be regenerated
Copyright © 2021-present Catppuccin Org