summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-03-21 12:48:06 +0100
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-03-21 14:23:23 +0000
commitddde4bdd273749fc244613c04d88856667e0920a (patch)
treeb89bac672eb1334bfa74f2c25c756a0613791e32 /share
parent2baa1f8b7730611894a1b1e3daebfc0d88845852 (diff)
downloadqt-creator-ddde4bdd273749fc244613c04d88856667e0920a.tar.gz
Utils: Improved handling of StyleHelper::baseColor
This change makes sure that the "UI coloring" feature respects the original brightness of the current theme. It prevents dark themes from getting a too light recoloring and vice versa. Extra benefit: this allows to remove much recently introduced code. Change-Id: Ib2c96e7ed172a4cc97520aa4b5d180cc6353c661 Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/default.creatortheme2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme
index 0bca7e2dc1..5aa64a4bdc 100644
--- a/share/qtcreator/themes/default.creatortheme
+++ b/share/qtcreator/themes/default.creatortheme
@@ -77,7 +77,7 @@ MiniProjectTargetSelectorBackgroundColor=ffa0a0a0
MiniProjectTargetSelectorBorderColor=ff000000
MiniProjectTargetSelectorSummaryBackgroundColor=ff464646
MiniProjectTargetSelectorTextColor=a0ffffff
-PanelStatusBarBackgroundColor=ffff0000
+PanelStatusBarBackgroundColor=ff626262
PanelsWidgetSeparatorLineColor=ffbfbcb8
PanelTextColorDark=darkText
PanelTextColorMid=ff909090