mirror of https://github.com/BOINC/boinc.git
99 lines
2.0 KiB
C
99 lines
2.0 KiB
C
/* XPM */
|
|
static const char *boincsnooze_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 59 1",
|
|
"1 c #355684",
|
|
"z c #245081",
|
|
"4 c #768DAC",
|
|
"3 c #7B91AE",
|
|
"l c #FED035",
|
|
"7 c #FED037",
|
|
"u c #FED346",
|
|
"i c #526F96",
|
|
"d c #C3AD3C",
|
|
"w c #FFC803",
|
|
"m c #375885",
|
|
"+ c #295C8E",
|
|
"j c #788FAD",
|
|
"X c #134F87",
|
|
"f c #24497A",
|
|
"9 c #768CAB",
|
|
"; c #315B8A",
|
|
"# c #7993B2",
|
|
"= c #7E97B4",
|
|
"< c #183E72",
|
|
". c #5784AD",
|
|
" c None",
|
|
"o c #86A2BE",
|
|
"s c #FECC24",
|
|
"y c #FECC25",
|
|
"V c #84813F",
|
|
"$ c #637DA1",
|
|
"* c #6881A3",
|
|
"- c #285A8D",
|
|
"t c #7289A9",
|
|
"M c #395A86",
|
|
"g c #34537C",
|
|
"q c #FFCD06",
|
|
"v c #21568A",
|
|
"0 c #FFCA04",
|
|
"p c #193F73",
|
|
"N c #5D89AF",
|
|
"b c #15487D",
|
|
"@ c #15487E",
|
|
"x c #738AA9",
|
|
"C c #305382",
|
|
"B c #134E86",
|
|
"% c #3F5F8A",
|
|
"h c #6A714B",
|
|
"5 c #2C5686",
|
|
"n c #5B779B",
|
|
"a c #6F87A7",
|
|
"2 c #365884",
|
|
"6 c #3B5C88",
|
|
"r c #40608A",
|
|
"O c #618BB0",
|
|
": c #164075",
|
|
"k c #FECE2F",
|
|
"8 c #FED13D",
|
|
"c c #3C5D88",
|
|
"& c #41618B",
|
|
", c #173E72",
|
|
"e c #214678",
|
|
"> c #2B4E7E",
|
|
/* pixels */
|
|
" ",
|
|
".X oXO",
|
|
" +@# $%&* =@- ",
|
|
" ;:>,<123 4:5 ",
|
|
" 6,4 ,< ",
|
|
" 78 9, ",
|
|
" 1 0qqw er ",
|
|
" ,t yqqqqu ip ",
|
|
" ,a sqqqd>>>>> ",
|
|
" f1 0qqg,h,h,>",
|
|
" j, kl>,q,q,>",
|
|
" ,< >,q,q,>",
|
|
" z: x%c>,q,q,>",
|
|
" vb nmM>,q,q,>",
|
|
"NB >,V,V,C",
|
|
" >>>>> "
|
|
};
|
|
|
|
// 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/>.
|