comparison lisp/toolbar/cut.xpm @ 32389:03a8b6779868

Reduce colour requirements to 25 overall. (Probably wants revisiting from the originals to reduce further.)
author Dave Love <fx@gnu.org>
date Wed, 11 Oct 2000 18:05:19 +0000
parents f115e74e9dd1
children 8f4a34146a9d
comparison
equal deleted inserted replaced
32388:358dc6c51eb9 32389:03a8b6779868
1 /* XPM */ 1 /* XPM */
2 static char * tb_cut_xpm[] = { 2 static char *magick[] = {
3 /* columns rows colors chars-per-pixel */
3 "24 24 2 1", 4 "24 24 2 1",
4 " c None", 5 " c gray0",
5 ". c #000000", 6 ". c None",
6 " ", 7 /* pixels */
7 " ", 8 "........................",
8 " ", 9 "........................",
9 " ", 10 "........................",
10 " ", 11 "........................",
11 " . ", 12 "........................",
12 " .. ", 13 ".................. .....",
13 " .. ", 14 "................ ......",
14 " .. ", 15 "............... .......",
15 " .. ", 16 ".............. ........",
16 " .... .. ... ", 17 "............. .........",
17 " . .. .. .... ", 18 ".... .... ..... ..",
18 " . ........... ", 19 "... ... .. ... ....",
19 " .... .... ", 20 "... ... ......",
20 " .. ", 21 ".... ... .........",
21 " ... ", 22 ".......... ............",
22 " . . ", 23 "......... ............",
23 " . . ", 24 "........ .. ............",
24 " . . ", 25 "....... ... ............",
25 " ... ", 26 "....... .. .............",
26 " ", 27 "....... ..............",
27 " ", 28 "........................",
28 " ", 29 "........................",
29 " "}; 30 "........................",
31 "........................"
32 };