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

https://github.com/nadim147c/rong

🎨 A Material You and Base16 color generator.
https://github.com/nadim147c/rong

base16 cli linux material-you material3 matugen rice wallpaper

Last synced: about 1 month ago
JSON representation

🎨 A Material You and Base16 color generator.

Awesome Lists containing this project

README

          

# Rong

[![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/Nadim147c/rong?style=for-the-badge&logo=go&labelColor=11140F&color=BBE9AA)](https://pkg.go.dev/github.com/Nadim147c/rong)
[![GitHub Repo stars](https://img.shields.io/github/stars/Nadim147c/rong?style=for-the-badge&logo=github&labelColor=11140F&color=BBE9AA)](https://github.com/Nadim147c/rong)
[![GitHub License](https://img.shields.io/github/license/Nadim147c/rong?style=for-the-badge&logo=gplv3&labelColor=11140F&color=BBE9AA)](./LICENSE)
[![GitHub Tag](https://img.shields.io/github/v/tag/Nadim147c/rong?include_prereleases&sort=semver&style=for-the-badge&logo=git&labelColor=11140F&color=BBE9AA)](https://github.com/Nadim147c/rong/tags)

> [!IMPORTANT]
> 🔥 Found this useful? A quick star goes a long way.

**Rong** is a CLI that extracts a **Material You** color palette from an image or
video, and applies it across your system using configurable template mappings.

### 🎨 Features

- Extracts color palettes from **images** or **videos**
- Generates color output using customizable **templates**
- Automatically writes output to multiple **target files**
- Easily theme apps like **WezTerm**, **Eww**, **Kitty**, **Spicetify**, **Waybar**,
and **Discord mods**

![Rong Preview](./preview.png)

**Example:**

```sh
rong image ~/Pictures/wallpaper.jpg
```

Check out the [documentation](https://nadim147c.github.io/rong).

## Hacking

Contributions are welcomed `(including typo fixes)`. Consider making an issue making
big changes!

## License and Credit

Rong is licensed under [GNU GPL-3.0](./LICENSE). This CLI uses [material](https://github.com/Nadim147c/material)
for generating colors.

### Thanks to

- [Matugen](https://github.com/InioX/matugen-themes/): For some of the templates.
- [Material Color Utilities](https://github.com/material-foundation/material-color-utilities): For the material color algorithm.