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
537 B
C
29 lines
537 B
C
/* XPM */
|
|
static char * tray_newmail_offline_xpm[] = {
|
|
"16 16 10 1",
|
|
" c None",
|
|
". c #3F3F3F",
|
|
"+ c #FFFFFF",
|
|
"@ c #CF6F6F",
|
|
"# c #B7B7B7",
|
|
"$ c #818181",
|
|
"% c #000000",
|
|
"& c #D1D1D1",
|
|
"* c #6666CC",
|
|
"= c #9F9F9F",
|
|
" . ",
|
|
" .+. ",
|
|
" .+@+. ",
|
|
" .+@@@+. ",
|
|
" .+++@+++. ",
|
|
" .+++++++++. ",
|
|
" .++++#++#+++. ",
|
|
"$$$$%%#++#%%$$$$",
|
|
"$+&%*%%%#+%*%#=$",
|
|
"%%%**%+#++%**%%%",
|
|
"*****%%%++%*****",
|
|
"%%%**%$$$$%**%%%",
|
|
"$+&%*%%%##%*%#=$",
|
|
"$+&#%%####%%##=$",
|
|
" $&###########$ ",
|
|
" $$$$$$$$$$$$ "};
|