https://github.com/vdawg-git/catbbrew
Create your own color scheme
https://github.com/vdawg-git/catbbrew
catppuccin color-scheme color-scheme-generator syntax-highlighting syntax-theme
Last synced: about 2 months ago
JSON representation
Create your own color scheme
- Host: GitHub
- URL: https://github.com/vdawg-git/catbbrew
- Owner: vdawg-git
- Created: 2024-10-02T21:05:19.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T11:02:55.000Z (5 months ago)
- Last Synced: 2025-03-30T12:33:55.900Z (3 months ago)
- Topics: catppuccin, color-scheme, color-scheme-generator, syntax-highlighting, syntax-theme
- Language: Svelte
- Homepage: http://catbbrew.com/
- Size: 12.5 MB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Easily create your own Catppuccin variant and export it to your favorite editor.
## 🎨 Features
- Supports everything Catppuccin supports (a lot)
- Better Okhsl color picker for constant lightness
- Smooth workflow: Click on codeblocks to change their color direclty
- Editable preview code
- Create a familiar setup by changing the font
- Presets
- History and snapshots so that you can iterate nicelyMake it more awesome. Contributions are welcome!
## 💻 Development
We use [pnpm](https://pnpm.io/) as our package manager.
```bash
pnpm install
```Dev:
```bash
pnpm dev
```Building:
```bash
pnpm build
```