summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2014-10-18 22:43:02 +0300
committerOrgad Shaneh <orgads@gmail.com>2014-10-23 13:57:37 +0200
commit6b4c254bf3644a2a9aefafc73309806372c8366b (patch)
treef6ef7bf63e7c68fd55a71b78987fc9f83fec6835 /share
parent7e544073c0cb2701e5ade0f579f4b6b80d6ec2ec (diff)
downloadqt-creator-6b4c254bf3644a2a9aefafc73309806372c8366b.tar.gz
Theming: Fix light colored find widgets style
It is used when e.g. searching the environment widget. Change-Id: I203b9f5e280a8f18f7a38f8e4d7b4540c79f932c Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/dark.creatortheme3
-rw-r--r--share/qtcreator/themes/default.creatortheme3
2 files changed, 4 insertions, 2 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme
index a91be662f1..774222439a 100644
--- a/share/qtcreator/themes/dark.creatortheme
+++ b/share/qtcreator/themes/dark.creatortheme
@@ -64,7 +64,8 @@ OutputPaneToggleButtonTextColorChecked=text
OutputPaneToggleButtonTextColorUnchecked=text
PanelButtonToolBackgroundColorHover=hoverBackground
PanelStatusBarBackgroundColor=shadowBackground
-PanelTextColor=text
+PanelTextColorLight=text
+PanelTextColorDark=text
PanelsWidgetSeparatorLineColor=0
ProgressBarColorError=error
ProgressBarColorFinished=ff5aaa3c
diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme
index 2cc678136a..d2dc35fc6c 100644
--- a/share/qtcreator/themes/default.creatortheme
+++ b/share/qtcreator/themes/default.creatortheme
@@ -56,7 +56,8 @@ OutputFormatter_StdOutTextColor=ff000000
OutputPaneButtonFlashColor=ffff0000
OutputPaneToggleButtonTextColorChecked=ffffffff
OutputPaneToggleButtonTextColorUnchecked=ff000000
-PanelTextColor=brightText
+PanelTextColorLight=brightText
+PanelTextColorDark=darkText
PanelButtonToolBackgroundColorHover=25ffffff
PanelStatusBarBackgroundColor=ffff0000
PanelsWidgetSeparatorLineColor=ffbfbcb8