From 698e56eda810116214fcd1409b56580295939610 Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 2 Feb 2016 16:35:24 +0100 Subject: [PATCH] Default Theme (Flat Icon mode): Improve contrast between icon states Increase the contrast between enabled and disabled icons. Reduce the contrast beween enabled icons and enabled icons with custom colors: stop, run, resume, warning, error, info. Change-Id: If6ae0659fb0adbd28c121ec4718449b0ca9e3270 Reviewed-by: Eike Ziller --- share/qtcreator/themes/default.creatortheme | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/share/qtcreator/themes/default.creatortheme b/share/qtcreator/themes/default.creatortheme index c77177311f..5b56feb7e8 100644 --- a/share/qtcreator/themes/default.creatortheme +++ b/share/qtcreator/themes/default.creatortheme @@ -5,7 +5,7 @@ PreferredStyles= [Palette] brightText=ffffffff darkText=ff000000 -textDisabled=99a0a0a0 +textDisabled=88a0a0a0 [Colors] BackgroundColorAlternate=ff3d3d3d @@ -46,15 +46,15 @@ FutureProgressBackgroundColor=ffff0000 IconsBaseColor=ffdcdcdc IconsDisabledColor=textDisabled IconsInfoColor=ff3099dc -IconsInfoToolBarColor=ff43aced +IconsInfoToolBarColor=ff71b2db IconsWarningColor=ffecbc1c -IconsWarningToolBarColor=fff9ce1f +IconsWarningToolBarColor=fff2d76e IconsErrorColor=ffdf4f4f -IconsErrorToolBarColor=ffe8555a -IconsRunColor=ff7fc341 -IconsStopColor=ffd84e51 -IconsDebugColor=ffb8c6ff -IconsInterruptColor=ff7488db +IconsErrorToolBarColor=ffdb6f71 +IconsRunColor=ffa4d576 +IconsStopColor=ffdb6f71 +IconsDebugColor=ffdcdcdc +IconsInterruptColor=ff8f9dda IconsNavigationArrowsColor=ffebc322 IconsBuildHammerHandleColor=ffdd7710 IconsBuildHammerHeadColor=ff989898 -- GitLab