elisp-vcs/emacs-w3m/icons/state-00.xpm
2010-08-17 08:59:01 +02:00

29 lines
527 B
C

/* XPM */
static char *noname[] = {
/* width height ncolors chars_per_pixel */
" 16 14 7 1",
/* colors */
" c none",
"# c #314030",
"$ c #617f5f",
"% c #485e47",
"+ c #89b386",
". c #c4ffbf",
"; c #b0e5ac",
/* pixels */
" ",
" ",
" #### #### ",
" %$#$# #$#$% ",
"%%++$+$ $+$++%%",
";;;;+;+ +;+;;;;",
"....+.+ +.+....",
";;;;+;+ +;+;;;;",
"++++$;$ $;$++++",
"%%%%#%# #%#%%%%",
" %+#+# #+#+% ",
" #### #### ",
" ",
" "
};