33 lines
865 B
C
33 lines
865 B
C
/* XPM */
|
|
static char * rune_blightning_111_xpm[] = {
|
|
/* width height ncolors chars_per_pixel */
|
|
"24 24 2 1",
|
|
/* colors */
|
|
" s None c None",
|
|
". s Light yellow m black c yellow",
|
|
/* pixels */
|
|
" ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" ... ",
|
|
" .. ",
|
|
" .. ..... ",
|
|
" ................. ",
|
|
" .. ...... ",
|
|
" .. .. ",
|
|
" . .. ",
|
|
" . .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" "};
|