Mercurial > emacs
annotate lisp/toolbar/preferences.xpm @ 83042:968e8c7ff1f4
Merged in changes from CVS HEAD
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-103
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-82
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 19 Feb 2004 13:25:32 +0000 |
parents | b45a8f9db907 |
children | 734ff40978ad |
rev | line source |
---|---|
31591 | 1 /* XPM */ |
38331 | 2 static char * preferences_xpm[] = { |
32452
8f4a34146a9d
Reduce to max. 8 colors (mogrify -colorspace transparent -colors 8).
Gerd Moellmann <gerd@gnu.org>
parents:
32389
diff
changeset
|
3 "24 24 8 1", |
38331 | 4 " c None", |
5 ". c #000000", | |
6 "+ c #E1E0E0", | |
7 "@ c #D7C99B", | |
8 "# c #9A6C4E", | |
9 "$ c #A4A199", | |
10 "% c #858579", | |
11 "& c #AD8E30", | |
12 " ", | |
13 " ", | |
14 " ", | |
15 " .. ", | |
16 " ..++. . ", | |
17 " ..++++. .@. ", | |
18 " ...+++++++. .@#. ", | |
19 " ..++++++++++. .@#. ", | |
20 " .++++++#++++++.@#. ", | |
21 " .+++++#++++++.@#. ", | |
22 " .++#+#+++++.@#. ", | |
23 " .++#$#++++.@#.+. ", | |
24 " .++##+++.@#.++@. ", | |
25 " .++++++.@#.+++@%. ", | |
26 " .++++&+..@$$$$%. ", | |
27 " .++++..$$$$$$@. ", | |
28 " .+$%%$+++++.. ", | |
29 " .+++++++++. ", | |
30 " .++++++.. ", | |
31 " .++++@. ", | |
32 " .++.. ", | |
33 " .. ", | |
34 " ", | |
35 " "}; |