X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=y1wAc9y7MBqJgi1E QLOkKJPKuK0SzMXt1CK6djpVfcWMxvp0HXUJtY2G6dud/2ck+HOEmKR87sxnVD6I vIIF3j7At1XUy17yydLuqkqfjZNckryGDcwk3z2L34NA0DYAYZ0JR1MfTwND7fbJ K7IAiFRb1sAWc8myBU0OoYppOmY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=i+P+tUeMdOmQlHVv14oOel XQzPE=; b=GeS610bbdNmd3PbMJPUKGBjg6PVpFpwqI/unRgxvWibOUTZO1rmS+s AOefyh4IBcURljM6HjaU/edNecX7/2UmCtCYdc7wW12+R5OiffIvnMnAhyZdu5nl M80LbmnaxYF9m/U/kCx0C+iV3oj42UTBzs5l9im1vlGCq6fnApDkw= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=trick, colour, Karlsson, karlsson X-HELO: mout.kundenserver.de Subject: Re: mintty-colors: changing colors in mintty on the fly To: cygwin AT cygwin DOT com References: From: Thomas Wolff Message-ID: <574AC0D8.3000701@towo.net> Date: Sun, 29 May 2016 12:13:44 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-UI-Out-Filterresults: notjunk:1;V01:K0:zqBvE1Hkq5o=:d4R2xNxW8SUX+xIsRvFDHb /EFWcYaf44kPyz+6vP9RZ4yu6YVws+r2L65r90pdvjpSM9Y9dSNNJeh8WB5lVXlEcsZu2IK4y UeZxjp7YXcq++HM2zsWOv98N1Au13kwMQQuNhsKOVl2neNrRTqf074w4T6P5AiADljuw3Vnol Rl//yiQVe8KrfDIIKJsFRHnUq1xdvLPLBPD5MCgSC3eWzgbHmoBlDmdBw+uy1iyFMVu76NP8N bcKVuZECfrj21Q6M8dQDQtasRxSoS/nXYAZjaI3U9+nkTqRNyOIswX0mdN4yFbqvRg17OElqv OoFiCF/w9C+RQlJfoTiW4du0psnrboDKgFU/1N1EmV2N/n+FXPq1F+8VdxTEEfZHrP/KNsY5W 5IkyXZklYpV3CGHQ562m0G97k5xKS4lnf97uafSsaoxvtnYf4fusEWxOBaB5DA2MxC3977gPQ y73+rq3rN3NPIduf0WV3EX6GQTQDyG0iEq7vnWprr+ka/R2LAmhpcKf6cz5a7nIHbhcL9vtBq 6re7M0BlX8rtgff0CBX6QG2XVthMcVC4AR81YpMr/SykhoTYOBSZWPt14ifs5tkZt/oHaKFL4 oK7OI18DjqwI1BoIT3NXe5t3BWA05VGycq0wzCenuB5zHBDPM9Y2lseJ/I1h4ZiSM/OAczi2k Ae20r6pLVfmlvS4Mc2mNNvyfLFBUfEu/f4NHWOGOqt7BW156Lth806W4bmWOFl0bhTSNdBd5o rotVAaIzNMvpTeTcB4heIQzcCBd7yxBvY6BLxQ== X-IsSubscribed: yes Am 29.05.2016 um 08:41 schrieb Joakim Karlsson: > As a weekend project, I put together mintty-colors [1], which is a > python package for changing color schemes in mintty on the fly. > > I don't know if there already is such a function packaged in cygwin, > this was really just recreational. But if someone else finds it useful > - great! This is certainly useful, although with colour themes in the form of escape sequences (some minttyrc colour schemes are also distributed in this form), a simple `cat` would also do the trick. A simple shell script could do the listing or transform formats on-the-fly. Anyway, mintty now has its own feature to load a colour scheme (option ThemeFile, also in the Options menu, but not from the command line) where colour schemes are kept in a dedicated subdirectory. It would be good to integrate your script with this, so it's not necessary to duplicate the schemes in two repositories. Kind regards, Thomas -- 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