Mercurial > mercurial > hgweb_porori.cgi
comparison Porori/image/sample.xpm @ 0:2b4fc52a96d9
porori.
author | pyon@macmini |
---|---|
date | Wed, 12 Feb 2020 18:57:24 +0900 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:2b4fc52a96d9 |
---|---|
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 "................"}; |