kwave  18.07.70
ok.xpm
Go to the documentation of this file.
1 /* XPM */
2 static const char *ok_xpm[] = {
3 /* columns rows colors chars-per-pixel */
4 "16 16 17 1",
5 " c #004400",
6 ". c #004B00",
7 "X c #005900",
8 "o c #006500",
9 "O c #006C00",
10 "+ c #007400",
11 "@ c #007B00",
12 "# c #008400",
13 "$ c #008C00",
14 "% c #019100",
15 "& c #059A02",
16 "* c #0AB20A",
17 "= c #00CA00",
18 "- c #04D604",
19 "; c #02EE02",
20 ": c gray100",
21 "> c None",
22 /* pixels */
23 ">>>>>>>>>>>>>>>>",
24 ">>>>>>>>>>>>>>>>",
25 "%>>>>>>>>>>>>%&&",
26 "$#>>>>>>>>>#$$$%",
27 "#%@>>>>>>+@**##>",
28 "#*&O>>>o+***@@>>",
29 "O*;$ooO#*;=O@>>>",
30 "o#;-@+*;;*XO>>>>",
31 ">o=;--;;*Xo>>>>>",
32 ">X&---=#.>>>>>>>",
33 ">.O===O.>>>>>>>>",
34 ">>.**X >>>>>>>>>",
35 ">>.+X >>>>>>>>>>",
36 ">> >>>>>>>>>>>",
37 ">>>>>>>>>>>>>>>>",
38 ">>>>>>>>>>>>>>>>"
39 };