━━━━━━ ❖ ━━━━━━



❖ Information

kolorz is a silly little library for printing colored text to the terminal


❖ Installation

Add kolorz to your project's Cargo.toml:

toml [dependencies] kolorz = "0.1.0"


❖ Basic Usage

```rust use kolorz::get_colorscheme;

fn main() { let mocha = get_colorscheme("catppuccin mocha"); println!("{}", mocha.red("This is red")); } ```


❖ The following colorschemes are available:


❖ The following colors are available on all of the colorschemes:


❖ What's New?

0.1.0 - Initial release