summaryrefslogtreecommitdiff
path: root/fluxbox/debian/additional-themes/Common/Squared_green/pixmaps/select.xpm
blob: 2889f7f3a0086877a395e11a85e48427e8791ee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* XPM */
static char * select_xpm[] = {
"13 16 2 1",
" 	c None",
".	c #C0C0C0",
"             ",
"             ",
"             ",
"             ",
"    .....    ",
"    .   .    ",
"    . . .    ",
"    .   .    ",
"    .....    ",
"             ",
"             ",
"             ",
"             ",
"             ",
"             ",
"             "};
bgstack15