colors

                /*  Foreground Colors  */
 
#define BLK "%^BLACK%^"
#define RED "%^RED%^"
#define GRN "%^GREEN%^" 
#define YEL "%^YELLOW%^"
#define BLU "%^BLUE%^"
#define MAG "%^MAGENTA%^"
#define CYN "%^CYAN%^"
#define WHT "%^WHITE%^"
#define ORG "%^ORANGE%^"
 
                /*   Hi Intensity Foreground Colors   */
 
#define HIR "%^H_RED%^"
#define HIG "%^H_GREEN%^"
#define HIY "%^H_YELLOW%^"
#define HIB "%^H_BLUE%^"
#define HIM "%^H_MAGENTA%^"
#define HIC "%^H_CYAN%^"
#define HIW "%^H_WHITE%^"
 
                /*  Background Colors  */
                 
#define BBLK "%^B_BLACK%^"
#define BRED "%^B_RED%^"
#define BGRN "%^B_GREEN%^"
#define BYEL "%^B_YELLOW%^"
#define BBLU "%^B_BLUE%^"
#define BMAG "%^B_MAGENTA%^"
#define BCYN "%^B_CYAN%^"
#define BWHT "%^B_WHITE%^"
                 
#define NOR "%^RESET%^"
