aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rio
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-22 16:08:32 +0000
committerrsc <devnull@localhost>2004-03-22 16:08:32 +0000
commit0023dde3260f4d6b085bed7d90bf8b1ca0daf77b (patch)
tree0de5db86bbeb6b352f7fff441e5d4857b2498af6 /src/cmd/rio
parente62ba5ec0bd3245fb70b033d3e4969b00db91452 (diff)
downloadplan9port-0023dde3260f4d6b085bed7d90bf8b1ca0daf77b.tar.gz
plan9port-0023dde3260f4d6b085bed7d90bf8b1ca0daf77b.tar.bz2
plan9port-0023dde3260f4d6b085bed7d90bf8b1ca0daf77b.zip
Fix colors.
Diffstat (limited to 'src/cmd/rio')
-rw-r--r--src/cmd/rio/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/rio/main.c b/src/cmd/rio/main.c
index b1d0c1a0..0953f1bd 100644
--- a/src/cmd/rio/main.c
+++ b/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));
}