Hrvoje Niksic wrote:
In my .emacs, I have a variation of default.emacs code that sets the
gc glyph to `recycle.xpm':
(set-glyph-image gc-pointer-glyph
(expand-file-name "recycle.xpm" data-directory))
However, the colors don't come out right -- the recycle symbol pointer
comes out in a single sickly darkish green tone, instead of the nice
color. In fact, it looks the way it used to look look on my 8bit
display when I would run out of colors. As I run under a 16bpp
TrueColor display, that should be moderately impossible.
Try this.
--
Glynn Clements <glynn(a)sensei.co.uk>
1999-02-01 Glynn Clements <glynn(a)sensei.co.uk>
* etc/recycle.xpm: Fix colours so that they work on TrueColor
and DirectColor displays
--- /usr/src/xemacs-20/etc/recycle.xpm Sun Apr 5 04:14:07 1998
+++ recycle.xpm Mon Feb 1 22:21:49 1999
@@ -5,12 +5,9 @@
" 51 51 4 1 26 23",
/* colors */
" c None m None",
-/* "# c black m black", */
-/* "@ c black m black", */
-/* "- c white m white", */
-"# c black m chartreuse4",
-"@ c chartreuse4 m chartreuse4",
-"- c chartreuse1 m chartreuse1",
+"# c black m black",
+"- c chartreuse1 m #7fff0f",
+"@ c chartreuse4 m #4f8f0f",
/* pixels */
" ",
" ################### ",