root/sweep/trunk/src/pixmaps.h

Revision 124, 3.9 kB (checked in by conrad, 8 years ago)

updated to 0.8.2

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 /*
2  * Sweep, a sound wave editor.
3  *
4  * Copyright (C) 2000 Conrad Parker
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2 of the License, or
9  * (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
19  */
20
21 #if 0
22 static char *rect_xpm [] =
23 {
24   "22 22 61 1",
25   "     c None",
26   ".    c #000000",
27   "+    c #FFFFFF",
28   "@    c #DADADA",
29   "#    c #D8D8D9",
30   "$    c #D4D5D7",
31   "%    c #D1D2D5",
32   "&    c #CECED3",
33   "*    c #CBCBD1",
34   "=    c #C8C8CF",
35   "-    c #C4C5CD",
36   ";    c #D9D9DA",
37   ">    c #D6D6D8",
38   ",    c #D3D3D6",
39   "'    c #CFD0D4",
40   ")    c #CCCDD2",
41   "!    c #C9CAD0",
42   "~    c #C6C6CE",
43   "{    c #C3C3CC",
44   "]    c #D7D7D9",
45   "^    c #D4D4D7",
46   "/    c #D1D1D5",
47   "(    c #CACBD1",
48   "_    c #C7C8CF",
49   ":    c #C1C2CB",
50   "<    c #D6D6D6",
51   "[    c #232323",
52   "}    c #D9D9D9",
53   "|    c #D5D6D7",
54   "1    c #D2D2D6",
55   "2    c #CFCFD4",
56   "3    c #CCCCD2",
57   "4    c #C8C9D0",
58   "5    c #C5C6CE",
59   "6    c #C2C3CC",
60   "7    c #BFC0CA",
61   "8    c #D7D7D8",
62   "9    c #D4D4D6",
63   "0    c #D0D1D4",
64   "a    c #CDCED2",
65   "b    c #CACAD1",
66   "c    c #C7C7CF",
67   "d    c #C3C4CD",
68   "e    c #C0C1CB",
69   "f    c #BDBEC9",
70   "g    c #0F0F0F",
71   "h    c #D5D5D7",
72   "i    c #D2D2D5",
73   "j    c #CFCFD3",
74   "k    c #CBCCD1",
75   "l    c #C8C9CF",
76   "m    c #C5C6CD",
77   "n    c #C2C2CC",
78   "o    c #BEBFCA",
79   "p    c #BDBEC8",
80   "q    c #D0D0D4",
81   "r    c #CDCDD2",
82   "s    c #C6C7CE",
83   "t    c #C3C4CC",
84   "u    c #C0C1CA",
85   "v    c #BEBFC9",
86   "                      ",
87   "                      ",
88   "                      ",
89   "                      ",
90   "     ..++..++..++.    ",
91   "     +@@@@#$%&*=-..   ",
92   "     +@@@;>,')!~{+..  ",
93   "     .@@@]^/&(_-:<..  ",
94   "     .@@}|1234567...  ",
95   "     +@@890abcdef...  ",
96   "     +@#hijklmnop+..  ",
97   "     .@>,qr!stupp+..  ",
98   "     .#$%&*=-:vpp...  ",
99   "     +>,')!~{7ppp...  ",
100   "     +..++..++..++..  ",
101   "        ............  ",
102   "         ..........   ",
103   "                      ",
104   "                      ",
105   "                      ",
106   "                      ",
107   "                      "};
108
109
110 static char *magnify_xpm [] =
111 {
112   "22 22 50 1",
113   "     c None",
114   ".    c #46463E",
115   "+    c #090908",
116   "@    c #3C3C3B",
117   "#    c #000000",
118   "$    c #3A3A34",
119   "%    c #9D9D8D",
120   "&    c #CFCFB9",
121   "*    c #C4C4AF",
122   "=    c #8D8D7F",
123   "-    c #61615E",
124   ";    c #45453E",
125   ">    c #9C9C8C",
126   ",    c #E2E2D0",
127   "'    c #EDEDE5",
128   ")    c #C0C0AC",
129   "!    c #B2B29F",
130   "~    c #828274",
131   "{    c #080807",
132   "]    c #D5D5BF",
133   "^    c #FBFBFA",
134   "/    c #C3C3AE",
135   "(    c #B5B5A2",
136   "_    c #A6A695",
137   ":    c #959586",
138   "<    c #080808",
139   "[    c #CACAB5",
140   "}    c #DDDDD0",
141   "|    c #B7B7A4",
142   "1    c #AAAA98",
143   "2    c #9B9B8B",
144   "3    c #8C8C7D",
145   "4    c #46463F",
146   "5    c #929283",
147   "6    c #BABAA7",
148   "7    c #ADAD9B",
149   "8    c #9F9F8E",
150   "9    c #8F8F80",
151   "0    c #6E6E62",
152   "a    c #54544C",
153   "b    c #33332E",
154   "c    c #878779",
155   "d    c #A0A090",
156   "e    c #6F6F63",
157   "f    c #111110",
158   "g    c #4A4A42",
159   "h    c #3B3B3B",
160   "i    c #323232",
161   "j    c #020202",
162   "k    c #151515",
163   "                      ",
164   "                      ",
165   "                      ",
166   "                      ",
167   "      .+@#            ",
168   "     $%&*=#           ",
169   "    ;>,')!~#          ",
170   "    {]^/(_:+          ",
171   "    <[}|123+          ",
172   "    4567890;          ",
173   "    abcd5e###         ",
174   "     fg++hi##j        ",
175   "           ####       ",
176   "            k###      ",
177   "             ####     ",
178   "              j##     ",
179   "                      ",
180   "                      ",
181   "                      ",
182   "                      ",
183   "                      ",
184   "                      "};
185 #endif
Note: See TracBrowser for help on using the browser.