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

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/tm_bigop.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
"17 17 14 1",
 
5
"  c None",
 
6
"Y c Gray0",
 
7
". c #080c08",
 
8
"X c #181c18",
 
9
"o c #282c28",
 
10
"O c #383c38",
 
11
"+ c #484c48",
 
12
"@ c #585c58",
 
13
"# c #686c68",
 
14
"$ c #787c78",
 
15
"% c #888c88",
 
16
"& c #989c98",
 
17
"* c #a8aca8",
 
18
"= c #b8bcb8",
 
19
/* pixels */
 
20
"                 ",
 
21
" =%%%%%%%%%%%%   ",
 
22
" &Y.@@@@@@OXYY%  ",
 
23
"  @Y$       *o+  ",
 
24
"  =X.=        o  ",
 
25
"   *Yo        *= ",
 
26
"    #Y#          ",
 
27
"     oY*         ",
 
28
"     =.X=        ",
 
29
"      @X=        ",
 
30
"     &.*         ",
 
31
"    =X%          ",
 
32
"    o@        &= ",
 
33
"   @o        =o  ",
 
34
"  %.=       &X@  ",
 
35
" =.XOOOOOOo.YY&  ",
 
36
" =%%%%%%%%%%%%   "
 
37
};