boinc/clientgui/res/boincdisconnect.xpm

123 lines
2.4 KiB
C

/* XPM */
static const char *boincdisconnect_xpm[] = {
/* columns rows colors chars-per-pixel */
"16 16 83 1",
"1 c #355684",
"C c #245081",
"4 c #768DAC",
"3 c #7B91AE",
"h c #6F4B4B",
"v c #DC0000",
"! c #494E61",
"x c #FED035",
"7 c #FED037",
"u c #FED346",
"F c #7F2020",
"i c #526F96",
"S c #2D0F1D",
"w c #FFC803",
"B c #FA0000",
"K c #375885",
"+ c #295C8E",
"l c #788FAD",
"X c #134F87",
"I c #BF0000",
"g c #24497A",
"V c #642929",
"9 c #768CAB",
"n c #F40000",
"; c #315B8A",
"# c #7993B2",
"= c #7E97B4",
"< c #183E72",
". c #5784AD",
" c None",
"o c #86A2BE",
"s c #FECC24",
"y c #FECC25",
"$ c #637DA1",
"* c #6881A3",
"- c #285A8D",
"t c #7289A9",
"d c #FED244",
"/ c #613C3C",
"L c #395A86",
"k c #39131C",
"q c #FFCD06",
"G c #21568A",
"j c #541E21",
"0 c #FFCA04",
"U c #5E2627",
"p c #193F73",
"Y c #5D89AF",
"b c #FF0000",
"W c #EC0000",
"R c #612A2A",
"H c #15487D",
"( c #6B707D",
"@ c #15487E",
"Z c #738AA9",
"T c #134E86",
"% c #3F5F8A",
"D c #EA0000",
"P c #453242",
"c c #642828",
"5 c #2C5686",
"J c #5B779B",
"N c #C20000",
"a c #6F87A7",
"2 c #365884",
"^ c #542C2C",
"6 c #3B5C88",
"r c #40608A",
"O c #618BB0",
": c #164075",
"z c #FECE2F",
"m c #910E0E",
"8 c #FED13D",
"Q c #790408",
"f c #526D90",
"E c #CF0000",
"A c #3C5D88",
"& c #41618B",
"~ c #715454",
"M c #7B5F62",
", c #173E72",
"e c #214678",
"> c #2B4E7E",
/* pixels */
" ",
".X oXO",
" +@# $%&* =@- ",
" ;:>,<123 4:5 ",
" 6,4 ,< ",
" 78 9, ",
" 1 0qqw er ",
" ,t yqqqqu ip ",
" ,a sqqqqd f< ",
" g1 0qqw hjk ",
" l, zx cvbnm ",
" ,< MNbbbBV",
" C: Z%ASDbbbbF",
" GH JKLPIbbbBU",
"YT REbWQ!",
" ~^/( "
};
// This file is part of BOINC.
// http://boinc.berkeley.edu
// Copyright (C) 2013 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/>.