comparison gtk/file.xpm @ 604:190f38918967

*** empty log message ***
author mhessling@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 26 Sep 2006 00:03:28 +0000
parents
children
comparison
equal deleted inserted replaced
603:2cd65f372859 604:190f38918967
1 /* XPM */
2 static char * FILE_xpm[] = {
3 "16 16 16 1",
4 " c None",
5 ". c #000000",
6 "+ c #D5FFFF",
7 "@ c #F7F7F7",
8 "# c #8092AA",
9 "$ c #646464",
10 "% c #AADBFF",
11 "& c #F0F0F0",
12 "* c #E8E8E8",
13 "= c #D5DBFF",
14 "- c #5592AA",
15 "; c #E0E0E0",
16 "> c #2B92FF",
17 ", c #2B6DAA",
18 "' c #556DAA",
19 ") c #55DBFF",
20 " ",
21 " #########- ",
22 " #@@@@@@@#)$ ",
23 " #@@@@@@@>>,$ ",
24 " #@@@@@@&==%-$ ",
25 " #@@@@@@@+++=$ ",
26 " #@@@@@@&+++=$ ",
27 " #&&@*++%+++=$ ",
28 " #&&&*++++++%$ ",
29 " #**++%%%+++%$ ",
30 " #**++++%%++%$ ",
31 " -;;++%%%%%%%$ ",
32 " -;+++++%%%%%$ ",
33 " '###########$ ",
34 " $$$$$$$$$$$$ ",
35 " "};