mirror of https://github.com/BOINC/boinc.git
113 lines
2.8 KiB
C
113 lines
2.8 KiB
C
/* XPM */
|
|
static const char *boinc32_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"32 32 58 1",
|
|
"h c #FFCC33",
|
|
" c None",
|
|
"c c #FFC930",
|
|
"s c #FFC931",
|
|
"f c #FFC62E",
|
|
"m c #FFC32C",
|
|
"v c #FFC029",
|
|
"u c #FFC02A",
|
|
"X c #1E4D78",
|
|
". c #1E4D79",
|
|
"@ c #1E4A74",
|
|
"> c #1E4A75",
|
|
"& c #1E4771",
|
|
"# c #1E446D",
|
|
"9 c #1E446E",
|
|
"- c #1E4169",
|
|
"q c #1E416A",
|
|
"e c #1E3E66",
|
|
"8 c #1E3E67",
|
|
"g c #FFCB32",
|
|
"a c #FFC82F",
|
|
"l c #FFC830",
|
|
"k c #FFC52D",
|
|
"n c #FFC52E",
|
|
"z c #FFC22B",
|
|
"i c #FFBF28",
|
|
"t c #FFBF29",
|
|
": c #1E4C77",
|
|
"5 c #1E4973",
|
|
"V c #1E4974",
|
|
"7 c #1E466F",
|
|
"% c #1E4670",
|
|
"B c #1E436C",
|
|
", c #1E436D",
|
|
"N c #1E4068",
|
|
"3 c #1E4069",
|
|
"6 c #1E3D65",
|
|
"1 c #1E3D66",
|
|
"x c #FFCA31",
|
|
"j c #FFCA32",
|
|
"d c #FFC72F",
|
|
"p c #FFC42D",
|
|
"y c #FFC12A",
|
|
"b c #FFC12B",
|
|
"r c #FFBE28",
|
|
"O c #1E4E79",
|
|
"* c #1E4E7A",
|
|
"+ c #1E4B76",
|
|
"o c #1E4872",
|
|
"= c #1E4873",
|
|
"4 c #1E456E",
|
|
"$ c #1E456F",
|
|
"; c #1E426B",
|
|
"0 c #1E426C",
|
|
"2 c #1E3F67",
|
|
"w c #1E3F68",
|
|
"< c #1E3C64",
|
|
"M c #1E3C65",
|
|
/* pixels */
|
|
" .X o ",
|
|
" OX+@ #$%& ",
|
|
"*X+@=% -;#$%&",
|
|
".:>=%$, <<<<<<<< 123;,4%",
|
|
":>5&$,;3 <<<<<<<<<<<<< <<623;,$",
|
|
" 5&7#;38<<<<<<<<<<<<<< <<<<683; ",
|
|
" 79;326<<<<<<<<<<<<< <<<<<<62 ",
|
|
" 0qw6<<<<<<<<<<<<< <<<<<<<< ",
|
|
" we<<<<<<< <<<<<<< ",
|
|
" <<<<<< rr <<<<<<< ",
|
|
" <<< rtyyyutr <<<<<< ",
|
|
" e6 < iypassdpur <<<<<< ",
|
|
" e<<< ryfghhhhjfur <<<<< ",
|
|
" e<<< tkghhhhhhgpt <<<<< ",
|
|
" 1<<< rylhhhhhhhhlur <<<<< ",
|
|
" 21<<< rzxhhhhhhhhszr <<<<< ",
|
|
" 21<<< rzxhhhhhhhhxzr <<<<< ",
|
|
" 21<<< rychhhhhhhhlyr <<<<< ",
|
|
" 1<<<< vfghhhhhhgkt <<<< ",
|
|
" e<<<< rbdghhhhgdyr <<<< ",
|
|
" e6<<<< ibfsjjcnyi < <<< ",
|
|
" e6<<<<< ivbmmyvr <<< ",
|
|
" 1<<<<<< rrrr <<<<< ",
|
|
" w1<<<<< <<<<<<<< ",
|
|
" 0-26<<<< <<<<<<<<<<<<<<<< ",
|
|
" 7#;38M<< <<<<<<<<<<<<<<<<<e ",
|
|
" 5&$,qNe< <<<<<<<<<<<<<<<<<eNq ",
|
|
":>=%4BqN <<<<<<<<<<<<< <<6eNqB4",
|
|
"X+@o%4B <<<<<<<<<< 623qB4%",
|
|
"OX+Vo% 3;,4%%",
|
|
" .:+V ,$%% ",
|
|
" XX %& "
|
|
};
|
|
// This file is part of BOINC.
|
|
// http://boinc.berkeley.edu
|
|
// Copyright (C) 2013-2014 University of California
|
|
//
|
|
// BOINC is free software; you can redistribute it and/or modify it
|
|
// under the terms of the GNU Lesser General Public License
|
|
// as published by the Free Software Foundation,
|
|
// either version 3 of the License, or (at your option) any later version.
|
|
//
|
|
// BOINC is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
// See the GNU Lesser General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Lesser General Public License
|
|
// along with BOINC. If not, see <http://www.gnu.org/licenses/>.
|