You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
679 B
46 lines
679 B
/* XPM */
|
|
static char *transport[]={
|
|
"11 12 30 1",
|
|
". c None",
|
|
"# c #000000",
|
|
"k c #000100",
|
|
"t c #040404",
|
|
"d c #0a0a0a",
|
|
"g c #0d0d0d",
|
|
"o c #222222",
|
|
"n c #292a28",
|
|
"q c #2b2c28",
|
|
"l c #3d403d",
|
|
"u c #424542",
|
|
"x c #4c4c4c",
|
|
"h c #606360",
|
|
"e c #72726e",
|
|
"a c #7a7e7a",
|
|
"p c #7b7d7b",
|
|
"r c #959794",
|
|
"m c #959995",
|
|
"v c #aeb0ae",
|
|
"y c #b5b7b5",
|
|
"s c #babbba",
|
|
"i c #bec1be",
|
|
"j c #c1c2c1",
|
|
"c c #c2c2c2",
|
|
"f c #cacaca",
|
|
"b c #d4d4d3",
|
|
"B c #d5d5d5",
|
|
"z c #d6d7d6",
|
|
"w c #d7d8d7",
|
|
"A c #d8d8d8",
|
|
"...........",
|
|
"..#ab..c#..",
|
|
"..#def.c#..",
|
|
"..##ghij#..",
|
|
"..###klm#..",
|
|
"..#####n#..",
|
|
"..#####g#..",
|
|
"..####op#..",
|
|
"..##kqrs#..",
|
|
"..#tuvwc#..",
|
|
"..#xyw.c#..",
|
|
"..........."};
|