aboutsummaryrefslogtreecommitdiff
path: root/vendor/x11iraf/obm/ObmW/bitmaps/diamond0.pm.ORIG
blob: 652c2549b6d6ffbd86130cae0b5bc5649139d053 (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
26
/* XPM */
static char * diamond0 [] = {
/* width height ncolors cpp [x_hot y_hot] */
"17 17 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s topShadowColor	m white	c #c8c8c8c8c8c8",
"X	s bottomShadowColor	m black	c #646464646464",
/* pixels */
"       ...       ",
"      .. ..      ",
"     ..   ..     ",
"    ..     ..    ",
"   ..       ..   ",
"  ..         ..  ",
" ..           .. ",
"..             ..",
".               .",
"XX             XX",
" XX           XX ",
"  XX         XX  ",
"   XX       XX   ",
"    XX     XX    ",
"     XX   XX     ",
"      XX XX      ",
"       XXX       "};