~ubuntu-branches/ubuntu/precise/boinc/precise

« back to all changes in this revision

Viewing changes to clientgui/res/multicore.xpm

Tags: 6.12.8+dfsg-1
* New upstream release.
* Simplified debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// This file is part of BOINC.
 
2
// http://boinc.berkeley.edu
 
3
// Copyright (C) 2008 University of California
 
4
//
 
5
// BOINC is free software; you can redistribute it and/or modify it
 
6
// under the terms of the GNU Lesser General Public License
 
7
// as published by the Free Software Foundation,
 
8
// either version 3 of the License, or (at your option) any later version.
 
9
//
 
10
// BOINC is distributed in the hope that it will be useful,
 
11
// but WITHOUT ANY WARRANTY; without even the implied warranty of
 
12
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
13
// See the GNU Lesser General Public License for more details.
 
14
//
 
15
// You should have received a copy of the GNU Lesser General Public License
 
16
// along with BOINC.  If not, see <http://www.gnu.org/licenses/>.
 
17
 
 
18
/* XPM */
 
19
static const char *multicore_xpm[] = {
 
20
/* columns rows colors chars-per-pixel */
 
21
"16 16 91 1",
 
22
"O c Black",
 
23
"s c #CACACA",
 
24
"p c #2D2D2D",
 
25
"A c #3C3C3C",
 
26
"W c #4B4B4B",
 
27
"- c #080808",
 
28
"b c #353535",
 
29
"  c None",
 
30
"^ c #444444",
 
31
"4 c #535353",
 
32
"5 c #717171",
 
33
"+ c #010101",
 
34
"R c #101010",
 
35
"w c #1F1F1F",
 
36
") c #2E2E2E",
 
37
"h c #A6A6A6",
 
38
"G c #B5B5B5",
 
39
"* c #D3D3D3",
 
40
"2 c #272727",
 
41
"a c #909090",
 
42
"% c #020202",
 
43
"d c #3E3E3E",
 
44
"y c #6B6B6B",
 
45
"C c #7A7A7A",
 
46
"q c #898989",
 
47
"T c #A7A7A7",
 
48
"J c #0A0A0A",
 
49
"' c #282828",
 
50
"6 c #373737",
 
51
"U c #464646",
 
52
"; c #555555",
 
53
"~ c #737373",
 
54
"x c #919191",
 
55
"r c #A0A0A0",
 
56
"Q c #AFAFAF",
 
57
"Z c #BEBEBE",
 
58
"3 c #030303",
 
59
"1 c #121212",
 
60
"z c #303030",
 
61
"F c #FAFAFA",
 
62
"X c #3F3F3F",
 
63
"B c #6C6C6C",
 
64
"9 c #A8A8A8",
 
65
"f c #0B0B0B",
 
66
"# c #383838",
 
67
"u c #474747",
 
68
"= c #040404",
 
69
"` c #CECECE",
 
70
"v c #131313",
 
71
"L c #FBFBFB",
 
72
"7 c #404040",
 
73
"Y c #4F4F4F",
 
74
"D c #0C0C0C",
 
75
": c #2A2A2A",
 
76
"M c #393939",
 
77
"l c #484848",
 
78
"K c #575757",
 
79
"_ c #757575",
 
80
"! c #B1B1B1",
 
81
"j c #050505",
 
82
"$ c #141414",
 
83
"o c #232323",
 
84
"g c #323232",
 
85
". c #FCFCFC",
 
86
"0 c #6E6E6E",
 
87
"< c #AAAAAA",
 
88
"N c #1C1C1C",
 
89
"[ c #3A3A3A",
 
90
", c #494949",
 
91
"> c #060606",
 
92
"/ c #D0D0D0",
 
93
"S c #151515",
 
94
"i c #333333",
 
95
"] c #424242",
 
96
"8 c #515151",
 
97
"H c #7E7E7E",
 
98
"I c #9C9C9C",
 
99
"( c #ABABAB",
 
100
"} c #C9C9C9",
 
101
"@ c #E7E7E7",
 
102
"E c #2C2C2C",
 
103
"P c #F6F6F6",
 
104
"c c #3B3B3B",
 
105
"{ c #868686",
 
106
"t c #A4A4A4",
 
107
"& c #070707",
 
108
"e c #E0E0E0",
 
109
"V c #252525",
 
110
"n c #343434",
 
111
"k c #707070",
 
112
"m c #8E8E8E",
 
113
/* pixels */
 
114
" .XoOOOO+O@     ",
 
115
"#$OOOOOO%&O*    ",
 
116
"OO=-OOOOOO;:    ",
 
117
"++>OOOOO,<1O    ",
 
118
"2O=3OO4<=562    ",
 
119
"7O+O89O076#q wOe",
 
120
"rO4t=yuipasdfO+O",
 
121
"ghjkl#zxscvO&O3&",
 
122
":zubnmsMNOO-O=j+",
 
123
" BVCZASOO3O3=ODO",
 
124
"F G HOO&OO&OJOOK",
 
125
"LP  wIUVO%3OOYTR",
 
126
"    UE8d%OOW9Jk7",
 
127
"     8OQO,!3~^66",
 
128
"    . /2(jBXn)_`",
 
129
"    F  '6]c[{}  "
 
130
};