aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@theqtcompany.com>2016-04-20 11:04:31 +0200
committerAlessandro Portale <alessandro.portale@theqtcompany.com>2016-04-20 09:16:27 +0000
commitac04a91820a0aef0cfa14c2e47202876289eaac3 (patch)
treead8ee5c408d35dde3689c502f264929a35157019 /share
parent4edc105da331ca503a61837ec57fa87f04e53bdd (diff)
Flat theme: Make some icon colors opaque
Transparency channel plus shadow create more artifacts than benefits. This change removes sets the alpha to ff and changes the rgb values so, that the icons still look exactly as before on the standard toolbar background. Te icons will however be better visible on other backgrounds such as menus. Change-Id: Idbf2c5c838bad615844ebf2eb63d104f8939b991 Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
Diffstat (limited to 'share')
-rw-r--r--share/qtcreator/themes/flat.creatortheme10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/qtcreator/themes/flat.creatortheme b/share/qtcreator/themes/flat.creatortheme
index 5e3f9cfc8c..8affc8eb38 100644
--- a/share/qtcreator/themes/flat.creatortheme
+++ b/share/qtcreator/themes/flat.creatortheme
@@ -61,13 +61,13 @@ IconsWarningColor=ffecbc1c
IconsWarningToolBarColor=fff2d76e
IconsErrorColor=ffdf4f4f
IconsErrorToolBarColor=ffdb6f71
-IconsRunColor=dda4d576
-IconsStopColor=ddff8c8c
+IconsRunColor=ff93be6c
+IconsStopColor=ffe27f7f
IconsDebugColor=toolBarItem
-IconsInterruptColor=dd7488db
+IconsInterruptColor=ff6a7bc3
IconsNavigationArrowsColor=ffebc322
-IconsBuildHammerHandleColor=dddd7710
-IconsBuildHammerHeadColor=dd989898
+IconsBuildHammerHandleColor=ffc26b14
+IconsBuildHammerHeadColor=ff868687
IconsModeWelcomeActiveColor=ff80c342
IconsModeEditActiveColor=ff99aaef
IconsModeDesignActiveColor=ffbb6000