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

« back to all changes in this revision

Viewing changes to pgadmin/include/images/groups.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 * groups_xpm[] = {
3
 
"16 16 108 2",
4
 
"       c None",
5
 
".      c #C5C5C5",
6
 
"+      c #7F7F7F",
7
 
"@      c #8A877D",
8
 
"#      c #CDC7AF",
9
 
"$      c #CCC7AF",
10
 
"%      c #8A887D",
11
 
"&      c #717171",
12
 
"*      c #797673",
13
 
"=      c #D0C5BC",
14
 
"-      c #D0C5BE",
15
 
";      c #8B8785",
16
 
">      c #F3EDCD",
17
 
",      c #F3EDCE",
18
 
"'      c #CBC8B0",
19
 
")      c #7B7168",
20
 
"!      c #AC967F",
21
 
"~      c #AF977E",
22
 
"{      c #7E7367",
23
 
"]      c #C0B7B1",
24
 
"^      c #F7EAE4",
25
 
"/      c #CFC5C4",
26
 
"(      c #7D7D7D",
27
 
"_      c #F2EECE",
28
 
":      c #CBC8B1",
29
 
"<      c #5F5F5F",
30
 
"[      c #CCAD8C",
31
 
"}      c #CFAF8C",
32
 
"|      c #B49B7E",
33
 
"1      c #7D7A78",
34
 
"2      c #F7EAE8",
35
 
"3      c #CFC5C7",
36
 
"4      c #5A5A58",
37
 
"5      c #A3A192",
38
 
"6      c #62625F",
39
 
"7      c #555555",
40
 
"8      c #908070",
41
 
"9      c #D3B28B",
42
 
"0      c #B79D7E",
43
 
"a      c #726F6F",
44
 
"b      c #8B8788",
45
 
"c      c #585A5A",
46
 
"d      c #B7B7B7",
47
 
"e      c #9D927D",
48
 
"f      c #C5B28F",
49
 
"g      c #716B62",
50
 
"h      c #8B8782",
51
 
"i      c #948370",
52
 
"j      c #817567",
53
 
"k      c #585A56",
54
 
"l      c #71777A",
55
 
"m      c #9EB3BC",
56
 
"n      c #819097",
57
 
"o      c #808080",
58
 
"p      c #D4BE97",
59
 
"q      c #FFDFA7",
60
 
"r      c #7F7667",
61
 
"s      c #F8EAE1",
62
 
"t      c #5D5F57",
63
 
"u      c #727F5A",
64
 
"v      c #879D5C",
65
 
"w      c #616656",
66
 
"x      c #65696B",
67
 
"y      c #9AB1BC",
68
 
"z      c #9FBBCA",
69
 
"A      c #5B5B5B",
70
 
"B      c #F9DAA4",
71
 
"C      c #C5AE84",
72
 
"D      c #5F5C58",
73
 
"E      c #73716F",
74
 
"F      c #C0B7B3",
75
 
"G      c #717D5A",
76
 
"H      c #A1C260",
77
 
"I      c #92ABB8",
78
 
"J      c #A1A1A1",
79
 
"K      c #595959",
80
 
"L      c #A59FA0",
81
 
"M      c #6F7B58",
82
 
"N      c #565656",
83
 
"O      c #5C5E5F",
84
 
"P      c #6F767A",
85
 
"Q      c #BEE0F1",
86
 
"R      c #9CB6C4",
87
 
"S      c #89887E",
88
 
"T      c #5A5957",
89
 
"U      c #595A5A",
90
 
"V      c #B3D8EB",
91
 
"W      c #8AA0AC",
92
 
"X      c #7F7769",
93
 
"Y      c #C5AB7D",
94
 
"Z      c #9D8B6B",
95
 
"`      c #8C9597",
96
 
" .     c #A9B7BB",
97
 
"..     c #73797B",
98
 
"+.     c #72797C",
99
 
"@.     c #FFDC9D",
100
 
"#.     c #FFD791",
101
 
"$.     c #FFD488",
102
 
"%.     c #D4B174",
103
 
"&.     c #B4C4C8",
104
 
"*.     c #D0E8F0",
105
 
"=.     c #CAE6F1",
106
 
"-.     c #C4E3F1",
107
 
";.     c #FFD17F",
108
 
">.     c #F9C974",
109
 
",.     c #CCE3EB",
110
 
"'.     c #B8DEF2",
111
 
").     c #B1D7EC",
112
 
"    . + + .         . + + .     ",
113
 
"  . @ # $ % . . + & * = - ; .   ",
114
 
"  + # > , ' & ) ! ~ { ] ^ / +   ",
115
 
"  ( $ , _ : < ! [ } | 1 2 3 (   ",
116
 
"  4 % ' 5 6 7 8 } 9 0 a 3 b c   ",
117
 
"d e f g h = - ; i 0 j k l m n d ",
118
 
"o p q r = s ^ / t u v w x y z o ",
119
 
"A B C D E F 2 3 G H @ # $ % I A ",
120
 
"J K h = - ; L b c M # > , ' N J ",
121
 
"  + = s ^ / O m n 7 $ , _ : (   ",
122
 
"  ( - ^ 2 3 P Q R 4 % ' : S T   ",
123
 
"  U ; / 3 b c V W e f X r Y Z d ",
124
 
"d `  ...+.m n 7 N p q @.#.$.%.o ",
125
 
"o &.*.=.-.Q z o A B @.#.$.;.>.A ",
126
 
"A ,.=.-.Q '.).A J A 7 7 7 7 A J ",
127
 
"J A 7 7 7 7 A J                 "};