commit 0023dde3260f4d6b085bed7d90bf8b1ca0daf77b from: rsc date: Mon Mar 22 16:08:32 2004 UTC Fix colors. commit - e62ba5ec0bd3245fb70b033d3e4969b00db91452 commit + 0023dde3260f4d6b085bed7d90bf8b1ca0daf77b blob - b1d0c1a087994b45bfd6fd44276acd87440bb7ed blob + 0953f1bded98082226ed3e0157f505e119d3797c --- src/cmd/rio/main.c +++ src/cmd/rio/main.c @@ -295,7 +295,7 @@ initscreen(ScreenInfo *s, int i, int background) */ system("xsetroot -solid grey30"); } - s->menuwin = XCreateSimpleWindow(dpy, s->root, 0, 0, 1, 1, 2, colorpixel(dpy, s->depth, 0xAAFFAA), colorpixel(dpy, s->depth, 0xE9FFE9)); + s->menuwin = XCreateSimpleWindow(dpy, s->root, 0, 0, 1, 1, 2, colorpixel(dpy, s->depth, 0x88CC88), colorpixel(dpy, s->depth, 0xE9FFE9)); s->sweepwin = XCreateSimpleWindow(dpy, s->root, 0, 0, 1, 1, 4, s->red, colorpixel(dpy, s->depth, 0xEEEEEE)); }