aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/bitmaps/square1.pm
blob: 54726f479d256db2614009745eaad23f01779b87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/* XPM */
static char * square1 [] = {
/* width height ncolors cpp [x_hot y_hot] */
"15 15 3 1 0 0",
/* colors */
" 	s bottomShadowColor	m black	c #646464646464",
".	s topShadowColor	m white	c #c8c8c8c8c8c8",
"X	s foreground	m white	c white",
/* pixels */
"              .",
"             ..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
"  XXXXXXXXXXX..",
" ..............",
"..............."};