~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to psi.xpm

  • Committer: Package Import Robot
  • Author(s): Jan Niehusmann
  • Date: 2012-04-06 18:21:48 UTC
  • mfrom: (6.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120406182148-pe5yvcbs7403tzlu
Tags: 0.14-3
* Fixed clean target (Closes: Bug#666161)
* Add missing include to fix build with gcc 4.7 (Closes: Bug#667332)
* Build-depend on libenchant-dev (Closes: Bug#571657)
* Updated manual page (new man page generated with help2man)
  (Closes: Bug#602335)
* Switch to dh build tool
* Fix clean target (Closes: Bug#666161)
* Set Standards-Version to 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char *noname[] = {
3
 
/* width height ncolors chars_per_pixel */
4
 
"32 32 8 1",
5
 
/* colors */
6
 
"  c #000000",
7
 
". c #CA8AC9",
8
 
"X c #57ACDA",
9
 
"o c #ABDBF4",
10
 
"O c #72BDE6",
11
 
"@ c #87CCF2",
12
 
"# c #CDE9F8",
13
 
"+ c None",
14
 
/* pixels */
15
 
"+        ++++      +++         +",
16
 
"          ++        +           ",
17
 
"  ######   +  ####      #####X  ",
18
 
"  #oooooX     #ooX     #ooooXX  ",
19
 
"    #o@@OX    #oOX    #o@@OX    ",
20
 
"+    #o@OX    #oOX    #o@OX    +",
21
 
"+++  #o@OX    #oOX    #o@OX  +++",
22
 
"+++  #o@OX    #oOX    #o@OX  +++",
23
 
"+++  #o@@OX   #oOX   #o@@OX  +++",
24
 
"+++  #o@@OX   #oOX   #o@@OX  +++",
25
 
"+++   #o@OX   #oOX   #o@OX   +++",
26
 
"++++  #o@OX   #oOX   #o@OX  ++++",
27
 
"++++  #o@OX   #oOX   #o@OX  ++++",
28
 
"++++  #o@OX   #oOX   #o@OX  ++++",
29
 
"++++  #o@OX   #oOX   #o@OX  ++++",
30
 
"++++  #o@OX   #oOX   #o@OX    ++",
31
 
"++++   #o@OX  #oOX  #o@OX      +",
32
 
"+++++  #o@OX  #oOX  #o@OX   ..  ",
33
 
"+++++   Xo@OX #oOX #o@OX ..  .. ",
34
 
"++++++   Xo@@@@@OOOOOO..  .. .. ",
35
 
"+++++++   XXXooo@OOXXX .. .. .. ",
36
 
"++++++++     XXoOXX    .. .. .. ",
37
 
"+++++++++     #oOX     .. .. .. ",
38
 
"++++++++++++  #oOX  + ..  .. .. ",
39
 
"++++++++++++  #oOX  +    ..  .. ",
40
 
"++++++++++++  #oOX  ++      ..  ",
41
 
"++++++++++++  #oOX  ++++       +",
42
 
"++++++++++++  #oOX  ++++++    ++",
43
 
"++++++++++++  #oOX  ++++++++++++",
44
 
"++++++++++++  #XXX  ++++++++++++",
45
 
"++++++++++++        ++++++++++++",
46
 
"+++++++++++++      +++++++++++++"
47
 
};