[][src]Trait owo_colors::Color

pub trait Color {
    const ANSI_FG: &'static str;
    const ANSI_BG: &'static str;
}

Associated Constants

const ANSI_FG: &'static str

const ANSI_BG: &'static str

Loading content...

Implementors

impl Color for Black[src]

impl Color for Blue[src]

impl Color for Cyan[src]

impl Color for Green[src]

impl Color for Magenta[src]

impl Color for Red[src]

impl Color for White[src]

impl Color for Yellow[src]

Loading content...