make hold mode a bit more attractive.
This commit is contained in:
parent
1c8efa18ee
commit
5af29cd3a9
@ -108,7 +108,7 @@ threadmain(int argc, char *argv[])
|
|||||||
|
|
||||||
hcols[BACK] = cols[BACK];
|
hcols[BACK] = cols[BACK];
|
||||||
hcols[HIGH] = cols[HIGH];
|
hcols[HIGH] = cols[HIGH];
|
||||||
hcols[BORD] = allocimage(display, Rect(0, 0, 1, 1), screen->chan, 1, DMedblue);
|
hcols[BORD] = allocimage(display, Rect(0, 0, 1, 1), screen->chan, 1, 0x006600FF);
|
||||||
hcols[TEXT] = hcols[BORD];
|
hcols[TEXT] = hcols[BORD];
|
||||||
hcols[HTEXT] = hcols[TEXT];
|
hcols[HTEXT] = hcols[TEXT];
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user