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 Integration
Commits
3196d6f0
Commit
3196d6f0
authored
Dec 21, 2020
by
Noah Davis
🌵
Browse files
Change default color scheme to BreezeLight
parent
13342930
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/platformtheme/khintssettings.cpp
View file @
3196d6f0
...
...
@@ -471,7 +471,7 @@ void KHintsSettings::loadPalettes()
return
;
}
const
QString
scheme
=
readConfigValue
(
QStringLiteral
(
"General"
),
QStringLiteral
(
"ColorScheme"
),
QStringLiteral
(
"Breeze"
)).
toString
();
const
QString
scheme
=
readConfigValue
(
QStringLiteral
(
"General"
),
QStringLiteral
(
"ColorScheme"
),
QStringLiteral
(
"Breeze
Light
"
)).
toString
();
path
=
QStandardPaths
::
locate
(
QStandardPaths
::
GenericDataLocation
,
QStringLiteral
(
"color-schemes/"
)
+
scheme
+
QStringLiteral
(
".colors"
));
if
(
!
path
.
isEmpty
())
{
...
...
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