Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Subject: Re: Gnus tell me i am *blue*
Date: Thu, 29 Mar 2012 08:48:18 +0900	[thread overview]
Message-ID: <b4maa30wam5.fsf@jpl.org> (raw)
In-Reply-To: <87aa301hsx.fsf@gn.yw.gnus.pro>

황병희 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",



  reply	other threads:[~2012-03-28 23:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-28 22:28 황병희
2012-03-28 23:48 ` Katsumi Yamaoka [this message]
2012-03-30  8:52   ` 황병희

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4maa30wam5.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).