/* * 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 ""