33 lines
864 B
C
33 lines
864 B
C
/* XPM */
|
|
static char * rune_lightning_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 */
|
|
" ",
|
|
" ... ",
|
|
" ... ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. .. .... ",
|
|
" .................. ",
|
|
" ..... .... ",
|
|
" .. ... ",
|
|
" .. .. ",
|
|
" .. ... ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" .. .. ",
|
|
" . .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" .. ",
|
|
" . ",
|
|
" . ",
|
|
" . ",
|
|
" . ",
|
|
" "};
|