Lines Matching defs:foreground
29 * "One" { name background foreground backback backfore "backpix.jpg" }
36 AddWorkSpace(const char *name, const char *background, const char *foreground,
67 if(foreground == NULL) {
71 GetColor(Scr->Monochrome, &(ws->cp.fore), foreground);
137 const char *background, const char *foreground,
157 if(foreground == NULL) {
160 GetColor(Scr->Monochrome, &ws->curColors.fore, foreground);
179 const char *background, const char *foreground,
198 if(foreground == NULL) {
201 GetColor(Scr->Monochrome, &ws->defColors.fore, foreground);