~ubuntu-branches/ubuntu/precise/nvidia-settings/precise-proposed

« back to all changes in this revision

Viewing changes to nvidia-settings-1.0/src/xpm_data/rgb_xpm.h

  • Committer: Bazaar Package Importer
  • Author(s): Randall Donald
  • Date: 2004-07-03 19:09:17 UTC
  • Revision ID: james.westby@ubuntu.com-20040703190917-rqkze2s58ux5pamy
Tags: upstream-1.0
ImportĀ upstreamĀ versionĀ 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *rgb_xpm[] = {
 
3
"16 16 10 1",
 
4
"  c black",
 
5
". c navy",
 
6
"X c blue",
 
7
"o c #008000",
 
8
"O c green",
 
9
"+ c cyan",
 
10
"@ c #800000",
 
11
"# c red",
 
12
"$ c white",
 
13
"% c None",
 
14
"%%%%%%%%%%%%%%%%",
 
15
"%%%@ %%%%%%. %%%",
 
16
"%%@$# %%%%.+X %%",
 
17
"%@$$## %%.++XX %",
 
18
"@$$$### .+++XXX ",
 
19
"@###@@@ .XXX... ",
 
20
"%@##@@ o .XX.. %",
 
21
"%%@#@ o$O .X. %%",
 
22
"%%%@ o$$OO . %%%",
 
23
"%%%%o$$$OOO %%%%",
 
24
"%%%%oOOOooo %%%%",
 
25
"%%%%%oOOoo %%%%%",
 
26
"%%%%%%oOo %%%%%%",
 
27
"%%%%%%%o %%%%%%%",
 
28
"%%%%%%%%%%%%%%%%",
 
29
"%%%%%%%%%%%%%%%%"
 
30
};