lyx_mirror/images/delim.xpm
Angus Leeming 6a9075b596 fix broken colour in sub/super.xpm that I introduced last time around
and use the same 4 colours for all xpm files.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4016 a592a061-630c-0410-9148-cb99ea01b6c8
2002-04-17 15:57:58 +00:00

33 lines
674 B
C

/* XPM */
static char const * delim[] = {
/* width height num_colors chars_per_pixel */
" 20 20 3 1",
/* colors */
" c None",
". c Black",
"X c Blue",
/* pixels */
" ",
" ",
" ",
" ... ... ",
" ... XXXXXX ... ",
" .. XXXXXX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XX XX .. ",
" .. XXXXXX .. ",
" ... XXXXXX ... ",
" ... ... ",
" ",
" ",
" "
};