summaryrefslogtreecommitdiff
path: root/src/lib/colors.h
blob: e7bc26da5d38dda6ff77ae96f257eee9d1cb3983 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
/*
 * colors.h
 *
 * list of ansi color codes
 * provided by xiutils
 *
 */

#define RESET ""
#define BOLD ""
#define BLACK ""
#define RED ""
#define GREEN ""
#define YELLOW ""
#define BLUE ""
#define MAGENTA ""
#define CYAN ""
#define WHITE ""
#define DEFAULT ""
#define BG_BLACK ""
#define BG_RED ""
#define BG_GREEN ""
#define BG_YELLOW ""
#define BG_BLUE ""
#define BG_MAGENTA ""
#define BG_CYAN ""
#define BG_WHITE ""
#define BG_DEFAULT ""
#define LIGHT_BLACK ""
#define LIGHT_RED ""
#define LIGHT_GREEN ""
#define LIGHT_YELLOW ""
#define LIGHT_BLUE ""
#define LIGHT_MAGENTA ""
#define LIGHT_CYAN ""
#define LIGHT_WHITE ""
#define LIGHT_DEFAULT ""
#define BOLDBLACK ""
#define BOLDRED ""
#define BOLDGREEN ""
#define BOLDYELLOW ""
#define BOLDBLUE ""
#define BOLDMAGENTA ""
#define BOLDCYAN ""
#define BOLDWHITE ""