❖ Information
kolorz is a silly little library for printing kolored text to the terminal
❖ Installation
Add kolorz to your project's Cargo.toml:
[]
= "0.5.0"
❖ Basic Usage
// print kolored text
use Kolor;
// get an array of all available kolorschemes
use Kolor;
❖ The following kolorschemes are available:
- catppuccin latte
- catppuccin frappe
- catppuccin macchiato
- catppuccin mocha
- dracula
- nord
- gruvbox
- onedark
- tokyonight
- ayu
- palenight
- gogh
❖ The following kolors are available on all of the kolorschemes:
- red
- purple
- blue
- orange
- yellow
- text (usually white on dark kolorschemes)
❖ What's New?
0.5.0 - Use enums instead of &str