lyx_mirror/lib/images/math/frac.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

47 lines
737 B
C

/* XPM */
static char const * const frac_xpm[] = {
/* width height ncolors chars_per_pixel */
"12 22 17 1",
/* colors */
"% c None",
" c #000000",
". c #CECEDE",
"X c #2C2CF8",
"o c #5858F1",
"O c #0F0FFC",
"+ c #8484EA",
"@ c #3B3BF5",
"# c #B0B0E3",
"$ c #6767EE",
"& c #9393E7",
"* c #BFBFE0",
"= c #1E1EFA",
"- c #4A4AF3",
"; c #7676EC",
": c #0000FF",
"> c None",
/* pixels */
"%%%%%%%%%%%%",
"%%%%%%%%%%%%",
"%%%%%%%%%%%%",
"%%%%.+@=&%%%",
"%%%%o+%$#%%%",
"%%%%:.%-*%%%",
"%%%%$:$X@%%%",
"%%%%%%%%%%%%",
"%%%%%%%%%%%%",
"%%%%%%%%%%%%",
"%%%%%%%%%%%%",
"%%%% %%",
"%%%%%%%%%%%%",
"%%%%%%%%%%%%",
"%%%%;:&%%%%%",
"%%%%%o.%%%%%",
"%%%%%-%%%%%%",
"%%%%*-oX%%%%",
"%%%%+&%:%%%%",
"%%%%O.%-%%%%",
"%%%%$:-.%%%%",
"%%%%%%%%%%%%"
};