~ubuntu-branches/ubuntu/wily/tora/wily-proposed

« back to all changes in this revision

Viewing changes to icons/toscript.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2007-05-29 13:13:36 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070529131336-85ygaddivvmkd3xc
Tags: 1.3.21pre22-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules: call dh_iconcache
  - Remove g++ build dependency
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static const char* const toscript_xpm[] = {
3
 
"16 16 10 1",
4
 
"       c None",
5
 
".      c #000000",
6
 
"+      c #FFFFFF",
7
 
"@      c #7F7F7F",
8
 
"#      c #DFDFDF",
9
 
"$      c #9F9F9F",
10
 
"%      c #BFBFBF",
11
 
"&      c #1F1F1F",
12
 
"*      c #3F3F3F",
13
 
"=      c #5F5F5F",
14
 
"      .....     ",
15
 
"     .+++++.    ",
16
 
"    .++...+.    ",
17
 
"     .. ..+...  ",
18
 
"       .+++.@@. ",
19
 
"  ......+..@@@@.",
20
 
" .@@@@@.+.@@@@..",
21
 
".@@@@.........#.",
22
 
"..@@@.+++++.$%#.",
23
 
"............$%#.",
24
 
"..&*=@$.+.=@$%#.",
25
 
"..&*=.......$%#.",
26
 
"..&*=.+++++.$%. ",
27
 
"..&*=.........  ",
28
 
" .&*=@$%.       ",
29
 
"  ......        "};