summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2015-06-30 20:33:26 +0300
committerOrgad Shaneh <orgads@gmail.com>2015-07-08 07:30:25 +0000
commit81272a9fdb9a1779352cafba1da401448446d9a1 (patch)
treeff7716da9a20e9a1a4f632792603f6ffc8896c04 /share
parent4caa37e7c35d4128e36e94b7a67ca0d267d2b008 (diff)
downloadqt-creator-81272a9fdb9a1779352cafba1da401448446d9a1.tar.gz
Theming: Set color for disabled widgets
Task-number: QTCREATORBUG-14528 Change-Id: I06032491470c40cd325eb2821af71becbcdd1b8a Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/dark.creatortheme3
-rw-r--r--share/qtcreator/themes/default.creatortheme1
2 files changed, 3 insertions, 1 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme
index 9da3686bda..3cec194728 100644
--- a/share/qtcreator/themes/dark.creatortheme
+++ b/share/qtcreator/themes/dark.creatortheme
@@ -5,7 +5,7 @@ PreferredStyles=Fusion
[Palette]
shadowBackground=ff232323
text=ffe7e7e7
-textDisabled=ffa0a0a4
+textDisabled=ffa0a0a0
hoverBackground=ff515151
selectedBackground=ff151515
normalBackground=ff333333
@@ -17,6 +17,7 @@ BackgroundColorAlternate=alternateBackground
BackgroundColorDark=shadowBackground
BackgroundColorHover=hoverBackground
BackgroundColorNormal=normalBackground
+BackgroundColorDisabled=ff444444
BackgroundColorSelected=ff909090
BadgeLabelBackgroundColorChecked=normalBackground
BadgeLabelBackgroundColorUnchecked=selectedBackground
diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme
index 5ef0b5c86c..851b94920c 100644
--- a/share/qtcreator/themes/default.creatortheme
+++ b/share/qtcreator/themes/default.creatortheme
@@ -12,6 +12,7 @@ BackgroundColorDark=ff232323
BackgroundColorHover=ff515151
BackgroundColorNormal=ffffffff
BackgroundColorSelected=ff151515
+BackgroundColorDisabled=ffefebe7
BadgeLabelBackgroundColorChecked=ffe0e0e0
BadgeLabelBackgroundColorUnchecked=ff808080
BadgeLabelTextColorChecked=ff606060