зеркало из https://github.com/mozilla/gecko-dev.git
43 строки
927 B
C
43 строки
927 B
C
/* XPM */
|
|
static char *TB_EditPage[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 23 21 14 1",
|
|
/* colors */
|
|
". c #000000",
|
|
"# c #800000",
|
|
"a c #6666cc",
|
|
"b c #c0c0c0",
|
|
"c c #008080",
|
|
"d c none",
|
|
"e c #808080",
|
|
"f c #9999ff",
|
|
"g c #000080",
|
|
"h c #ffffff",
|
|
"i c #ffff00",
|
|
"j c #008000",
|
|
"k c #222222",
|
|
"l c #808000",
|
|
/* pixels */
|
|
"dddddddeeddddddd..deeed",
|
|
"dddddddhhbedddd.ddebc..",
|
|
"dddddhhhbhbbed.ddebc.c.",
|
|
"dddhhhbhhbhbh.ddebc.c..",
|
|
"dhhhhhhhbhbh.hbebc.c...",
|
|
"hhbhbhbhhhh.hbebc.f...a",
|
|
"hiiiiibibhbibebccf...aa",
|
|
"bhhbbiibibibebc..c..bae",
|
|
"iibibhbibibebc....bhbbe",
|
|
"bbibibibibebc....bhbbbe",
|
|
"kbbibibibebc....bhbhhe.",
|
|
"ekbbbbibcbc....bhbhee.a",
|
|
"eekbiib.b.....bhbbee.aa",
|
|
"deekibe......bhbhel.aae",
|
|
"ddeeclib....bhbhj..aedd",
|
|
"dddllhblg..bhbbjjaaeddd",
|
|
"dddeihlgl.bhbb..eeddddd",
|
|
"dddei#ll#bbhb.eeddddddd",
|
|
"ddebbll#gebe.eedddddddd",
|
|
"ddee##ggeee.eeddddddddd",
|
|
"dd##ddddde.eddddddddddd"
|
|
};
|