aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/bitmaps/square1s.pm
blob: ee933e85d6f34a04887310477f0b20b99fd7c262 (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
25
/* XPM */
static char * square1s [] = {
/* width height ncolors cpp [x_hot y_hot] */
"15 15 4 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s bottomShadowColor	m black	c #646464646464",
"X	s topShadowColor	m white	c #c8c8c8c8c8c8",
"o	s highlightColor	m black	c black",
/* pixels */
"               ",
"               ",
"  ...........  ",
"  ..........X  ",
"  ..oooooooXX  ",
"  ..oooooooXX  ",
"  ..oooooooXX  ",
"  ..oooooooXX  ",
"  ..oooooooXX  ",
"  ..oooooooXX  ",
"  ..oooooooXX  ",
"  ..XXXXXXXXX  ",
"  .XXXXXXXXXX  ",
"               ",
"               "};