Go to the documentation of this file.
50 #define COLOR_ESC "\033"
51 #define COLOR_NORMAL COLOR_ESC"[0m"
52 #define COLOR_BIG COLOR_ESC"[1;1m" //big
53 #define COLOR_LIGHT COLOR_ESC"[1;2m" //italic?
54 #define COLOR_UNDERLINE COLOR_ESC"[1;4m" //underscored
55 #define COLOR_BG_BLACK COLOR_ESC"[1;7m" //background black, foreground white(?)
56 #define COLOR_BG_WHITE COLOR_ESC"[1;8m" //background white, foreground white(?)
57 #define COLOR_SCORED COLOR_ESC"[1;4m" //scored
59 #define COLOR_FG_DARKGREY COLOR_ESC"[1;30m"
60 #define COLOR_FG_DARKRED COLOR_ESC"[1;31m"
61 #define COLOR_FG_DARKGREEN COLOR_ESC"[1;32m"
62 #define COLOR_FG_DARKYELLOW COLOR_ESC"[1;33m"
63 #define COLOR_FG_DARKBLUE COLOR_ESC"[1;34m"
64 #define COLOR_FG_DARKVIOLET COLOR_ESC"[1;35m"
65 #define COLOR_FG_LIGHTBLUE COLOR_ESC"[1;36m"
66 #define COLOR_FG_WHITE COLOR_ESC"[1;37m"
67 #define COLOR_FG_BLACK COLOR_ESC"[1;38m"
69 #define COLOR_FG_MIDGREY COLOR_ESC"[1;90m"
70 #define COLOR_FG_LIGHTRED COLOR_ESC"[1;91m"
71 #define COLOR_FG_LIGHTGREEN COLOR_ESC"[1;92m"
72 #define COLOR_FG_LIGHTYELLOW COLOR_ESC"[1;93m"
73 #define COLOR_FG_LIGHTVIOLET COLOR_ESC"[1;95m"
76 #define COLOR_BG_DARKGREY COLOR_ESC"[1;40m"
77 #define COLOR_BG_DARKRED COLOR_ESC"[1;41m"
78 #define COLOR_BG_DARKGREEN COLOR_ESC"[1;42m"
79 #define COLOR_BG_DARKYELLOW COLOR_ESC"[1;43m"
80 #define COLOR_BG_DARKBLUE COLOR_ESC"[1;44m"
81 #define COLOR_BG_DARKVIOLET COLOR_ESC"[1;45m"
82 #define COLOR_BG_DARKBLUE2 COLOR_ESC"[1;46m"
83 #define COLOR_BG_LIGHTGREY COLOR_ESC"[1;47m"
85 #define COLOR_BG_MIDGREY COLOR_ESC"[1;100m"
86 #define COLOR_BG_LIGHTRED COLOR_ESC"[1;101m"
87 #define COLOR_BG_LIGHTGREEN COLOR_ESC"[1;102m"
88 #define COLOR_BG_LIGHTYELLOW COLOR_ESC"[1;103m"
89 #define COLOR_BG_LIGHTBLUE COLOR_ESC"[1;104m"
90 #define COLOR_BG_LIGHTVIOLET COLOR_ESC"[1;105m"
91 #define COLOR_BG_LIGHTBLUE2 COLOR_ESC"[1;106m"