summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/yellowdot.xpm
blob: da0dddf4e53936075d284ba270c091407f718886 (plain)
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
27
/* XPM */
static char * yellowdot[] = {
"16 16 8 1",
" 	c None",
".	c #000000",
"+	c #B69A19",
"@	c #E0C504",
"#	c #EBD200",
"$	c #CFB410",
"%	c #EFD947",
"&	c #EDD400",
"                ",
"                ",
"      ....      ",
"    .+@##@+.    ",
"   .$%%%&&&$.   ",
"   +%%%%%&&&+   ",
"  .@%%%%%&&&@.  ",
"  .#%%%%%&&&#.  ",
"  .#&%%%&&&&#.  ",
"  .@&&&&&&&&@.  ",
"   +&&&&&&&&+   ",
"   .$&&&&&&$.   ",
"    .+@##@+.    ",
"      ....      ",
"                ",
"                "};