~ubuntu-branches/ubuntu/utopic/pgadmin3/utopic-proposed

« back to all changes in this revision

Viewing changes to pgadmin/include/images/folder.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2011-06-07 23:03:54 UTC
  • mfrom: (1.3.1 upstream) (13 sid)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20110607230354-3td4j9y71u4ahcvj
Tags: 1.14.0~beta1-1
* New upstream development release, adding Build-Depends on
  postgresql-server-dev-all >= 117~.
* Add Build-Depends on quilt, (un)patch to debian/rules and patch for fixing
  the include for kwlist.h in pgadmin/db/keywords.c.
* Add pg_config --includedir-server output to CPPFLAGS.
* Remove unrecognized configure options: --with-wx-config,
  --with-pgsql-include, --enable-gtk2, --enable-unicode.
* Clean up manually the files that are left behind after the broken
  distclean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char * folder_xpm[] = {
3
 
"16 16 53 1",
4
 
"       c None",
5
 
".      c #FFFFFF",
6
 
"+      c #CC9934",
7
 
"@      c #CB9833",
8
 
"#      c #C99631",
9
 
"$      c #C7942F",
10
 
"%      c #DFDFDF",
11
 
"&      c #F6F6F6",
12
 
"*      c #C28F2A",
13
 
"=      c #C8C8C8",
14
 
"-      c #FFFF99",
15
 
";      c #BD8A25",
16
 
">      c #BA8722",
17
 
",      c #B7841F",
18
 
"'      c #B5821D",
19
 
")      c #B3811B",
20
 
"!      c #B07E18",
21
 
"~      c #F7F7F7",
22
 
"{      c #FFF791",
23
 
"]      c #FFF48E",
24
 
"^      c #AE7C16",
25
 
"/      c #8C8C8C",
26
 
"(      c #DEDEDE",
27
 
"_      c #FFEB85",
28
 
":      c #FFE681",
29
 
"<      c #C5922D",
30
 
"[      c #C08D28",
31
 
"}      c #BC8924",
32
 
"|      c #B88520",
33
 
"1      c #B4811C",
34
 
"2      c #FFE07B",
35
 
"3      c #A3710B",
36
 
"4      c #FFD46F",
37
 
"5      c #F8C560",
38
 
"6      c #A06E08",
39
 
"7      c #6D6D6D",
40
 
"8      c #FFCC67",
41
 
"9      c #EFBC57",
42
 
"0      c #9E6C06",
43
 
"a      c #6C6C6C",
44
 
"b      c #E6B34E",
45
 
"c      c #9C6A04",
46
 
"d      c #BF8C27",
47
 
"e      c #DCA944",
48
 
"f      c #9A6802",
49
 
"g      c #D3A03B",
50
 
"h      c #996701",
51
 
"i      c #AB7913",
52
 
"j      c #A87610",
53
 
"k      c #A5730D",
54
 
"l      c #4B4B4B",
55
 
"m      c #838383",
56
 
"n      c #D6D6D6",
57
 
"................",
58
 
"..+@#$%&........",
59
 
".+....*=&.......",
60
 
"+.----.;>,')!%~.",
61
 
"@{]]]]].....^/(.",
62
 
"#_:<<<<<<[}|1))%",
63
 
"$2<.........:.3/",
64
 
"<4+---------5-67",
65
 
"*8@-{{{{{{{{9-0a",
66
 
"[8<-________b-ca",
67
 
";8d-22222222e-fa",
68
 
">8|-44444444g-h7",
69
 
"%')!^ijk360cfhlm",
70
 
"&=maaaaaaaaaaam=",
71
 
".&%nnnnnnnnnnn%&",
72
 
"................"};