Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
c53aaaf2
Commit
c53aaaf2
authored
Jan 11, 2021
by
Noah Davis
🌵
Browse files
[kcms/krdb] Change default color scheme to Breeze Light
parent
091f8353
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/krdb/krdb.cpp
View file @
c53aaaf2
...
...
@@ -545,7 +545,7 @@ void runRdb( uint flags )
KConfigGroup
generalGroup
(
kglobalcfg
,
"General"
);
KConfigGroup
iconsGroup
(
kglobalcfg
,
"Icons"
);
const
QString
colorSchemeName
=
generalGroup
.
readEntry
(
"ColorScheme"
,
QStringLiteral
(
"Breeze"
));
const
QString
colorSchemeName
=
generalGroup
.
readEntry
(
"ColorScheme"
,
QStringLiteral
(
"Breeze
Light
"
));
QString
colorSchemeSrcFile
;
if
(
colorSchemeName
!=
QLatin1String
(
"Default"
))
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment