votca 2024-dev
Loading...
Searching...
No Matches
Classes | Namespaces | Variables
colors.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  votca::tools::ColorScheme
 
class  votca::tools::ColorSchemeBase
 
class  votca::tools::Color< TColorScheme >
 
class  votca::tools::csDefault
 
class  votca::tools::csRGB
 

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::tools
 
namespace  votca::tools::Colors
 stores color codes for colorful help output
 

Variables

static const char votca::tools::Colors::Empty [] = {0}
 
static const char votca::tools::Colors::Reset [] = {0x1b, '[', '0', ';', '3', '9', 'm', 0}
 
static const char votca::tools::Colors::Black [] = {0x1b, '[', '0', ';', '3', '0', 'm', 0}
 
static const char votca::tools::Colors::Red [] = {0x1b, '[', '0', ';', '3', '1', 'm', 0}
 
static const char votca::tools::Colors::Green [] = {0x1b, '[', '0', ';', '3', '2', 'm', 0}
 
static const char votca::tools::Colors::Yellow [] = {0x1b, '[', '0', ';', '3', '3', 'm', 0}
 
static const char votca::tools::Colors::Blue [] = {0x1b, '[', '0', ';', '3', '4', 'm', 0}
 
static const char votca::tools::Colors::Magenta [] = {0x1b, '[', '0', ';', '3', '5', 'm', 0}
 
static const char votca::tools::Colors::Cyan [] = {0x1b, '[', '0', ';', '3', '6', 'm', 0}
 
static const char votca::tools::Colors::White [] = {0x1b, '[', '0', ';', '3', '7', 'm', 0}
 
static const char votca::tools::Colors::BoldBlack [] = {0x1b, '[', '1', ';', '3', '0', 'm', 0}
 
static const char votca::tools::Colors::BoldRed [] = {0x1b, '[', '1', ';', '3', '1', 'm', 0}
 
static const char votca::tools::Colors::BoldGreen [] = {0x1b, '[', '1', ';', '3', '2', 'm', 0}
 
static const char votca::tools::Colors::BoldYellow [] = {0x1b, '[', '1', ';', '3', '3', 'm', 0}
 
static const char votca::tools::Colors::BoldBlue [] = {0x1b, '[', '1', ';', '3', '4', 'm', 0}
 
static const char votca::tools::Colors::BoldMagenta [] = {0x1b, '[', '1', ';', '3', '5', 'm', 0}
 
static const char votca::tools::Colors::BoldCyan [] = {0x1b, '[', '1', ';', '3', '6', 'm', 0}
 
static const char votca::tools::Colors::BoldWhite [] = {0x1b, '[', '1', ';', '3', '7', 'm', 0}
 
Color< csDefaultvotca::tools::DEFAULT_COLORS