~ubuntu-branches/ubuntu/edgy/vim/edgy-updates

« back to all changes in this revision

Viewing changes to debian/vim-16.xpm

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2006-02-02 13:55:52 UTC
  • Revision ID: james.westby@ubuntu.com-20060202135552-o60gcf576osqpmcg
Tags: 1:6.4-006+2ubuntu1
* Synchronize with Debian unstable.
* Convert Ubuntu patches to use quilt.
* Re-register alternative for `editor'.
* Install .desktop file again, add attribute NoDisplay=true.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* XPM */
2
 
static char *magick[] = {
3
 
/* columns rows colors chars-per-pixel */
4
 
"16 16 8 1",
5
 
"  c Gray0",
6
 
". c #000080",
7
 
"X c #008000",
8
 
"o c Green",
9
 
"O c #808080",
10
 
"+ c #c0c0c0",
11
 
"@ c Gray100",
12
 
"# c None",
13
 
/* pixels */
14
 
"##     o #    ##",
15
 
"# @@@@@ X @@@@ #",
16
 
"# +++++O  ++++O ",
17
 
"## +++O X @++O #",
18
 
"## +++O  @++O ##",
19
 
"## +++O @++O  ##",
20
 
"#o +++O@++O XX #",
21
 
"oX +++@++O XXXX ",
22
 
" X +++++  XXXX.#",
23
 
"#  ++++ +   X ##",
24
 
"## ++++   ++ + #",
25
 
"## +++ ++ +++++ ",
26
 
"## ++O  + + + + ",
27
 
"## +O X + + + + ",
28
 
"###  # ++ + + + ",
29
 
"#######  # # # #"
30
 
};