You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
549 B

/* XPM */
static const char *action_textsuperscript[] = {
/* width height ncolors chars_per_pixel */
"16 16 6 1",
/* colors */
" c #000000",
". c #0000C0",
"X c #000099",
"o c #800080",
"O c #10DFA1",
"+ c None",
/* pixels */
"++++++++++++++++",
"+++++++++++o++o+",
"++++++++++oooooo",
"++++++++++++oo++",
"+++++++++++oo+++",
"+++++++++oooooo+",
"++++++++++o++o++",
" +++++++",
" +++++++ +++++++",
" +++++++ +++++++",
" +++++++ +++++++",
" +++++++ +++++++",
" +++++++ +++++++",
" +++++++ +++++++",
" +++++++ +++++++",
" +++++++"
};