Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

Create your own color scheme

Awesome Lists containing this project

README

        

# Catbbrew

## Brew your own flavor

An awesome color theme creator using the [Catppuccin](https://github.com/catppuccin/catppuccin) system.

## Features

- It's awesome
- 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 (Todo)
- Save your progress in the history and have different versions (Todo)

Ideas for the future:

- Nice random palette generator
- Monochrome, Duotone, Tria, Colorful
- Use base color(s)
- Settings: Warm <-> Cool, Gray <-> Colorful
- Harmonize colors
- Text block preview (only see a text skeleton to focus on the colors)
- More IDE UI elements (maybe a statusline?)

Make it more awesome. Contributions are welcome!

## Development

You need to have [pnpm](https://pnpm.io/) installed.

```bash
pnpm install
```

Dev:

```bash
pnpm dev
```

Building:

```bash
pnpm build
```