~ubuntu-branches/ubuntu/wily/packeth/wily

« back to all changes in this revision

Viewing changes to src/pixmaps/interface.xpm

  • Committer: Bazaar Package Importer
  • Author(s): David Paleino
  • Date: 2010-03-04 21:32:00 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100304213200-dnrtvqlt9c5nont4
Tags: 1.6.5-1
* New upstream version
* debian/control:
  - updated my email address
  - DMUA removed
  - bumped Standards-Version to 3.8.4 (no changes needed)
  - bumped debhelper dependency to >= 7.0.50~, to use
    overridden rules
  - removed Build-Dependency on quilt
* debian/rules:
  - use dh7
  - rename /usr/bin/packETH to /usr/bin/packeth
* debian/watch updated
* debian/source/format: use 3.0 (quilt)
* debian/patches/:
  - fix_pixmaps.patch removed, fixed upstream
  - fix_warnings.patch updated, and renamed to 01-fix_warnings.patch
  - fix_Makefile.patch removed, fixed in debian/rules
  - 02-fix_typo.patch added
* debian/examples removed, no more available upstream
* debian/packeth.1 manually rewritten, without using docbook sources
* debian/copyright: point to the non-symlink license

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char *interface[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"24 24 24 1",
 
5
"  c opaque",
 
6
". c #0a0905",
 
7
"X c #13110a",
 
8
"o c #1a170e",
 
9
"O c #1b180e",
 
10
"+ c #1e1b10",
 
11
"@ c #201c11",
 
12
"# c #292516",
 
13
"$ c #2f2a19",
 
14
"% c #302c1a",
 
15
"& c #37321d",
 
16
"* c #38331e",
 
17
"= c #3f3822",
 
18
"- c #443d24",
 
19
"; c #474026",
 
20
": c #494127",
 
21
"> c #4e4629",
 
22
", c #534b2c",
 
23
"< c #584f2f",
 
24
"1 c #5f5533",
 
25
"2 c #605633",
 
26
"3 c #635935",
 
27
"4 c #857747",
 
28
"5 c None",
 
29
/* pixels */
 
30
"555555555555555555555555",
 
31
"555555555555555555555555",
 
32
"555555555555555555555555",
 
33
"55555555555      5555555",
 
34
"5555555555#2+#;;  555555",
 
35
"5555555555 o>%&    55555",
 
36
"5555555555 --,    555555",
 
37
"5555555555 :*,   5555555",
 
38
"5555555555 >$*   5555555",
 
39
"5555555555-,+   55555555",
 
40
"5555555555<,=   55555555",
 
41
"5555555555:$,   55555555",
 
42
"555555555 >o3   55555555",
 
43
"555555555 > 3   55555555",
 
44
"5555555554<@,  555555555",
 
45
"555555555,2-   555555555",
 
46
"5555555552+-   555555555",
 
47
"55555555 :.*   555555555",
 
48
"55555555,XO.#  555555555",
 
49
"5555555         55555555",
 
50
"55555555       555555555",
 
51
"555555555     5555555555",
 
52
"555555555555555555555555",
 
53
"555555555555555555555555"
 
54
};