discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: trying to set selectedTextBackgroundColor


From: Chris B . Vetter
Subject: Re: trying to set selectedTextBackgroundColor
Date: Wed, 3 Jul 2002 05:33:18 -0700

On Tue, 02 Jul 2002 21:31:48 -0600
Adam Fedor <fedor@doc.com> wrote:

> Chris B.Vetter wrote:
> >     NSGlobalDomain = {
> >         [...]
> >         System = {
> >             controlBackgroundColor = "0.89 0.89 0.89";
> >             controlColor = "0.89 0.89 0.89";
> >             textBackgroundColor = "0.89 0.89 0.89";
> >             windowBackgroundColor = "0.89 0.89 0.89";
> >         };
> >         [...]
> Colors are stored in an archive in ~/GNUstep/Library/Colors/System.clr, 
> unfortunately, in a format that is not easily editable. I believe there 
> was a preference module announced recently that I'm guessing allows you 
> to edit them.

Yes, that's how I got those settings in my UserDefaults. And it looks
about right,  according to NSColor.m's static void initSystemColors().
Alas, it doesn't work (properly?)

-- 
Chris





reply via email to

[Prev in Thread] Current Thread [Next in Thread]