Files
evolution/mail/pixmaps/online-status.xpm
Miguel de Icaza e41189606e Add more beautiful art from Miggue, the Diego Rivera of the next
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
2000-04-07 21:58:59 +00:00

24 lines
439 B
C

/* XPM */
static char * online_status_xpm[] = {
"16 16 4 1",
" c None",
". c #000000",
"+ c #9B9B9B",
"@ c #5CE537",
" ",
" . ",
" . ",
" . ",
" . +........+ ",
" . .++++++++. ",
" .. .++++++@+. ",
" ...++++++++. ",
" .. .++++++++. ",
" . .++++++++. ",
" . +........+ ",
" . ",
" . ",
" . ",
" . ",
" "};