Mercurial > mercurial > hgweb_kaigo.hg.cgi
annotate Porori/image/sample.xpm @ 0:aaaa401818a1 draft
first commit.
| author | pyon <pyon@macmini> |
|---|---|
| date | Mon, 24 May 2021 21:32:58 +0900 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 /* XPM */ |
| 2 static char * sample_xpm[] = { | |
| 3 "16 16 4 1", | |
| 4 " c None", | |
| 5 ". c #6ECB63", | |
| 6 "+ c #8C0214", | |
| 7 "@ c #ECE6B4", | |
| 8 "................", | |
| 9 "................", | |
| 10 ".++.++.++.++.++.", | |
| 11 ".++.++.++.++.++.", | |
| 12 ".++.++.++.++.++.", | |
| 13 ".++.++.++.++.++.", | |
| 14 ".++.++.++.++.++.", | |
| 15 ".++.++.++.++.++.", | |
| 16 ".++.++.++.++.++.", | |
| 17 ".++.++.++.++.++.", | |
| 18 ".++.++.++.++.++.", | |
| 19 ".@@.@@.@@.@@.@@.", | |
| 20 ".@@.@@.@@.@@.@@.", | |
| 21 ".@@.@@.@@.@@.@@.", | |
| 22 "................", | |
| 23 "................"}; |
