X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: mwoehlke Subject: Re: Color Schemes Date: Wed, 30 Aug 2006 18:39:47 -0500 Lines: 45 Message-ID: References: <04ba01c6cc81$93337b70$a501a8c0 AT CAM DOT ARTIMI DOT COM> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060719 Thunderbird/1.5.0.5 Mnenhy/0.7.4.0 In-Reply-To: <04ba01c6cc81$93337b70$a501a8c0@CAM.ARTIMI.COM> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Dave Korn wrote: > On 30 August 2006 23:02, mwoehlke wrote: > >> Richard Lynch (Contractor) wrote: >>> Noobie cygwin alert! >>> >>> Hopefully this isn't too verbose... >> Well, I stopped reading about halfway through... > > Just a moment too soon, alas. > >>> I like color-coding of ls and vim and man and all that. >>> But I can't handle the default color scheme. My eyes are too old. >>> >>> So I changed the colors in cygwin DOS-like shell preferences to black >>> foreground and white background. > >> If you are using the CUI (started your shell from a .bat file or ran >> bash.exe directly), right-click the title bar, pick 'properties' and go >> to the 'colors' tab (you might also find the 'font' tab useful; it will >> let you change the text size). > > I believe that's exactly what he meant by "dos-like shell preferences". I suspected as much, but hedged my bet. Besides, you never know what newbie is actually /searching the archives/ :-). (Complaint in no way directed at you, Richard). > Unfortunately I don't know anything about how to make cygwin aware of these > colours. Aware? Cygwin is never aware of them; that's the point. All the terminal knows is '1;32', '0;37', etc. It is the job of the terminal emulator to decide how to present those. That's the whole point of my suggestion to change them at that level, where the underlying programs *don't* know a thing about it. That way they can't break it. :-) It sounds to me like what Richard is currently doing is changing the color code used for the default background (which will cause problems), rather than leaving it alone and changing the presentation of the various color codes. -- Matthew Now where did I put my hippo? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/