lyx_mirror/lib/images/math/root.xpm
Angus Leeming f690ef67a6 A bunch of prettier buttons for the math toolbar.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7893 a592a061-630c-0410-9148-cb99ea01b6c8
2003-10-10 20:56:25 +00:00

50 lines
1.0 KiB
C

/* XPM */
static char const * const root_xpm[] = {
/* width height ncolors chars_per_pixel */
"22 25 17 1",
/* colors */
"+ c None",
" c #000000",
". c #2C2CF8",
"X c #939393",
"o c #5858F1",
"O c #676767",
"@ c #CECECE",
"# c #6F6FDD",
"$ c #848484",
"% c #767676",
"& c #1E1EFA",
"* c #7676EC",
"= c #2C2C2C",
"- c #A2A2E5",
"; c #BFBFBF",
": c #0000FF",
"> c None",
/* pixels */
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"+++++++++O +++",
"++++++++@X++++++++++++",
"++++++++$+++++++++++++",
"+++++++@%+:::::::::+++",
"++-.&*+%@+:+++++++:+++",
"++@#oo@%++:+++++++:+++",
"++OO++%@++:+++++++:+++",
"+++=@+$+++:+++++++:+++",
"+++%$X@+++:+++++++:+++",
"+++@=$++++:+++++++:+++",
"++++O;++++:::::::::+++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++",
"++++++++++++++++++++++"
};