X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Injected-Via-Gmane: http://gmane.org/ To: geda-user AT delorie DOT com From: Kai-Martin Knaak Subject: Re: [geda-user] Darken grid Date: Tue, 12 Feb 2013 20:17:08 +0100 Organization: Institut =?UTF-8?B?ZsO8cg==?= Quantenoptik Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7Bit X-Complaints-To: usenet AT ger DOT gmane DOT org X-Gmane-NNTP-Posting-Host: bibo.iqo.uni-hannover.de User-Agent: KNode/4.4.11 Reply-To: geda-user AT delorie DOT com drew einhorn wrote: > Unfortunately I have to work in a high ambient light environment during > the day. > > I'd like to be able to darken the grid to make it more easily seen. You are talking about the grid in gschem with light background, do you? I too have diffficultiy to see this grid with default settings of geda. It is barely visible on my setups (four desktops at home and at work). The slightly greyish background color does not help, too. Unfortunately, there is no GUI way to set the colors. In default set-up of geda, the colors are read from the text file $INSTALL/share/gEDA/gschem-colormap-lightbg I slightly teaked the color values in this file for better visibility. That is, make the background real white and grid lines a little darker. Since bad visibility affected all my desktops and my laptop too, I thought, it would make for a nice little patch. The patch got accepted but got reverted almost imediately. The following discussion did not reach consensus. I got told, that I use the wrong harware and should assume, I am the only one who feels the need for a change. https://bugs.launchpad.net/geda/+bug/799926 Anyway, this line in gschemrc will load localized colors instead of the default color map: (load (build-path (getenv "HOME") ".gEDA" "gschem-colors")) For this to work, you'd have to supply a tweaked colormap file $HOME/.gEDA/gschem-colors ---<)kaimartin(>---