Programming tasks to Scientific Computing I
Variables
aol::color Namespace Reference

table of ansi color codes More...

Variables

const string reset = "\033[0;0m"
 
const string invert = "\033[0;7m"
 
const string black = "\033[0;30m"
 
const string red = "\033[0;31m"
 
const string green = "\033[0;32m"
 
const string brown = "\033[0;33m"
 
const string blue = "\033[0;34m"
 
const string purple = "\033[0;35m"
 
const string cyan = "\033[0;36m"
 
const string light_grey = "\033[0;37m"
 
const string dark_grey = "\033[1;30m"
 
const string light_red = "\033[1;31m"
 
const string light_green = "\033[1;32m"
 
const string yellow = "\033[1;33m"
 
const string light_blue = "\033[1;34m"
 
const string pink = "\033[1;35m"
 
const string light_cyan = "\033[1;36m"
 
const string white = "\033[1;37m"
 
const string beep = "\007"
 
const string error = beep + red
 
const string ok = green
 
const string residuum = blue
 

Detailed Description

table of ansi color codes

Variable Documentation

const string aol::color::beep = "\007"

Definition at line 122 of file aol.h.

const string aol::color::black = "\033[0;30m"

Definition at line 106 of file aol.h.

const string aol::color::blue = "\033[0;34m"

Definition at line 110 of file aol.h.

const string aol::color::brown = "\033[0;33m"

Definition at line 109 of file aol.h.

const string aol::color::cyan = "\033[0;36m"

Definition at line 112 of file aol.h.

const string aol::color::dark_grey = "\033[1;30m"

Definition at line 114 of file aol.h.

const string aol::color::error = beep + red

Definition at line 123 of file aol.h.

const string aol::color::green = "\033[0;32m"

Definition at line 108 of file aol.h.

const string aol::color::invert = "\033[0;7m"

Definition at line 105 of file aol.h.

const string aol::color::light_blue = "\033[1;34m"

Definition at line 118 of file aol.h.

const string aol::color::light_cyan = "\033[1;36m"

Definition at line 120 of file aol.h.

const string aol::color::light_green = "\033[1;32m"

Definition at line 116 of file aol.h.

const string aol::color::light_grey = "\033[0;37m"

Definition at line 113 of file aol.h.

const string aol::color::light_red = "\033[1;31m"

Definition at line 115 of file aol.h.

const string aol::color::ok = green

Definition at line 124 of file aol.h.

const string aol::color::pink = "\033[1;35m"

Definition at line 119 of file aol.h.

const string aol::color::purple = "\033[0;35m"

Definition at line 111 of file aol.h.

const string aol::color::red = "\033[0;31m"

Definition at line 107 of file aol.h.

const string aol::color::reset = "\033[0;0m"

Definition at line 104 of file aol.h.

const string aol::color::residuum = blue

Definition at line 125 of file aol.h.

const string aol::color::white = "\033[1;37m"

Definition at line 121 of file aol.h.

const string aol::color::yellow = "\033[1;33m"

Definition at line 117 of file aol.h.