From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81661 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus tell me i am *blue* Date: Thu, 29 Mar 2012 08:48:18 +0900 Organization: Emacsen advocacy group Message-ID: References: <87aa301hsx.fsf@gn.yw.gnus.pro> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1332978562 18882 80.91.229.3 (28 Mar 2012 23:49:22 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Mar 2012 23:49:22 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29941@lists.math.uh.edu Thu Mar 29 01:49:21 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SD2c9-0006DQ-U5 for ding-account@gmane.org; Thu, 29 Mar 2012 01:49:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1SD2bc-0004Dc-J1; Wed, 28 Mar 2012 18:48:44 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1SD2bb-0004DW-4y for ding@lists.math.uh.edu; Wed, 28 Mar 2012 18:48:43 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1SD2bZ-0001Ph-TS for ding@lists.math.uh.edu; Wed, 28 Mar 2012 18:48:42 -0500 Original-Received: from orlando.hostforweb.net ([216.246.45.90]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SD2bY-0002rq-1J for ding@gnus.org; Thu, 29 Mar 2012 01:48:40 +0200 Original-Received: from localhost ([127.0.0.1]:42281) by orlando.hostforweb.net with smtp (Exim 4.69) (envelope-from ) id 1SD2bQ-0006ZC-S8 for ding@gnus.org; Wed, 28 Mar 2012 18:48:33 -0500 X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.130004 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.4) Emacs/24.0.94 (i686-pc-cygwin) Cancel-Lock: sha1:VXv+fbs9yE5zH7VLh+inkA/JvjY= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - orlando.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81661 Archived-At: =ED=99=A9=EB=B3=91=ED=9D=AC wrote: > I use Ma Gnus v0.3 under GNU Emacs 24.0.94. > Actually my eye see that color of gnus splash is > *blue* at gnus startup. > By the way .. > i cannot find *blue* colored gnus splash file > in file system. > Is there some trick? > How can i get *blue* colored gnus file? `gnus-logo-color-alist' and `gnus-logo-color-style' in gnus.el control the svg or xpm logo color. Currently the later is `ma', that points to `(ma "#2020e0" "#8080ff")' in the former. The easiest way to get the blue Gnus logo will be to modify the header of the etc/images/gnus/gnus.xpm file manually. I.e.: --- gnus.xpm~ 2011-04-05 10:32:02.000000000 +0000 +++ gnus.xpm 2012-03-28 23:46:22.359375000 +0000 @@ -5,4 +5,4 @@ /* colors */ -". s thing c #bf9900", -"# s shadow c #ffcc00", +". s thing c #2020e0", +"# s shadow c #8080ff", "a s None c None",