9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] changing acme colors
@ 2011-07-15 14:00 EBo
  2011-07-15 14:07 ` Connor Lane Smith
  0 siblings, 1 reply; 8+ messages in thread
From: EBo @ 2011-07-15 14:00 UTC (permalink / raw)
  To: 9Fans-list

 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.

   EBo --



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] changing acme colors
  2011-07-15 14:00 [9fans] changing acme colors EBo
@ 2011-07-15 14:07 ` Connor Lane Smith
  2011-07-15 14:13   ` EBo
  0 siblings, 1 reply; 8+ messages in thread
From: Connor Lane Smith @ 2011-07-15 14:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hey,

On 15 July 2011 15:00, EBo <ebo@sandien.com> 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

cls



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] changing acme colors
  2011-07-15 14:07 ` Connor Lane Smith
@ 2011-07-15 14:13   ` EBo
  2011-07-15 14:46     ` Peter A. Cejchan
  0 siblings, 1 reply; 8+ messages in thread
From: EBo @ 2011-07-15 14:13 UTC (permalink / raw)
  To: 9fans

 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 --




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] changing acme colors
  2011-07-15 14:13   ` EBo
@ 2011-07-15 14:46     ` Peter A. Cejchan
  2011-07-15 14:51       ` EBo
  0 siblings, 1 reply; 8+ messages in thread
From: Peter A. Cejchan @ 2011-07-15 14:46 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 667 bytes --]

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 <ebo@sandien.com> 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 --
>
>
>

[-- Attachment #2: Type: text/html, Size: 1266 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] changing acme colors
  2011-07-15 14:46     ` Peter A. Cejchan
@ 2011-07-15 14:51       ` EBo
  2011-07-15 16:29         ` pmarin
  0 siblings, 1 reply; 8+ messages in thread
From: EBo @ 2011-07-15 14:51 UTC (permalink / raw)
  To: 9fans

 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 <ebo@sandien.com> 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 --
>>
>>
>>




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] changing acme colors
  2011-07-15 14:51       ` EBo
@ 2011-07-15 16:29         ` pmarin
  2011-07-15 16:55           ` andrey mirtchovski
       [not found]           ` <CAK4xykWho+xa0-YeoCB7Q8mBpC4o87_E7Yh7jYWuoitN6vXbTg@mail.gmail.c>
  0 siblings, 2 replies; 8+ messages in thread
From: pmarin @ 2011-07-15 16:29 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

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 <ebo@sandien.com> 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 <ebo@sandien.com> 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 --
>>>
>>>
>>>
>
>
>



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] changing acme colors
  2011-07-15 16:29         ` pmarin
@ 2011-07-15 16:55           ` andrey mirtchovski
       [not found]           ` <CAK4xykWho+xa0-YeoCB7Q8mBpC4o87_E7Yh7jYWuoitN6vXbTg@mail.gmail.c>
  1 sibling, 0 replies; 8+ messages in thread
From: andrey mirtchovski @ 2011-07-15 16:55 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

EBo,

switch to 8-bpp mode and take a look in /lib/cmap. the 'getcmap'
command will allow you to switch between the different colormaps and
let you experiment with acme's colors.

andrey



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [9fans] changing acme colors
       [not found]           ` <CAK4xykWho+xa0-YeoCB7Q8mBpC4o87_E7Yh7jYWuoitN6vXbTg@mail.gmail.c>
@ 2011-07-15 18:20             ` erik quanstrom
  0 siblings, 0 replies; 8+ messages in thread
From: erik quanstrom @ 2011-07-15 18:20 UTC (permalink / raw)
  To: 9fans

On Fri Jul 15 12:58:06 EDT 2011, mirtchovski@gmail.com wrote:
> EBo,
>
> switch to 8-bpp mode and take a look in /lib/cmap. the 'getcmap'
> command will allow you to switch between the different colormaps and
> let you experiment with acme's colors.

some monitors really get acme yellow wrong.
a color map does seem like exactly the solution.

- erik



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-07-15 18:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-15 14:00 [9fans] changing acme colors EBo
2011-07-15 14:07 ` Connor Lane Smith
2011-07-15 14:13   ` EBo
2011-07-15 14:46     ` Peter A. Cejchan
2011-07-15 14:51       ` EBo
2011-07-15 16:29         ` pmarin
2011-07-15 16:55           ` andrey mirtchovski
     [not found]           ` <CAK4xykWho+xa0-YeoCB7Q8mBpC4o87_E7Yh7jYWuoitN6vXbTg@mail.gmail.c>
2011-07-15 18:20             ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).