From 35d849a88b04638f4969bef4446f85ef9e01aebd Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 30 May 2017 17:33:15 +0100 Subject: [PATCH] Projucer: Better outline colour when using the light colour scheme --- extras/Projucer/Source/Utility/jucer_ProjucerLookAndFeel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Projucer/Source/Utility/jucer_ProjucerLookAndFeel.cpp b/extras/Projucer/Source/Utility/jucer_ProjucerLookAndFeel.cpp index 9d2909eed3..f03cdf5fa7 100644 --- a/extras/Projucer/Source/Utility/jucer_ProjucerLookAndFeel.cpp +++ b/extras/Projucer/Source/Utility/jucer_ProjucerLookAndFeel.cpp @@ -532,7 +532,7 @@ void ProjucerLookAndFeel::setupColours() setColour (widgetTextColourId, Colours::black); setColour (defaultButtonBackgroundColourId, Colour (0xff42a2c8)); setColour (secondaryButtonBackgroundColourId, Colour (0xffa1c677)); - setColour (userButtonBackgroundColourId, Colour (0xffff5b5b)); + setColour (userButtonBackgroundColourId, Colour (0xff42a2c8)); setColour (defaultIconColourId, Colours::white); setColour (treeIconColourId, Colour (0xffa9a9a9)); setColour (defaultHighlightColourId, Colour (0xffffd05b));