#include "kcolorscheme.h"
#include <kconfig.h>
#include <kconfiggroup.h>
#include <ksharedconfig.h>
#include <kcolorutils.h>
#include <QColor>
#include <QBrush>
#include <QWidget>
Go to the source code of this file.
◆ DECO_DEFAULT
| #define DECO_DEFAULT |
( |
| a | ) |
DEFAULT( defaultDecorationColors.a ) |
◆ DEFAULT
| #define DEFAULT |
( |
| c | ) |
QColor( c[0], c[1], c[2] ) |
◆ SET_DEFAULT
| #define SET_DEFAULT |
( |
| a | ) |
DEFAULT( defaults.a ) |
◆ defaultButtonColors
Initial value:= {
{ 223, 220, 217 },
{ 224, 223, 222 },
{ 34, 31, 30 },
{ 137, 136, 135 },
{ 146, 76, 157 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 181 of file kcolorscheme.cpp.
181 {
182 { 223, 220, 217 },
183 { 224, 223, 222 },
184 { 34, 31, 30 },
185 { 137, 136, 135 },
186 { 146, 76, 157 },
187 { 0, 87, 174 },
188 { 100, 74, 155 },
189 { 191, 3, 3 },
190 { 176, 128, 0 },
191 { 0, 110, 40 }
192};
◆ defaultDecorationColors
Initial value:= {
{ 110, 214, 255 },
{ 58, 167, 221 },
}
Definition at line 220 of file kcolorscheme.cpp.
220 {
221 { 110, 214, 255 },
222 { 58, 167, 221 },
223};
◆ defaultSelectionColors
Initial value:= {
{ 67, 172, 232 },
{ 62, 138, 204 },
{ 255, 255, 255 },
{ 199, 226, 248 },
{ 108, 36, 119 },
{ 0, 49, 110 },
{ 69, 40, 134 },
{ 156, 14, 14 },
{ 255, 221, 0 },
{ 128, 255, 128 }
}
Definition at line 194 of file kcolorscheme.cpp.
194 {
195 { 67, 172, 232 },
196 { 62, 138, 204 },
197 { 255, 255, 255 },
198 { 199, 226, 248 },
199 { 108, 36, 119 },
200 { 0, 49, 110 },
201 { 69, 40, 134 },
202 { 156, 14, 14 },
203 { 255, 221, 0 },
204 { 128, 255, 128 }
205};
◆ defaultTooltipColors
Initial value:= {
{ 24, 21, 19 },
{ 196, 224, 255 },
{ 231, 253, 255 },
{ 137, 136, 135 },
{ 255, 128, 224 },
{ 88, 172, 255 },
{ 150, 111, 232 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 207 of file kcolorscheme.cpp.
207 {
208 { 24, 21, 19 },
209 { 196, 224, 255 },
210 { 231, 253, 255 },
211 { 137, 136, 135 },
212 { 255, 128, 224 },
213 { 88, 172, 255 },
214 { 150, 111, 232 },
215 { 191, 3, 3 },
216 { 176, 128, 0 },
217 { 0, 110, 40 }
218};
◆ defaultViewColors
Initial value:= {
{ 255, 255, 255 },
{ 248, 247, 246 },
{ 31, 28, 27 },
{ 137, 136, 135 },
{ 146, 76, 157 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 155 of file kcolorscheme.cpp.
155 {
156 { 255, 255, 255 },
157 { 248, 247, 246 },
158 { 31, 28, 27 },
159 { 137, 136, 135 },
160 { 146, 76, 157 },
161 { 0, 87, 174 },
162 { 100, 74, 155 },
163 { 191, 3, 3 },
164 { 176, 128, 0 },
165 { 0, 110, 40 }
166};
◆ defaultWindowColors
Initial value:= {
{ 214, 210, 208 },
{ 218, 217, 216 },
{ 34, 31, 30 },
{ 137, 136, 135 },
{ 146, 76, 157 },
{ 0, 87, 174 },
{ 100, 74, 155 },
{ 191, 3, 3 },
{ 176, 128, 0 },
{ 0, 110, 40 }
}
Definition at line 168 of file kcolorscheme.cpp.
168 {
169 { 214, 210, 208 },
170 { 218, 217, 216 },
171 { 34, 31, 30 },
172 { 137, 136, 135 },
173 { 146, 76, 157 },
174 { 0, 87, 174 },
175 { 100, 74, 155 },
176 { 191, 3, 3 },
177 { 176, 128, 0 },
178 { 0, 110, 40 }
179};