16
|
1 /* XPM */
|
|
2 static char *ediff_A[] = {
|
|
3 /* width height num_colors chars_per_pixel */
|
|
4 " 15 15 2 1",
|
|
5 /* colors */
|
|
6 ". c blue",
|
|
7 "# c Gray75 s backgroundToolBarColor",
|
|
8 /* pixels */
|
|
9 "###############",
|
|
10 "###############",
|
|
11 "###############",
|
|
12 "######...######",
|
|
13 "#####.....#####",
|
|
14 "#####..#..#####",
|
|
15 "####...#...####",
|
|
16 "####..###..####",
|
|
17 "###...###...###",
|
|
18 "###.........###",
|
|
19 "###..#####..###",
|
|
20 "###..#####..###",
|
|
21 "###############",
|
|
22 "###############",
|
|
23 "###############",
|
|
24 }; |