koutil
Loading...
Searching...
No Matches
koutil::term::color Namespace Reference

Variables

constexpr auto black = Color::from_id(30)
 
constexpr auto red = Color::from_id(31)
 
constexpr auto green = Color::from_id(32)
 
constexpr auto yellow = Color::from_id(33)
 
constexpr auto blue = Color::from_id(34)
 
constexpr auto magenta = Color::from_id(35)
 
constexpr auto cyan = Color::from_id(36)
 
constexpr auto white = Color::from_id(37)
 
constexpr auto default_color = Color::from_id(39)
 
constexpr auto black_bright = Color::from_id(90)
 
constexpr auto red_bright = Color::from_id(91)
 
constexpr auto green_bright = Color::from_id(92)
 
constexpr auto yellow_bright = Color::from_id(93)
 
constexpr auto blue_bright = Color::from_id(94)
 
constexpr auto magenta_bright = Color::from_id(95)
 
constexpr auto cyan_bright = Color::from_id(96)
 
constexpr auto white_bright = Color::from_id(97)
 

Variable Documentation

◆ black

auto koutil::term::color::black = Color::from_id(30)
constexpr

Black color

◆ black_bright

auto koutil::term::color::black_bright = Color::from_id(90)
constexpr

Bright black color

◆ blue

auto koutil::term::color::blue = Color::from_id(34)
constexpr

Blue color

◆ blue_bright

auto koutil::term::color::blue_bright = Color::from_id(94)
constexpr

Bright blue color

◆ cyan

auto koutil::term::color::cyan = Color::from_id(36)
constexpr

Cyan color

◆ cyan_bright

auto koutil::term::color::cyan_bright = Color::from_id(96)
constexpr

Bright cyan color

◆ default_color

auto koutil::term::color::default_color = Color::from_id(39)
constexpr

Default color

◆ green

auto koutil::term::color::green = Color::from_id(32)
constexpr

Green color

◆ green_bright

auto koutil::term::color::green_bright = Color::from_id(92)
constexpr

Bright green color

◆ magenta

auto koutil::term::color::magenta = Color::from_id(35)
constexpr

Magenta color

◆ magenta_bright

auto koutil::term::color::magenta_bright = Color::from_id(95)
constexpr

Bright magenta color

◆ red

auto koutil::term::color::red = Color::from_id(31)
constexpr

Red color

◆ red_bright

auto koutil::term::color::red_bright = Color::from_id(91)
constexpr

Bright red color

◆ white

auto koutil::term::color::white = Color::from_id(37)
constexpr

White color

◆ white_bright

auto koutil::term::color::white_bright = Color::from_id(97)
constexpr

Bright white color

◆ yellow

auto koutil::term::color::yellow = Color::from_id(33)
constexpr

Yellow color

◆ yellow_bright

auto koutil::term::color::yellow_bright = Color::from_id(93)
constexpr

Bright yellow color