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

« back to all changes in this revision

Viewing changes to pgadmin/include/images/slnodes.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 * slnodes_xpm[] = {
3
 
"16 16 51 1",
4
 
"       c None",
5
 
".      c #BB95CB",
6
 
"+      c #8C4AA7",
7
 
"@      c #D6C4EB",
8
 
"#      c #CDB8E8",
9
 
"$      c #BF99CE",
10
 
"%      c #A878C1",
11
 
"&      c #B794D5",
12
 
"*      c #B99BE0",
13
 
"=      c #C1A4E3",
14
 
"-      c #B190DF",
15
 
";      c #9F70C8",
16
 
">      c #945AB5",
17
 
",      c #BA99D6",
18
 
"'      c #9863BE",
19
 
")      c #9151AA",
20
 
"!      c #C3A8E3",
21
 
"~      c #B990C9",
22
 
"{      c #AC7CC0",
23
 
"]      c #B48FD2",
24
 
"^      c #B490D3",
25
 
"/      c #A575BF",
26
 
"(      c #C5ADE3",
27
 
"_      c #8D4DA9",
28
 
":      c #AB87DC",
29
 
"<      c #AB88DA",
30
 
"[      c #B798DC",
31
 
"}      c #A473BE",
32
 
"|      c #CFBBE6",
33
 
"1      c #9355AD",
34
 
"2      c #A883DB",
35
 
"3      c #A47ED8",
36
 
"4      c #A17AD6",
37
 
"5      c #A57FD6",
38
 
"6      c #B28CCF",
39
 
"7      c #9F69B6",
40
 
"8      c #9E75D4",
41
 
"9      c #9F76D2",
42
 
"0      c #B697D8",
43
 
"a      c #A883D9",
44
 
"b      c #9B71D1",
45
 
"c      c #9C73D0",
46
 
"d      c #AA82CA",
47
 
"e      c #B08FDA",
48
 
"f      c #A078D2",
49
 
"g      c #A681D2",
50
 
"h      c #BA9DD9",
51
 
"i      c #AF89CD",
52
 
"j      c #A16FBB",
53
 
"k      c #C3AADB",
54
 
"l      c #D4BBDE",
55
 
"    .+.         ",
56
 
"    +@+         ",
57
 
"    +#++        ",
58
 
"  $%&*+@+       ",
59
 
"  %=-;+#++      ",
60
 
" >,-'%&*+@+     ",
61
 
" )!;%=-;+#+~    ",
62
 
" {]>,-'%&*^/$   ",
63
 
".+(_!;%=-:<[}   ",
64
 
"+|+1]>,-23456{  ",
65
 
".+7+(_!:34890)  ",
66
 
"  +|+1]a48bcd{  ",
67
 
"  .+7+(e59fgh+. ",
68
 
"    +|+}60ij+k+ ",
69
 
"    .+. {){l +. ",
70
 
"                "};