author | insilmaril |
Wed Mar 15 13:53:53 2006 +0000 (2006-03-15) | |
changeset 247 | 5dfbe972d9df |
permissions | -rw-r--r-- |
1 /* XPM */
2 static const char * formattextsuper_xpm[] = {
3 "22 22 3 1",
4 " c None",
5 ". c #000000",
6 "+ c #FF0000",
7 " ",
8 " ++ ",
9 " + + ",
10 " + ",
11 " .. .. + ",
12 " ... ... + ",
13 " .. .. ++++ ",
14 " ... ... ",
15 " .. .. ",
16 " .. .. ",
17 " ... ",
18 " ... ",
19 " .. .. ",
20 " .. .. ",
21 " ... ... ",
22 " .. .. ",
23 " ... ... ",
24 " .. .. ",
25 " ",
26 " ",
27 " ",
28 " "};