bright

Beautiful terminal color
Install
Add this in your Cargo.toml:
[]
= "*"
Usage
use *;
use ;
Styles
Modifiers
.bold().dim().italic().underline().slow_blink().fast_blink().invert().hidden().cross_out()
Colors
.black().red().green().yellow().blue().magenta().cyan().white().rgb(r, g, b)
Background colors
.bg_black().bg_red().bg_green().bg_yellow().bg_blue().bg_magenta().bg_cyan().bg_white().bg_rgb(r, g, b)