X-Authentication-Warning: delorie.com: mail set sender to geda-help-bounces using -f X-Recipient: geda-help AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:mail-followup-to :references:mime-version:content-type:content-disposition :content-transfer-encoding:in-reply-to:user-agent; bh=Sl5Xaa95VOTjK77r3/Ldq3IhfSDmAz3CRcPCcTlghrY=; b=OKZJmMsaj5M3QSBH9WY92R/biqcM8cJ3UszrDGKKJ0nLMVCKcP2MrP9N0KwlBVWwX3 03A0PMu/uQb3uEPSxbtFC8UIo7hwybTHpSjFnUDBaweOb/BdGaRa5r1BNzJsKMylRwhZ QoJmnycjDhGFDPbpDFXBK6x/SE91LxZ3lfAusHAKEG2e4MSAnJg1+wFmL7vfAYu06E2F 8mJvk9OY/SHw60QBSaBOSGQfSqaruKNgXAI+8JygCjdJQkTWkvIyQW/0NdcqvENZbqT/ ZxcsT1tP6Bpya5ieeEgTxO1Go1YOcRpPa/5vtiKIMGX7MHHeUjkmvcZpcHAvGKsAN89F 5Odw== X-Received: by 10.112.125.164 with SMTP id mr4mr12341854lbb.116.1368431026290; Mon, 13 May 2013 00:43:46 -0700 (PDT) Date: Mon, 13 May 2013 11:43:42 +0400 From: Vladimir Zhbanov To: geda-help AT delorie DOT com Subject: Re: [geda-help] Net colours in gschem Message-ID: <20130513074342.GA9272@localhost.localdomain> Mail-Followup-To: geda-help AT delorie DOT com References: <518E9706 DOT 70503 AT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <518E9706.70503@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Reply-To: geda-help AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-help AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, May 11, 2013 at 09:07:50PM +0200, Torquil Macdonald Sørensen wrote: > Hi! > > I'm using gschem on Debian Linux. Its Debian version number is 1:1.8.1-2. > > By default it uses a dark colour theme, which is generally what I > prefer, apart from one thing. Nets are represented as dark blue > lines, which is not easily visible on a black background. > > I fixed this by editing /etc/gEDA/gschem-colormap-darkbg, since it > contains all the colour specifications for the dark colour theme. I > changed from > > (net "#0000ff") > > to > > (net "#00aaff") > > within the "section" called display-color-map. > > However, the net lines are still the old dark blue while they are > being moved with the mouse. I am not able to find a setting which > will change the colour of net lines that are being dragged around. > The same change of the net variable in the display-outline-color-map section should work.