~ubuntu-branches/ubuntu/wily/marionnet/wily

« back to all changes in this revision

Viewing changes to share/images/treeview-icons/text.xpm

  • Committer: Package Import Robot
  • Author(s): Lucas Nussbaum
  • Date: 2013-03-29 15:57:12 UTC
  • Revision ID: package-import@ubuntu.com-20130329155712-o0b9b96w8av68ktq
Tags: upstream-0.90.6+bzr407
ImportĀ upstreamĀ versionĀ 0.90.6+bzr407

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * text_xpm[] = {
 
3
"16 16 5 1",
 
4
"       c None",
 
5
".      c #FFFFFF",
 
6
"+      c #E0E0E0",
 
7
"@      c #C1C1C1",
 
8
"#      c #444444",
 
9
"     ..++++++@  ",
 
10
"    ..+++++++@  ",
 
11
"   ...+#+###+@  ",
 
12
"  ....+++++++@  ",
 
13
"  .++####+#+#@  ",
 
14
"  +++++++++++@  ",
 
15
"  +###+#+#+##@  ",
 
16
"  +++++++++++@  ",
 
17
"  +###+#####+@  ",
 
18
"  +++++++++++@  ",
 
19
"  +##+#####+#@  ",
 
20
"  +++++++++++@  ",
 
21
"  +#+#+#####+@  ",
 
22
"  +++++++++++@  ",
 
23
"  +###+#+####@  ",
 
24
"  @@@@@@@@@@@@  "};