~ubuntu-branches/ubuntu/lucid/libxpm/lucid

« back to all changes in this revision

Viewing changes to sxpm/plaid.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-07-23 01:33:31 UTC
  • Revision ID: james.westby@ubuntu.com-20050723013331-3azqgwnbdc7sjosd
Tags: upstream-3.5.2
ImportĀ upstreamĀ versionĀ 3.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static char * plaid[] = {
 
3
/* plaid pixmap 
 
4
 * width height ncolors chars_per_pixel */
 
5
"22 22 4 2 ",
 
6
/* colors */
 
7
"   c red       m white  s light_color ",
 
8
"Y  c green     m black  s lines_in_mix ",
 
9
"+  c yellow    m white  s lines_in_dark ",
 
10
"x              m black  s dark_color ",
 
11
/* pixels */
 
12
"x   x   x x x   x   x x x x x x + x x x x x ", 
 
13
"  x   x   x   x   x   x x x x x x x x x x x ", 
 
14
"x   x   x x x   x   x x x x x x + x x x x x ", 
 
15
"  x   x   x   x   x   x x x x x x x x x x x ", 
 
16
"x   x   x x x   x   x x x x x x + x x x x x ", 
 
17
"Y Y Y Y Y x Y Y Y Y Y + x + x + x + x + x + ", 
 
18
"x   x   x x x   x   x x x x x x + x x x x x ", 
 
19
"  x   x   x   x   x   x x x x x x x x x x x ", 
 
20
"x   x   x x x   x   x x x x x x + x x x x x ", 
 
21
"  x   x   x   x   x   x x x x x x x x x x x ", 
 
22
"x   x   x x x   x   x x x x x x + x x x x x ", 
 
23
"          x           x   x   x Y x   x   x ", 
 
24
"          x             x   x   Y   x   x   ",
 
25
"          x           x   x   x Y x   x   x ", 
 
26
"          x             x   x   Y   x   x   ", 
 
27
"          x           x   x   x Y x   x   x ", 
 
28
"x x x x x x x x x x x x x x x x x x x x x x ", 
 
29
"          x           x   x   x Y x   x   x ", 
 
30
"          x             x   x   Y   x   x   ", 
 
31
"          x           x   x   x Y x   x   x ", 
 
32
"          x             x   x   Y   x   x   ", 
 
33
"          x           x   x   x Y x   x   x "
 
34
} ;