comparison pixmaps/ok.xpm @ 443:a86882c351f0

[gaim-migrate @ 453] More UI updates. I got tired -- Ill finish later. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 29 Jun 2000 09:04:28 +0000
parents
children
comparison
equal deleted inserted replaced
442:fbf45eb2cd4e 443:a86882c351f0
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 " "};