/* XPM */
static char const * matrix[] = {
/* width height num_colors chars_per_pixel */
"    20    20        2            1",
/* colors */
". c #bebebe",
"# c #0000ff",
/* pixels */
"....................",
"....................",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"...####.####.####...",
"...#..#.#..#.#..#...",
"...#..#.#..#.#..#...",
"...####.####.####...",
"....................",
"....................",
"...................."
};