~ubuntu-branches/ubuntu/saucy/texmacs/saucy

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/traditional/--x17/tm_binop.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2011-04-04 13:58:09 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20110404135809-6f6jvotefb694vgp
Tags: 1:1.0.7.10-1
* New Upstream Release.
* Added gostscript to Build-Depends.  (Closes: #582228)

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 12 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 #888c88",
 
14
"$ c #989c98",
 
15
"% c #a8aca8",
 
16
"& c #b8bcb8",
 
17
/* pixels */
 
18
"               ",
 
19
"               ",
 
20
"               ",
 
21
"               ",
 
22
"     &@+@&     ",
 
23
"    +o#%#o+    ",
 
24
"   +.$   $.+   ",
 
25
"  &o&X$ $X&o&  ",
 
26
"  $@ &X@X& @$  ",
 
27
"  ##  @Y@  ##  ",
 
28
"  %O #o&o# O%  ",
 
29
"   X@o   o@X   ",
 
30
"   %Y%   %Y%   ",
 
31
"    &OoOoO&    ",
 
32
"               ",
 
33
"               ",
 
34
"               "
 
35
};