❖ Information
kolorz is a silly little library for printing kolored text to the terminal
❖ Installation
Add kolorz to your project's Cargo.toml:
[]
= "0.9.0"
❖ Basic Usage
// print kolored text
use Kolor;
❖ The following kolorschemes are available:
- catppuccin - latte, frappe, macchiato, mocha
- nord
- dracula
- gruvbox - dark, light
- onedark
- tokyonight
- ayu
- palenight
- gogh
- biscuit - dark, light
❖ The following kolors are available on all of the kolorschemes:
- red
- purple
- blue
- orange
- yellow
- text (usually white on dark kolorschemes)
- random (picks a random color from above)
❖ Kustom Kolorz are also available
// custom kolorz from hex
use HexKolorize;
// custom kolorz from RGB
use RGBKolorize;
❖ What's New?
0.9.0 - Add random kolorz