CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
colours

Some colour std::string factors, used when printing something on the screen. More...

Variables

static const std::string cbl::par::col_default = "\033[0m"
 default colour (used when printing something on the screen)
 
static const std::string cbl::par::col_red = "\033[0;31m"
 red colour (used when printing something on the screen)
 
static const std::string cbl::par::col_bred = "\033[1;91m"
 bold high intensty red colour (used when printing something on the screen)
 
static const std::string cbl::par::col_onred = "\033[41m"
 background red colour (used when printing something on the screen)
 
static const std::string cbl::par::col_green = "\033[0;32m"
 green colour (used when printing something on the screen)
 
static const std::string cbl::par::col_blue = "\033[0;34m"
 blue colour (used when printing something on the screen)
 
static const std::string cbl::par::col_yellow = "\033[0;33m"
 yellow colour (used when printing something on the screen)
 
static const std::string cbl::par::col_purple = "\033[0;35m"
 purple colour (used when printing something on the screen)
 

Detailed Description

Some colour std::string factors, used when printing something on the screen.