oILAB
Loading...
Searching...
No Matches
TerminalColors.h File Reference
#include <iostream>
#include <iomanip>
#include <string>

Go to the source code of this file.

Namespaces

namespace  gbLAB
 

Variables

static std::string gbLAB::defaultColor = "\033[0m"
 
static std::string gbLAB::redColor = "\033[0;31m"
 
static std::string gbLAB::redBoldColor = "\033[1;31m"
 
static std::string gbLAB::greenColor = "\033[0;32m"
 
static std::string gbLAB::greenBoldColor = "\033[1;32m"
 
static std::string gbLAB::yellowColor = "\033[0;33m"
 
static std::string gbLAB::yellowBoldColor = "\033[1;33m"
 
static std::string gbLAB::blueColor = "\033[0;34m"
 
static std::string gbLAB::blueBoldColor = "\033[1;34m"
 
static std::string gbLAB::magentaColor = "\033[0;35m"
 
static std::string gbLAB::magentaBoldColor = "\033[1;35m"
 
static std::string gbLAB::cyanColor = "\033[0;36m"
 
static std::string gbLAB::cyanBoldColor = "\033[1;36m"