Home | History | Annotate | Download | only in ui

Lines Matching defs:bg

476 	const char *name, *fg, *bg;
483 .bg = "default",
489 .bg = "default",
495 .bg = "default",
501 .bg = "lightgray",
507 .bg = "default",
513 .bg = "default",
519 .bg = "blue",
530 char *fg = NULL, *bg;
547 bg = strchr(fg, ',');
548 if (bg == NULL)
551 *bg = '\0';
552 while (isspace(*++bg));
553 ui_browser__colorsets[i].bg = bg;
717 sltt_set_color(c->colorset, c->name, c->fg, c->bg);