mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Fix colors.
This commit is contained in:
parent
e62ba5ec0b
commit
0023dde326
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue