X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-4.9 required=5.0	tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <CAKDXFkPL8ra_OPVZh05qqeRU5+L9-GUBSHHcPM1fsoLna4SgxA@mail.gmail.com>
References: <CAKDXFkPL8ra_OPVZh05qqeRU5+L9-GUBSHHcPM1fsoLna4SgxA@mail.gmail.com>
Date: Fri, 20 Apr 2012 20:10:52 +0100
Message-ID: <CAHWeT-a0mPL5wyC-y_Z38FEowKSQ=Ho797SnQz6NOxtDXNbHgA@mail.gmail.com>
Subject: Re: Change dark blue terminal colour
From: Andy Koppe <andy.koppe@gmail.com>
To: cygwin@cygwin.com
Content-Type: text/plain; charset=UTF-8
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 20 April 2012 18:26, Dotan Cohen wrote:
> Hello all, I am a new Cygwin user. I have been looking online for a
> way to change the default ANSI BLUE to CYAN, as it is very difficult
> to see on the black terminal background. However, all I have been able
> to find were suggestions to use Putty's terminal or Console 2 instead
> of Cygwin's terminal. Is there no way to make this change in Cygwin's
> terminal?

Assuming you're using Cygwin's default terminal, stick this into ~/.minttyrc:

Blue=0,0,191

And in case you want to change bold blue as well:

BoldBlue=64,64,255

Adjust the RGB values as desired. The values shown are the default ones.

Andy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

