~ubuntu-branches/ubuntu/trusty/dlume/trusty

« back to all changes in this revision

Viewing changes to src/icon.h

  • Committer: Bazaar Package Importer
  • Author(s): David Moreno Garza
  • Date: 2004-07-26 23:23:27 UTC
  • Revision ID: james.westby@ubuntu.com-20040726232327-mrmwx90sd8c1s3b4
Tags: upstream-0.2.4
Import upstream version 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
/*
 
3
 * Dlume icon
 
4
 *
 
5
 * Copyright (C) 2003 Maja Koco�
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU General Public License as published by
 
9
 * the Free Software Foundation; either version 2 of the License, or
 
10
 * (at your option) any later version.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 * GNU General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU General Public License
 
18
 * along with this program; if not, write to the Free Software
 
19
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
20
 */
 
21
 
 
22
 
 
23
gchar * icon_xpm[] = {
 
24
"48 48 18 1",
 
25
"       c None",
 
26
".      c #000000",
 
27
"+      c #CEC9C4",
 
28
"@      c #ACB2B7",
 
29
"#      c #EAB760",
 
30
"$      c #0B0B0B",
 
31
"%      c #56616B",
 
32
"&      c #090909",
 
33
"*      c #3F3E3C",
 
34
"=      c #A9AFB4",
 
35
"-      c #222121",
 
36
";      c #040404",
 
37
">      c #0C0C0C",
 
38
",      c #101010",
 
39
"'      c #ABB1B6",
 
40
")      c #D0C9C1",
 
41
"!      c #7F878E",
 
42
"~      c #0F0E0E",
 
43
"                                                ",
 
44
"                                                ",
 
45
"                                                ",
 
46
"        ...................................     ",
 
47
"        .+++++++++++++++++++++++++++++++++..    ",
 
48
"        .+++++++++++++++++++++++++++++++++..    ",
 
49
"        .+++++++++++++++++++++++++++++++++..    ",
 
50
"        .+++++++++++++++++++.+++++++++++++..    ",
 
51
"        .++++++++++++++++++...++++++++++++..    ",
 
52
"     ....+++++++++++++++++..@..++++++..+++..    ",
 
53
"     .##.++++++++++++++++..@@@..++++.$$.++..    ",
 
54
"     .##.++++%++++++++++.&@@@@@..+++.$ .++..    ",
 
55
"     .##.++++%+++++++++..*@@@@=-..+++..+++..    ",
 
56
"     .##.++++%+++++++++++.@%%@@;++++++++++..    ",
 
57
"     .##.++++%+++++++++++.@%%@@.++++++++++..    ",
 
58
"     .##.+++.......++++++.@@@@@.++++++++++..    ",
 
59
"     .##.+++.@@@@@.++++++.@@%%@.++++++++++..    ",
 
60
"     .##.+++.@%%%@.++++++.@@%%@.++++++++++..    ",
 
61
"     ....+++.@%%%@.++++++.@@%%@.++++++++++..    ",
 
62
"      ...+++.@@@@@.++++++.@@%%@.++++++++++..    ",
 
63
"        .+++.@%@%@.++++++.......++++++++++..    ",
 
64
"        .+++.@@@@@.+++++++++++++++++++++++..    ",
 
65
"        .+++.@%@%@.++++++++++++++++++..+++..    ",
 
66
"        .+++.@@@@@.+++++++++++++++++.>,.++..    ",
 
67
"        .+++.@%@%@.+++++++++++++++++.> .++..    ",
 
68
"        .+++.@@@@'.++++++++++++++++++..+++..    ",
 
69
"        .+++.......+++++++++++++++++++++++..    ",
 
70
"        .+++++++++++++++++++++++++++++++++..    ",
 
71
"        .+++++++++++++++++++++++++++++++++..    ",
 
72
"        .+++++++++++++++++++++++++++++++++..    ",
 
73
"        .+++++++++++++++++++++++++++++++++..    ",
 
74
"        .+++++++++.............+++++++++++..    ",
 
75
"        .)++++++++.@@@@@@@@@@@.+++++++++++..    ",
 
76
"        .+++++++++.@@@@@@@%%%@.+++++++++++..    ",
 
77
"        .+++++++++.@@@@@@@%!%@.++++++..+++..    ",
 
78
"        .+++++++++.@%%%%@@%%%@.+++++.~~.++..    ",
 
79
"        .+++++++++.@@@@@@@@@@@.+++++.~ .++..    ",
 
80
"        .+++++++++.@%%%%%@@@@@.++++++..+++..    ",
 
81
"        .+++++++++.@'@@@@@@@@@.+++++++++++..    ",
 
82
"        .+++++++++.............+++++++++++..    ",
 
83
"        .+++++++++++++++++++++++++++++++++..    ",
 
84
"        .+++++++++++++++++++++++++++++++++..    ",
 
85
"        .+++++++++++++++++++++++++++++++++..    ",
 
86
"        ....................................    ",
 
87
"         ...................................    ",
 
88
"                                                ",
 
89
"                                                ",
 
90
"                                                "};