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

29 lines
530 B
C

/* XPM */
static char *noname[] = {
/* width height num_colors chars_per_pixel */
" 16 14 7 1",
/* colors */
" c none",
"# c #403700",
"$ c #7f6e00",
"% c #5e5100",
"+ c #b39b00",
". c #fffafa",
"; c #e5c600",
/* pixels */
" ",
" ",
" #### #### ",
" %$#$# #$#$% ",
"%%++$+$ $+$++%%",
";;;;+;+ +;+;;;;",
"....+.+ +.+....",
";;;;+;+ +;+;;;;",
"++++$;$ $;$++++",
"%%%%#%# #%#%%%%",
" %+#+# #+#+% ",
" #### #### ",
" ",
" "
};