comparison pixmaps/tb_refresh.xpm @ 2008:6f049002d963

[gaim-migrate @ 2018] i'm not sure i like this yet. i think we need better pixmaps or something. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 13 Jun 2001 07:26:16 +0000
parents
children
comparison
equal deleted inserted replaced
2007:948a67a691a6 2008:6f049002d963
1 /* XPM */
2 static char *tb_refresh_xpm[] = {
3 /* columns rows colors chars-per-pixel */
4 "24 24 10 1",
5 " c black",
6 ". c #37452b",
7 "X c #004300550035",
8 "o c #475937",
9 "O c #4c603c",
10 "+ c #526741",
11 "@ c #566b43",
12 "# c #5a7046",
13 "$ c #5c7449",
14 "% c None",
15 /* pixels */
16 "%%%%%%%%%%%%%%%%%%%%%%%%",
17 "%%%%%%%%%%%%%%%%%%%%%%%%",
18 "%%%%%%%%%%%%%%%%%%%%%%%%",
19 "%%%%%%%%%%%%%%%%%%%%%%%%",
20 "%%%%%%%%%%% %%%%%%%%%%%%",
21 "%%%%%%%%%% %%%%%%%%%%%%",
22 "%%%%%%%%% @O %%%%%%%%%",
23 "%%%%%%%% +#++OX %%%%%%%",
24 "%%%%%%%%% @+ XX %%%%%%",
25 "%%%%%%% %% %%% . %%%%%%",
26 "%%%%%% %%%% %%%% . %%%%%",
27 "%%%%% %%%%%%%%%% %%%%%",
28 "%%%%% %%%%%%%%%% %%%%%",
29 "%%%%% X %%%% %%%% %%%%%%",
30 "%%%%%% X %%% %% %%%%%%%",
31 "%%%%%% XO +o %%%%%%%%%",
32 "%%%%%%% ++$+O+ %%%%%%%%",
33 "%%%%%%%%% OX %%%%%%%%%",
34 "%%%%%%%%%%%% %%%%%%%%%%",
35 "%%%%%%%%%%%% %%%%%%%%%%%",
36 "%%%%%%%%%%%%%%%%%%%%%%%%",
37 "%%%%%%%%%%%%%%%%%%%%%%%%",
38 "%%%%%%%%%%%%%%%%%%%%%%%%",
39 "%%%%%%%%%%%%%%%%%%%%%%%%"
40 };