2000-04-07 Miguel de Icaza <miguel@gnu.org> * message-list.c (states_pixmaps): Add more beautiful art from Miggue, the Diego Rivera of the next millenium. (message_list_init_header): Use the beautiful art. * pixmaps: Miguel rediscovers the "transparent" concept. svn path=/trunk/; revision=2335
24 lines
439 B
C
24 lines
439 B
C
/* XPM */
|
|
static char * online_status_xpm[] = {
|
|
"16 16 4 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #9B9B9B",
|
|
"@ c #5CE537",
|
|
" ",
|
|
" . ",
|
|
" . ",
|
|
" . ",
|
|
" . +........+ ",
|
|
" . .++++++++. ",
|
|
" .. .++++++@+. ",
|
|
" ...++++++++. ",
|
|
" .. .++++++++. ",
|
|
" . .++++++++. ",
|
|
" . +........+ ",
|
|
" . ",
|
|
" . ",
|
|
" . ",
|
|
" . ",
|
|
" "};
|