120fa67a89
* src/pixmaps/tray_newmail.offline.xpm * src/pixmaps/tray_newmail.xpm * src/pixmaps/tray_newmarkedmail.offline.xpm * src/pixmaps/tray_newmarkedmail.xpm * src/pixmaps/tray_nomail.offline.xpm * src/pixmaps/tray_nomail.xpm * src/pixmaps/tray_unreadmail.offline.xpm * src/pixmaps/tray_unreadmail.xpm * src/pixmaps/tray_unreadmarkedmail.offline.xpm * src/pixmaps/tray_unreadmarkedmail.xpm Make the tray icons a bit nicer. Would be nice to get really nice icons from someone who's good at Gimp :)
29 lines
540 B
C
29 lines
540 B
C
/* XPM */
|
|
static char * tray_unreadmail_offline_xpm[] = {
|
|
"16 16 10 1",
|
|
" c None",
|
|
". c #3F3F3F",
|
|
"+ c #FFFFFF",
|
|
"@ c #9F9F9F",
|
|
"# c #CF6F6F",
|
|
"$ c #818181",
|
|
"% c #000000",
|
|
"& c #D1D1D1",
|
|
"* c #6666CC",
|
|
"= c #B7B7B7",
|
|
" ",
|
|
" ",
|
|
" .............. ",
|
|
" .++++++++++++. ",
|
|
" .+@@@@++++##+. ",
|
|
" .+++++++++##+. ",
|
|
" .++++++++++++. ",
|
|
"$$$$%%@@@@%%$$$$",
|
|
"$+&%*%%%++%*%=@$",
|
|
"%%%**%++@@%**%%%",
|
|
"*****%%%++%*****",
|
|
"%%%**%$$$$%**%%%",
|
|
"$+&%*%%%==%*%=@$",
|
|
"$+&=%%====%%==@$",
|
|
" $&===========$ ",
|
|
" $$$$$$$$$$$$ "};
|