Mercurial > pidgin
annotate pixmaps/ok.xpm @ 3597:bc87186a7478
[gaim-migrate @ 3699]
I wrote two plugins tonight, emulating features of other clients.
history.c - this puts the last 4kb of your message log in new conversations
This was first done by EB, copied by Trillian Pro and gets requested of us
once in a while.
timestamp.c - adds iChat-style timestamps to conversations. Never use iChat?
it puts an inconspicuous timestamp at the top of new conversations and then
keeps adding them every 5 minutes. It's hard to explain really--try it out.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sun, 06 Oct 2002 07:56:14 +0000 |
parents | a86882c351f0 |
children |
rev | line source |
---|---|
443 | 1 /* XPM */ |
2 static char * ok_xpm[] = { | |
3 "24 24 18 1", | |
4 " c None", | |
5 ". c #000000", | |
6 "+ c #B3C2A7", | |
7 "@ c #708C58", | |
8 "# c #859D71", | |
9 "$ c #627B4D", | |
10 "% c #97AB86", | |
11 "& c #566C43", | |
12 "* c #A2BD9E", | |
13 "= c #789774", | |
14 "- c #88AC84", | |
15 "; c #5E764A", | |
16 "> c #698566", | |
17 ", c #6D8855", | |
18 "' c #688251", | |
19 ") c #668050", | |
20 "! c #6D8956", | |
21 "~ c #4F633E", | |
22 " ", | |
23 " ", | |
24 " ", | |
25 " ", | |
26 " ", | |
27 " ", | |
28 " .. ", | |
29 " .+@. ", | |
30 " .#$. ", | |
31 " .%@. ", | |
32 " .. .#&. ", | |
33 " .*=. .#@. ", | |
34 " .--.. .@&. ", | |
35 " .-=..;@. ", | |
36 " .-->.,&. ", | |
37 " .--'). ", | |
38 " .-!~. ", | |
39 " .--. ", | |
40 " .>. ", | |
41 " . ", | |
42 " ", | |
43 " ", | |
44 " ", | |
45 " "}; |