Update Breeze color scheme's colors
ClosedPublic

Authored by ngraham on Dec 15 2018, 11:56 PM.

Details

Summary

When I updated the colors of the systemwide Breeze color scheme last
year, I neglected to update the Konsole color scheme. This patch corrects
that oversight.

Colors taken from https://hig.kde.org/style/color/default.html

CCBUG: 391920

Test Plan

Overall, the contrast is much better than it was before.

Diff Detail

Repository
R319 Konsole
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ngraham created this revision.Dec 15 2018, 11:56 PM
Restricted Application added a project: Konsole. · View Herald TranscriptDec 15 2018, 11:56 PM
Restricted Application added a subscriber: konsole-devel. · View Herald Transcript
ngraham requested review of this revision.Dec 15 2018, 11:56 PM
ngraham edited the test plan for this revision. (Show Details)Dec 15 2018, 11:58 PM
ngraham edited the summary of this revision. (Show Details)
hindenburg accepted this revision.Dec 17 2018, 3:39 PM
hindenburg added a subscriber: hindenburg.

No objection

This revision is now accepted and ready to land.Dec 17 2018, 3:39 PM
hindenburg edited the summary of this revision. (Show Details)Dec 17 2018, 3:40 PM
This revision was automatically updated to reflect the committed changes.

While we're at it, could you help me figure out where the default color profile gets set? I can't find where _defaultColorScheme in ColorSchemeManager actually ever gets set.

While we're at it, could you help me figure out where the default color profile gets set? I can't find where _defaultColorScheme in ColorSchemeManager actually ever gets set.

Profile.cpp

setProperty(ColorScheme, QStringLiteral("Linux")); //use DarkPastels when is start support blue ncurses UI properly

Thanks Kurt!