FG_LIGHTGREY
(FG_LIGHTGREY | BG_BLACK) << 8);
sc->scr_map[0x20], ATTR(FG_LIGHTGREY | BG_BLACK));
case 'W': attr = FG_LIGHTGREY | BG_BLACK; break;
sc->scr_map[0x20], ATTR(FG_LIGHTGREY | BG_BLACK));
ATTR(FG_LIGHTGREY | BG_BLACK));
FG_BLUE, FG_MAGENTA, FG_CYAN, FG_LIGHTGREY,
FG_BLUE, FG_MAGENTA, FG_CYAN, FG_LIGHTGREY,
(FG_LIGHTGREY | BG_BLACK) << 8);
color = FG_LIGHTGREY | BG_BLACK;
color = FG_LIGHTGREY | BG_BLACK;
(FG_LIGHTGREY | BG_BLACK) << 8);
(FG_LIGHTGREY | BG_BLACK) << 8);
static char color16[] = {FG_DARKGREY, FG_LIGHTGREY,
(FG_LIGHTGREY | BG_BLACK) << 8);
sc->dflt_curs_attr.bg[1] = FG_LIGHTGREY;
#define SC_NORM_ATTR (FG_LIGHTGREY | BG_BLACK)
#define TERMINAL_NORM_ATTR (FG_LIGHTGREY | BG_BLACK)