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

« back to all changes in this revision

Viewing changes to TeXmacs/misc/pixmaps/tm_find.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 * tb_find_xpm[] = {
 
3
/* width height num_colors chars_per_pixel */
 
4
"17 17 7 1",
 
5
/* colors */
 
6
"       c None",
 
7
".      c black",
 
8
"X      c white",
 
9
"o      c lightgray",
 
10
"O      c lightsteelblue",
 
11
"+      c grey",
 
12
"@      c grey50",
 
13
/* pixels */
 
14
" ........        ",
 
15
" .XXXXXX..       ",
 
16
" .XXXXXX.o.      ",
 
17
" .XXXXXX....     ",
 
18
" .XXXXXXXXX.     ",
 
19
" .XXXXXX....     ",
 
20
" .XXXXX.OOOO.    ",
 
21
" .XXXX.OXXOOO.   ",
 
22
" .XXXX.OXOOOO.   ",
 
23
" .XXXX.OOOOOO.   ",
 
24
" .XXXX.OOOXOO.   ",
 
25
" .XXXXX.OOOO.+   ",
 
26
" .XXXXXX....+..  ",
 
27
" .XXXXXXXXX. ... ",
 
28
" ...........  .. ",
 
29
"    @@@@@@@@@    ",
 
30
"                 "};