 |
Blaze 3.9
|
Go to the documentation of this file.
35#ifndef _BLAZE_UTIL_COLORMACROS_H_
36#define _BLAZE_UTIL_COLORMACROS_H_
47#define BLAZE_COLOR_OUTPUT 0
61#define BLAZE_BLACK "\033[0;30m"
64#define BLAZE_RED "\033[0;31m"
67#define BLAZE_GREEN "\033[0;32m"
70#define BLAZE_BROWN "\033[0;33m"
73#define BLAZE_BLUE "\033[0;34m"
76#define BLAZE_MAGENTA "\033[0;35m"
79#define BLAZE_CYAN "\033[0;36m"
82#define BLAZE_WHITE "\033[0;37m"
85#define BLAZE_LIGHTBLACK "\033[1;30m"
88#define BLAZE_LIGHTRED "\033[1;31m"
91#define BLAZE_LIGHTGREEN "\033[1;32m"
94#define BLAZE_YELLOW "\033[1;33m"
97#define BLAZE_LIGHTBLUE "\033[1;34m"
100#define BLAZE_LIGHTMAGENTA "\033[1;35m"
103#define BLAZE_LIGHTCYAN "\033[1;36m"
106#define BLAZE_LIGHTWHITE "\033[1;37m"
109#define BLAZE_OLDCOLOR "\033[0m"
114#define BLAZE_BLACK ""
120#define BLAZE_GREEN ""
123#define BLAZE_BROWN ""
129#define BLAZE_MAGENTA ""
135#define BLAZE_WHITE ""
138#define BLAZE_LIGHTBLACK ""
141#define BLAZE_LIGHTRED ""
144#define BLAZE_LIGHTGREEN ""
147#define BLAZE_YELLOW ""
150#define BLAZE_LIGHTBLUE ""
153#define BLAZE_LIGHTMAGENTA ""
156#define BLAZE_LIGHTCYAN ""
159#define BLAZE_LIGHTWHITE ""
162#define BLAZE_OLDCOLOR ""