For a global color change see http://plan9.bell-labs.com/sources/contrib/sl/reverse/rio/
To chance the color of the tick go to /src/libframe/frinit.c in "void frinittick(Frame *f)" look for /* vertical line */ draw(f->tick, Rect(FRTICKW/2, 0, FRTICKW/2+1, ft->height), f->display->black, nil, ZP); and change "f->display-> black" to "f->cols[TEXT]" Cheers. pmarin. On Fri, Jul 15, 2011 at 4:51 PM, EBo <[email protected]> wrote: > I'll be gone this weekend so Monday would be more than fine. > > Best regards, > > EBo -- > > On Fri, 15 Jul 2011 16:46:01 +0200, Peter A. Cejchan wrote: >> >> i have it somewhere, if you can wait till Monday, >> have a look: www.gli.cas.cz/home/cejchan/plan9/Default.htm >> >> ++pac >> >> On Fri, Jul 15, 2011 at 4:13 PM, EBo <[email protected]> wrote: >> >>> On Fri, 15 Jul 2011 15:07:06 +0100, Connor Lane Smith wrote: >>> >>>> Can anyone suggest how to change the background window color in acme? >>>> The >>>>> >>>>> yellow is not quite contrasty enough for me, and I would like to >>>>> lighten >>>>> it >>>>> up a bunch. >>>>> >>>> >>>> I think you'll need to change /n/sources/plan9/sys/src/cmd/** >>>> acme/acme.c:868 >>>> >>> >>> Thanks Connor. I was hoping that there would be a config some place. >>> I'll >>> look at hacking then... >>> >>> EBo -- >>> >>> >>> > > >
