From 5b1711f7975bbe4a9e7ce59e8ed7761c8dcc6dce Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Tue, 15 Nov 2016 18:33:35 +0900 Subject: [PATCH] Update some colour palette discrepancies in options. --- osu.Game/Overlays/Options/SidebarButton.cs | 2 +- osu.Game/Overlays/OptionsOverlay.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/Options/SidebarButton.cs b/osu.Game/Overlays/Options/SidebarButton.cs index 5174ecfa27..82a55e3fe5 100644 --- a/osu.Game/Overlays/Options/SidebarButton.cs +++ b/osu.Game/Overlays/Options/SidebarButton.cs @@ -85,7 +85,7 @@ namespace osu.Game.Overlays.Options Width = 5, Anchor = Anchor.CentreRight, Origin = Anchor.CentreRight, - Colour = new Color4(233, 103, 161, 255) + Colour = new Color4(247, 198, 35, 255) } }; } diff --git a/osu.Game/Overlays/OptionsOverlay.cs b/osu.Game/Overlays/OptionsOverlay.cs index 4066687bdf..e3039ad781 100644 --- a/osu.Game/Overlays/OptionsOverlay.cs +++ b/osu.Game/Overlays/OptionsOverlay.cs @@ -90,7 +90,7 @@ namespace osu.Game.Overlays }, new SpriteText { - Colour = new Color4(235, 117, 139, 255), + Colour = new Color4(255, 102, 170, 255), Text = "Change the way osu! behaves", TextSize = 18, Margin = new MarginPadding { Left = CONTENT_MARGINS, Bottom = 30 },