not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kwin / clients / modernsystem / btnhighcolor.h
blob9844c7aca22c6686c31c88d502f6c2d02220c96e
1 /*
2 Copyright (C) 1999 Daniel M. Duley <mosfet@kde.org>
4 This program is free software; you can redistribute it and/or
5 modify it under the terms of the GNU General Public
6 License as published by the Free Software Foundation; either
7 version 2 of the License, or (at your option) any later version.
9 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 General Public License for more details.
14 You should have received a copy of the GNU General Public License
15 along with this program; see the file COPYING. If not, write to
16 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
17 Boston, MA 02110-1301, USA.
20 #ifndef __BTNHIGHCOLOR_H
21 #define __BTNHIGHCOLOR_H
23 /* XPM */
24 static const char * btnhighcolor_xpm[] = {
25 "14 15 75 1",
26 " c None",
27 ". c #6E6E6E",
28 "+ c #757575",
29 "@ c #878787",
30 "# c #7D7D7D",
31 "$ c #9E9E9E",
32 "% c #B9B9B9",
33 "& c #C6C6C6",
34 "* c #BABABA",
35 "= c #A5A5A5",
36 "- c #7F7F7F",
37 "; c #848484",
38 "> c #A7A7A7",
39 ", c #BFBFBF",
40 "' c #D1D1D1",
41 ") c #D7D7D7",
42 "! c #DADADA",
43 "~ c #CBCBCB",
44 "{ c #ABABAB",
45 "] c #B3B3B3",
46 "^ c #C2C2C2",
47 "/ c #CACACA",
48 "( c #C9C9C9",
49 "_ c #B6B6B6",
50 ": c #9A9A9A",
51 "< c #999999",
52 "[ c #B0B0B0",
53 "} c #C4C4C4",
54 "| c #C3C3C3",
55 "1 c #C0C0C0",
56 "2 c #AEAEAE",
57 "3 c #969696",
58 "4 c #C1C1C1",
59 "5 c #CCCCCC",
60 "6 c #C5C5C5",
61 "7 c #BEBEBE",
62 "8 c #AAAAAA",
63 "9 c #CECECE",
64 "0 c #D4D4D4",
65 "a c #DBDBDB",
66 "b c #DEDEDE",
67 "c c #D5D5D5",
68 "d c #D3D3D3",
69 "e c #BCBCBC",
70 "f c #CDCDCD",
71 "g c #E0E0E0",
72 "h c #E4E4E4",
73 "i c #E8E8E8",
74 "j c #EBEBEB",
75 "k c #E9E9E9",
76 "l c #E6E6E6",
77 "m c #DDDDDD",
78 "n c #E1E1E1",
79 "o c #EDEDED",
80 "p c #F1F1F1",
81 "q c #F5F5F5",
82 "r c #F8F8F8",
83 "s c #F6F6F6",
84 "t c #F3F3F3",
85 "u c #EEEEEE",
86 "v c #E5E5E5",
87 "w c #DCDCDC",
88 "x c #B7B7B7",
89 "y c #E2E2E2",
90 "z c #FDFDFD",
91 "A c #FFFFFF",
92 "B c #FCFCFC",
93 "C c #F7F7F7",
94 "D c #B5B5B5",
95 "E c #F2F2F2",
96 "F c #FAFAFA",
97 "G c #9B9B9B",
98 "H c #FBFBFB",
99 "I c #A9A9A9",
100 "J c #747474",
101 " .... ",
102 " ..+@@+.. ",
103 " .#$%&&*=-. ",
104 " .;>,')!)~{#. ",
105 " .$]^///(&_:. ",
106 ".<[*^}||11*23.",
107 ".[4&5555~(678.",
108 ".,90!aba)cd~e.",
109 ".faghijklhm06.",
110 ".'nopqrstuvw/.",
111 ".xyprzAzBCunD.",
112 " .'EzAAAAFpf. ",
113 " .GcHAAAAF0<. ",
114 " ..I5kk5I.. ",
115 " J..... "};
117 #endif // __BTNHIGHCOLOR_H