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.
28 lines
532 B
28 lines
532 B
/* XPM */
|
|
/* Drawn by Mark Donohoe for the K Desktop Environment */
|
|
/* See http://www.kde.org */
|
|
static char*back[]={
|
|
"16 16 5 1",
|
|
"# c #000000",
|
|
"a c #ffffff",
|
|
"c c #808080",
|
|
"b c #c0c0c0",
|
|
". c None",
|
|
"................",
|
|
".......#........",
|
|
"......##........",
|
|
".....#a#........",
|
|
"....#aa########.",
|
|
"...#aabaaaaaaa#.",
|
|
"..#aabbbbbbbbb#.",
|
|
"...#abbbbbbbbb#.",
|
|
"...c#ab########.",
|
|
"....c#a#ccccccc.",
|
|
".....c##c.......",
|
|
"......c#c.......",
|
|
".......cc.......",
|
|
"........c.......",
|
|
"................",
|
|
"......................"};
|
|
|