TC_BLUE
*val = TC_BLUE | light;
*val = TC_BLUE | light;
TC_BLACK, TC_BLUE, TC_GREEN, TC_CYAN,
#define BG_BLUE TCOLOR_BG(TC_BLUE)
#define BG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_BG(TC_BLUE))
#define FG_BLUE TCOLOR_FG(TC_BLUE)
#define FG_LIGHTBLUE (TFORMAT(TF_BOLD) | TCOLOR_FG(TC_BLUE))
#define b TC_BLUE
#define B (TC_BLUE | TC_LIGHT)
static const teken_color_t cons25_colors[8] = { TC_BLACK, TC_BLUE,