Trait owo_colors::Color

source ·
pub trait Color {
    const ANSI_FG: &'static str;
    const ANSI_BG: &'static str;
    const RAW_ANSI_FG: &'static str;
    const RAW_ANSI_BG: &'static str;
}
Expand description

A trait for describing a type which can be used with FgColorDisplay or BgCBgColorDisplay

Required Associated Constants§

source

const ANSI_FG: &'static str

The ANSI format code for setting this color as the foreground

source

const ANSI_BG: &'static str

The ANSI format code for setting this color as the background

source

const RAW_ANSI_FG: &'static str

The raw ANSI format for settings this color as the foreground without the ANSI delimiters (“\x1b” and “m”)

source

const RAW_ANSI_BG: &'static str

The raw ANSI format for settings this color as the background without the ANSI delimiters (“\x1b” and “m”)

Implementors§

source§

impl Color for owo_colors::colors::Black

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::Blue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for BrightBlack

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for BrightBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for BrightCyan

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::BrightGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for BrightMagenta

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::BrightRed

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for BrightWhite

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for BrightYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::Cyan

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for Default

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::Green

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for Magenta

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::Red

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::White

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for owo_colors::colors::Yellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

impl Color for AeroBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Alto

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for AltoBeige

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for AnakiwaBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Aqua

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Aquamarine

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for AzureRadiance

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BayLeaf

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Bermuda

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BittersweetOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::Black

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BlazeOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::Blue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BlueRibbon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BlueStone

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BlushPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BondiBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Boulder

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Bouquet

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BrightElectricViolet

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::BrightGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BrightHeliotrope

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::BrightRed

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BrightTurquoise

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BrighterElectricViolet

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Brown

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for BuddhaGold

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CamaroneGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CanCanPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Canary

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Caramel

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CaribbeanGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Celadon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Cerulean

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ChartreuseGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ChartreuseYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ChelseaCucumber

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ChetwodeBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ClamShell

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ClayCreekOlive

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CodGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ConiferGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CopperRose

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Copperfield

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Corn

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CornflowerBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CosmosSalmon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CottonCandy

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for CranberryPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Cumulus

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::Cyan

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Dandelion

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkAlto

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkAnakiwaBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkAquamarine

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkBrightGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkCodGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkCorn

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkCornflowerBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkDoveGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkFeijoaGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkFlirt

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkFreshEggplant

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkHeliotropePurple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkHotPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkLavenderRose

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkLimeade

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkMalibuBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkMediumPurple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkMineShaft

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkMintGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkPastelGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkPurple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkPurplePizzazz

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkRose

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkScreaminGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkSilver

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkSilverChalice

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkSpringGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkTachaOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkTundora

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DarkViolet

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DecoOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DeepCerulean

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DeepSeaGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DelugePurple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DollyYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DoveGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DownyTeal

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for DustyGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ElectricIndigo

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ElectricPurple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ElectricViolet

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for EndeavourBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Feijoa

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for FernGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Flirt

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for FlushOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for FogPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for FrenchPassLightBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Fuchsia

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for FuchsiaPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for GalleryGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for GladeGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Gold

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for GrandisCaramel

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Gray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::Green

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for GreenYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for GuardsmanRed

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for GulfStream

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for HavelockBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Heliotrope

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for HillaryOlive

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for HippieBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for HollywoodCerise

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Honeysuckle

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for HopbushPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for HotPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Indigo

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Jade

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for JapaneseLaurel

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for JungleMist

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for JuniperGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LaserLemon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Lavender

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LavenderRose

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightAnakiwaBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightAquamarine

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightAzureRadiance

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightCaribbeanGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightCodGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightElectricViolet

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightFlirt

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightFreshEggplant

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightHeliotrope

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightHollywoodCerise

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightJapaneseLaurel

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightLimeade

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightMalibuBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightMineShaft

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightMintGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightOrchid

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightPastelGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightScreaminGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightSilverChalice

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LightSpringGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LighterAquamarine

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LighterHeliotrope

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Lilac

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Lime

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Limeade

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for LochmaraBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Malachite

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MalibuBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MangoTango

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Maroon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MatrixPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Mauve

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MediumPurple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MediumVioletRed

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MelroseLilac

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Mercury

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MidnightBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MineShaft

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MintGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for MuesliOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for NavyBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for NobelGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Olive

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for OliveGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Orchid

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for OrientBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for OysterBay

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PaleGoldenrod

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PastelGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PersianGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PharlapPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PigmentIndigo

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PinkFlamingo

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PinkLace

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PinkSalmon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PirateGold

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Pistachio

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PixieGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PoloBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PompadourMagenta

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PortafinoYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Purple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for PurplePizzazz

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for RazzmatazzCerise

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::Red

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ReefPaleYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for RioGrandeGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for RobinEggBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for RomanOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Rose

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for RoseofSharonOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Rosewood

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Salmon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ScampiIndigo

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ScienceBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ScorpionGray

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ScorpionOlive

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ScreaminGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for SeaPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ShakespeareBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Silver

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for SilverChalice

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for SilverTree

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for SlateBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for SnowyMint

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for SpringGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for StratosBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for StrikemasterPurple

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Sundown

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Tacao

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for TachaOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for TanBeige

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for TapestryPink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Teal

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for TennOrange

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for TexasRose

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for ThistlePink

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Tradewind

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Tundora

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBlack

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightBlack

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightCyan

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightMagenta

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightRed

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightWhite

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserBrightYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserCyan

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserMagenta

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserRed

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserWhite

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for UserYellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for VerdunGreen

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for Viking

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for VistaBlue

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for VividTangerine

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::White

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for WildBlueYonder

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for WildWatermelon

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for WistfulLilac

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for owo_colors::colors::xterm::Yellow

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl Color for YellowSea

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

impl<const R: u8, const G: u8, const B: u8> Color for CustomColor<R, G, B>

source§

const ANSI_FG: &'static str = _

source§

const ANSI_BG: &'static str = _

source§

const RAW_ANSI_FG: &'static str = _

source§

const RAW_ANSI_BG: &'static str = _