|
|
|
@ -88,7 +88,7 @@ void Options::reload() |
|
|
|
// inactive
|
|
|
|
// inactive
|
|
|
|
colors[Frame+KWINCOLORS] = config->readColorEntry("inactiveFrame", |
|
|
|
colors[Frame+KWINCOLORS] = config->readColorEntry("inactiveFrame", |
|
|
|
&colors[Frame]); |
|
|
|
&colors[Frame]); |
|
|
|
colors[TitleBar+KWINCOLORS] = colors[Frame]; |
|
|
|
colors[TitleBar+KWINCOLORS] = colors[Frame].dark(); |
|
|
|
colors[TitleBar+KWINCOLORS] = config-> |
|
|
|
colors[TitleBar+KWINCOLORS] = config-> |
|
|
|
readColorEntry("inactiveBackground", &colors[TitleBar+KWINCOLORS]); |
|
|
|
readColorEntry("inactiveBackground", &colors[TitleBar+KWINCOLORS]); |
|
|
|
|
|
|
|
|
|
|
|
@ -114,7 +114,7 @@ void Options::reload() |
|
|
|
colors[ButtonFg+KWINCOLORS] = config-> |
|
|
|
colors[ButtonFg+KWINCOLORS] = config-> |
|
|
|
readColorEntry("buttonForeground", &colors[ButtonFg]); |
|
|
|
readColorEntry("buttonForeground", &colors[ButtonFg]); |
|
|
|
|
|
|
|
|
|
|
|
colors[Handle+KWINCOLORS] = |
|
|
|
colors[Handle+KWINCOLORS] = colors[Frame]; |
|
|
|
config->readColorEntry("inactiveHandle", &colors[Handle]); |
|
|
|
config->readColorEntry("inactiveHandle", &colors[Handle]); |
|
|
|
|
|
|
|
|
|
|
|
colors[Font+KWINCOLORS] = Qt::darkGray; |
|
|
|
colors[Font+KWINCOLORS] = Qt::darkGray; |
|
|
|
|