~ubuntu-branches/ubuntu/hardy/texmacs/hardy

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/tm_tilda.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Ralf Treinen
  • Date: 2004-04-19 20:34:00 UTC
  • Revision ID: james.westby@ubuntu.com-20040419203400-g4e34ih0315wcn8v
Tags: upstream-1.0.3-R2
ImportĀ upstreamĀ versionĀ 1.0.3-R2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *magick[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"15 17 15 1",
 
5
"  c None",
 
6
"Y c #080c08",
 
7
". c #181c18",
 
8
"X c #282c28",
 
9
"o c #383c38",
 
10
"O c #585c58",
 
11
"+ c #686c68",
 
12
"@ c #787c78",
 
13
"# c #0000f8",
 
14
"$ c #383cf8",
 
15
"% c #787cb8",
 
16
"& c #787cf8",
 
17
"* c #888c88",
 
18
"= c #a8aca8",
 
19
"- c #b8bcb8",
 
20
/* pixels */
 
21
"               ",
 
22
"               ",
 
23
"               ",
 
24
"     +O=  *=   ",
 
25
"    oXXY++.=   ",
 
26
"   *O  @.X=    ",
 
27
"               ",
 
28
"               ",
 
29
"               ",
 
30
"      -$       ",
 
31
"     $%$&&     ",
 
32
"     %$#$-     ",
 
33
"     $###&     ",
 
34
"     &-$-%     ",
 
35
"      -&       ",
 
36
"               ",
 
37
"               "
 
38
};