Go to the documentation of this file. 1 #ifndef __JEEP__JCOLOR__
2 #define __JEEP__JCOLOR__
10 const char*
const WHITE =
"\033[97m";
11 const char*
const CYAN =
"\033[96m";
12 const char*
const PURPLE =
"\033[95m";
13 const char*
const BLUE =
"\033[94m";
14 const char*
const YELLOW =
"\033[93m";
15 const char*
const GREEN =
"\033[92m";
16 const char*
const RED =
"\033[91m";
17 const char*
const RESET =
"\033[0m";
18 const char*
const BOLD =
"\033[1m";
const char *const PURPLE
print purple
const char *const WHITE
print white
const char *const YELLOW
print yellow
const char *const BOLD
print bold
const char *const CYAN
print cyan
const char *const GREEN
print green
const char *const RED
print red
const char *const BLUE
print blue
const char *const RESET
print reset color