bright

Build Status Crates.io LICENSE

preview

Beautiful terminal color

Install

Add this in your Cargo.toml:

toml [dependencies] bright = "0.1.0"

Usage

```rust use bright::*;

fn main() { println!("{}", "Hello world".red().bold().bg_green()); } ```

Styles

Modifiers

Colors

Background colors