/* Color definition for portable colors */
/* Change those to fit to your MUD */
/* if you do not have color at all, just change all to be "" */
/* Foreground colors */
#define BLUE "{l"
#define GREEN "{g"
#define BLACK "{b"
//#define WHITE "{w"
//#define MAGENTA "&m"
//#define YELLOW "&y"
#define CYAN "{c"
/* Background colors */
#define RED_BG "{R"
#define BLUE_BG "{L"
#define GREEN_BG "{G"
#define BLACK_BG "{B"
#define WHITE_BG "{W"
#define MAGENTA_BG "{M"
#define YELLOW_BG "{Y"
#define CYAN_BG "{C"
/* Other codes */
#define BOLD "{R"
//#define BLINK "{!"
#define REVERSE "{R"
#define TILDE "~"