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

https://github.com/raluvy95/catppify

Generate your image using Catppuccin palette
https://github.com/raluvy95/catppify

catppuccin cli hald-clut haldclut theme tool

Last synced: 11 months ago
JSON representation

Generate your image using Catppuccin palette

Awesome Lists containing this project

README

          

![](./example.png)
# Catppify
Convert your image to use Catppuccin! Inspired by similar tool like [prismatica](https://github.com/ahmedmahmud/prismatica)

Supports transparent image and CLI only!

# Installation
Just clone this repo, it's that simple. To update, just `git pull`
# Examples
Generate image with default values (mocha and 4-level noise)
```sh
./catppify background.png
```

Generate image with latte as preferred palette and 2-level noise
```sh
./catppify background -p latte -n 2
```