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

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/tm_sansserif.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
"11 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
"    *%&=   ",
 
23
"  =oYYY.#  ",
 
24
"  o.% *@+  ",
 
25
" =Y$       ",
 
26
" *Y#       ",
 
27
"  XY#=     ",
 
28
"  *XYYX#   ",
 
29
"   =%+.Y@  ",
 
30
"       OY= ",
 
31
"       &Y% ",
 
32
" =*    %Y& ",
 
33
" &.@* &Xo  ",
 
34
" =@.YYYo*  ",
 
35
"    &%&    ",
 
36
"           "
 
37
};