From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <2cf8c8748a7d71d8da3223c04029f466@swcp.com> References: <2cf8c8748a7d71d8da3223c04029f466@swcp.com> Date: Fri, 15 Jul 2011 18:29:35 +0200 Message-ID: From: pmarin To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] changing acme colors Topicbox-Message-UUID: 01aed658-ead7-11e9-9d60-3106f5b1d025 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 wrote: > I'll be gone this weekend so Monday would be more than fine. > > =C2=A0Best regards, > > =C2=A0EBo -- > > 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 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? >>>> =C2=A0The >>>>> >>>>> 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. =C2=A0I was hoping that there would be a config some pla= ce. >>> =C2=A0I'll >>> look at hacking then... >>> >>> =C2=A0EBo -- >>> >>> >>> > > >