aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pixmaps/online-status.xpm
blob: 88009ea480e836b725f489d5d113819d4123549c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* XPM */
static char * online_status_xpm[] = {
"16 16 4 1",
"   c None",
".  c #000000",
"+  c #9B9B9B",
"@  c #5CE537",
"                ",
"  .             ",
"  .             ",
"  .             ",
"  .  +........+ ",
"  .  .++++++++. ",
"  .. .++++++@+. ",
"   ...++++++++. ",
"  .. .++++++++. ",
"  .  .++++++++. ",
"  .  +........+ ",
"  .             ",
"  .             ",
"  .             ",
"  .             ",
"                "};