DAS  3.0
Das Analysis System
colours.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const char * green = "\x1B[32m"
 
static const char * red = "\x1B[31m"
 
static const char * orange = "\x1B[33m"
 
static const char * bold = "\x1B[1m"
 
static const char * normal = "\x1B[22m"
 
static const char * highlight = "\x1B[3m"
 
static const char * underline = "\x1B[4m"
 
static const char * def = "\x1B[0m"
 

Variable Documentation

◆ bold

const char * bold = "\x1B[1m"
static

◆ def

const char * def = "\x1B[0m"
static

◆ green

const char* green = "\x1B[32m"
static

◆ highlight

const char * highlight = "\x1B[3m"
static

◆ normal

const char * normal = "\x1B[22m"
static

◆ orange

const char * orange = "\x1B[33m"
static

◆ red

const char * red = "\x1B[31m"
static

◆ underline

const char * underline = "\x1B[4m"
static