❖ Information
kolorz is a silly little library for printing colored text to the terminal
❖ Installation
Add kolorz to your project's Cargo.toml:
[]
= "0.2.0"
❖ Basic Usage
// print colored text
use get_colorscheme;
// get an array of all available colorschemes
use get_all_colorschemes;
❖ The following colorschemes are available:
- catppuccin latte
- catppuccin frappe
- catppuccin macchiato
- catppuccin mocha
- dracula
- nord
- gruvbox
- onedark
- tokyonight
- ayu
- palenight
- gogh
❖ The following colors are available on all of the colorschemes:
- red
- purple
- blue
- orange
- yellow
- white
❖ What's New?
0.2.0 - Added a helper function to get an array of all colorschemes