summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-02-02 16:21:22 +0100
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-02-03 09:47:41 +0000
commitccf57c33032e4ba644b8dfec9a470fdb3d643faa (patch)
treea29804d8efaaca87e70590441e0be6fa00e6aeab /share
parentf1ccad12dc4cdc276e510c768af299d14cac78ba (diff)
downloadqt-creator-ccf57c33032e4ba644b8dfec9a470fdb3d643faa.tar.gz
Icons: Use theme color for disabled icon state
The color role was already availabe in Utils::Theme, but Utils::Icon didn't yet make use of it. That was a bug. Change-Id: Ifb99e08567223c0999296fde34f61de21b764b14 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/dark.creatortheme2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/qtcreator/themes/dark.creatortheme b/share/qtcreator/themes/dark.creatortheme
index 6e5e66cc6f..bc0e02b0bd 100644
--- a/share/qtcreator/themes/dark.creatortheme
+++ b/share/qtcreator/themes/dark.creatortheme
@@ -6,7 +6,7 @@ DefaultTextEditorColorScheme=dark.xml
[Palette]
shadowBackground=ff232323
text=ffe7e7e7
-textDisabled=ffa0a0a0
+textDisabled=ff909090
hoverBackground=ff515151
selectedBackground=ff151515
normalBackground=ff333333