File: xmcd.icon

package info (click to toggle)
xmcd 2.6-17sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 3,464 kB
  • ctags: 5,075
  • sloc: ansic: 51,322; sh: 4,039; makefile: 82; pascal: 67
file content (43 lines) | stat: -rw-r--r-- 1,389 bytes parent folder | download | duplicates (6)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#define xmcd_format 1
#define xmcd_width 32
#define xmcd_height 32
#define xmcd_ncolors 2
#define xmcd_chars_per_pixel 1
static char * xmcd_colors[] = {
" " , "#FFFFFFFFFFFF",
"." , "#535386868B8B"
} ;
static char * xmcd_pixels[] = {
"                                ",
"                                ",
"                                ",
"                                ",
"                                ",
"                                ",
"                 ...............",
"           .....................",
"        ........................",
"     ...........................",
"   .............................",
"  ..............................",
" ...............................",
"................................",
"........................    ....",
"......................        ..",
"........................    ....",
"................................",
"................................",
" ...............................",
"  ..............................",
"   .............................",
"     ...........................",
"        ........................",
"           .....................",
"                 ...............",
"                                ",
"                                ",
"                                ",
"                                ",
"                                ",
"                                "
} ;