~ubuntu-branches/ubuntu/vivid/notecase/vivid

« back to all changes in this revision

Viewing changes to res/text_strikethrough.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Vijay(Vijay)
  • Date: 2007-06-14 00:13:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070614001348-z9e2vbgtenb9nhoo
Tags: 1.5.6-0ubuntu1
* New Upstream release 
*  The libgnomevfs2-dev is also added to Build-Depends 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *text_strikethrough[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 16 27 1",
 
5
"  c gray5",
 
6
". c gray8",
 
7
"X c #161616",
 
8
"o c #181818",
 
9
"O c gray11",
 
10
"+ c #1E1E1E",
 
11
"@ c gray15",
 
12
"# c gray17",
 
13
"$ c #2D2D2D",
 
14
"% c #323232",
 
15
"& c #373737",
 
16
"* c #3C3C3C",
 
17
"= c gray24",
 
18
"- c #484848",
 
19
"; c #515151",
 
20
": c gray33",
 
21
"> c #555555",
 
22
", c gray35",
 
23
"< c #5B5B5B",
 
24
"1 c #5F5F5F",
 
25
"2 c #606060",
 
26
"3 c gray39",
 
27
"4 c gray40",
 
28
"5 c gray43",
 
29
"6 c gray44",
 
30
"7 c #777777",
 
31
"8 c None",
 
32
/* pixels */
 
33
"8888888888888888",
 
34
"8888888888888888",
 
35
"8888888888888888",
 
36
"8888886882,88888",
 
37
"8888858888;88888",
 
38
"8888844888-88888",
 
39
"888882,>88888888",
 
40
"88888,>;-=888888",
 
41
"88777772=X888888",
 
42
"888888888$%O8888",
 
43
"8888888888OX8888",
 
44
"88888&8888X88888",
 
45
"88888$@888 88888",
 
46
"8888888888888888",
 
47
"8888888888888888",
 
48
"8888888888888888"
 
49
};