Go to the documentation of this file.
22 #ifndef _BLAZE_UTIL_COLORMACROS_H_
23 #define _BLAZE_UTIL_COLORMACROS_H_
34 #define BLAZE_COLOR_OUTPUT 0
45 #if BLAZE_COLOR_OUTPUT
48 #define BLAZE_BLACK "\033[0;30m"
51 #define BLAZE_RED "\033[0;31m"
54 #define BLAZE_GREEN "\033[0;32m"
57 #define BLAZE_BROWN "\033[0;33m"
60 #define BLAZE_BLUE "\033[0;34m"
63 #define BLAZE_MAGENTA "\033[0;35m"
66 #define BLAZE_CYAN "\033[0;36m"
69 #define BLAZE_WHITE "\033[0;37m"
72 #define BLAZE_LIGHTBLACK "\033[1;30m"
75 #define BLAZE_LIGHTRED "\033[1;31m"
78 #define BLAZE_LIGHTGREEN "\033[1;32m"
81 #define BLAZE_YELLOW "\033[1;33m"
84 #define BLAZE_LIGHTBLUE "\033[1;34m"
87 #define BLAZE_LIGHTMAGENTA "\033[1;35m"
90 #define BLAZE_LIGHTCYAN "\033[1;36m"
93 #define BLAZE_LIGHTWHITE "\033[1;37m"
96 #define BLAZE_OLDCOLOR "\033[0m"
101 #define BLAZE_BLACK ""
107 #define BLAZE_GREEN ""
110 #define BLAZE_BROWN ""
113 #define BLAZE_BLUE ""
116 #define BLAZE_MAGENTA ""
119 #define BLAZE_CYAN ""
122 #define BLAZE_WHITE ""
125 #define BLAZE_LIGHTBLACK ""
128 #define BLAZE_LIGHTRED ""
131 #define BLAZE_LIGHTGREEN ""
134 #define BLAZE_YELLOW ""
137 #define BLAZE_LIGHTBLUE ""
140 #define BLAZE_LIGHTMAGENTA ""
143 #define BLAZE_LIGHTCYAN ""
146 #define BLAZE_LIGHTWHITE ""
149 #define BLAZE_OLDCOLOR ""