From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81665 Path: news.gmane.org!not-for-mail From: "=?UTF-8?B?7Zmp67OR7Z2s?=" Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus tell me i am *blue* Date: Fri, 30 Mar 2012 08:52:55 +0000 (UTC) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1333097678 5169 80.91.229.3 (30 Mar 2012 08:54:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 30 Mar 2012 08:54:38 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M29945@lists.math.uh.edu Fri Mar 30 10:54:36 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 1SDXbI-0006C7-8t for ding-account@gmane.org; Fri, 30 Mar 2012 10:54:29 +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 1SDXaA-0004Cl-Pa; Fri, 30 Mar 2012 03:53:18 -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 1SDXa8-0004Cc-IU for ding@lists.math.uh.edu; Fri, 30 Mar 2012 03:53:16 -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 1SDXa5-0008Px-W7 for ding@lists.math.uh.edu; Fri, 30 Mar 2012 03:53:15 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1SDXZz-0005z2-Ms for ding@gnus.org; Fri, 30 Mar 2012 10:53:07 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SDXZx-0004fy-Id for ding@gnus.org; Fri, 30 Mar 2012 10:53:05 +0200 Original-Received: from 210.206.248.242 ([210.206.248.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Mar 2012 10:53:05 +0200 Original-Received: from soyeomul by 210.206.248.242 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 30 Mar 2012 10:53:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 37 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 210.206.248.242 X-Newsreader: AndroidUsenet X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81665 Archived-At: Thank you, now i get in touch with blue gnus! Byung-Hee //sent from android "Katsumi Yamaoka" wrote: >황병희 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", > >