Getting Started
To get started install rong and generate colors.
Installation
Arch Linux (AUR)
bash
yay -S rongNix (flake)
bash
nix run github:Nadim147c/rong -- --helpFor better nix integration check nix page.
Go Install
Needs:
go.
bash
go install github.com/Nadim147c/rong/v5@latestManual from source
Needs:
go,coreutilsandjust.
bash
# cd my-build-dir
git clone https://github.com/Nadim147c/rong.git
cd rong
just build-installTo ensure you've properly installed rong, run:
bash
rong --helpIf you see the help menu, then you've successfully installed rong.
A Material You color generator from an image or video.
Usage:
rong [command]
Available Commands:
...Generate Colors
To extract Material You compatible colors from an image:
bashrong image /path/to/imageTo extract colors from a video:
bashrong video /path/to/video
TIP
If you want to use both video and image, you can use the video command.
bash
rong video /path/to/image/or/videoGenerated colors will be used to generate theme files using templates. These generated files will be stored in <user-state-dir>/rong (usually ~/.local/state/rong):
bash
$ ls ~/.local/state/rong/
colors.scss gtk-css.css midnight-discord.css spicetify-sleek.ini
colors.css dunstrc hyprland.conf pywalfox.json
colors.lua ghostty image.txt qtct.conf
colors.nu gtk.css kitty.conf rofi.rasiRong has a list of built-in templates for commonly used formats. You can also create your own theme templates. See the templates page.