~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Porcheron
  • Date: 2008-02-07 00:56:22 UTC
  • mto: (2.1.6 hardy) (6.1.2 sid)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20080207005622-c2ail8p4d0sk3dnw
Tags: upstream-1.8.2
ImportĀ upstreamĀ versionĀ 1.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * namespaces_xpm[] = {
 
3
"16 16 15 1",
 
4
"       c None",
 
5
".      c #D89494",
 
6
"+      c #BD4949",
 
7
"@      c #FF8D8D",
 
8
"#      c #FF8888",
 
9
"$      c #FF8383",
 
10
"%      c #FFFFFF",
 
11
"&      c #C86868",
 
12
"*      c #FF7D7D",
 
13
"=      c #D85E5E",
 
14
"-      c #FF7676",
 
15
";      c #FF6F6F",
 
16
">      c #FF6868",
 
17
",      c #FF6060",
 
18
"'      c #FF5C5C",
 
19
"    .+.         ",
 
20
"   .+@+.        ",
 
21
"  .+#+#+.       ",
 
22
" .+$+%+$+&+.    ",
 
23
".+*+%+%+=+@+.   ",
 
24
"+-+%+++%+#+#+.  ",
 
25
".+;++@++$+%+$+. ",
 
26
" .++#++*+%+%+*+.",
 
27
" .+$++-+%+-+%+-+",
 
28
".+*+%++;+%+%+;+.",
 
29
"+-+%+-++>+%+>+. ",
 
30
".+;+%+%++,+,+.  ",
 
31
" .+>+%+>++'+.   ",
 
32
"  .+,+,+..+.    ",
 
33
"   .+'+.        ",
 
34
"    .+.         "};