~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to xpm/zoom_out_at.xpm

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130828162557-27ulrksfvm64td50
Tags: 2.1.2-1
* New upstream bugfix release.
* Refresh patches.
* Fix doc links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char * zoom_out_at_xpm[] = {
 
3
"16 16 7 1",
 
4
"       c None",
 
5
".      c #000000",
 
6
"+      c #A0A0A4",
 
7
"@      c #DCDCDC",
 
8
"#      c #FFFFFF",
 
9
"$      c #3F231D",
 
10
"%      c #F6574B",
 
11
".....           ",
 
12
"....            ",
 
13
"...             ",
 
14
"..  +...+       ",
 
15
".  +.@#@.+      ",
 
16
"   .##+##.      ",
 
17
"   .#+###.      ",
 
18
"   .#####.      ",
 
19
"   +.@#@..      ",
 
20
"    +......     ",
 
21
"     ++++...    ",
 
22
"         +...   ",
 
23
"$$$$$    ++...  ",
 
24
"%%%%%     ++..  ",
 
25
"$$$$$      +++  ",
 
26
"                "};