Skip to content

Commit ed51567

Browse files
committed
Reset to correct default accent colour
1 parent d9977d5 commit ed51567

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sonic-06-Mod-Manager/src/Environment3/RushInterface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ private void Section_Appearance_ColourPicker_Click(object sender, EventArgs e) {
631631
/// </summary>
632632
private void Button_ColourPicker_Default_Click(object sender, EventArgs e) {
633633
Properties.Settings.Default.General_AutoColour = false;
634-
Properties.Settings.Default.General_AccentColour = Color.FromArgb(186, 0, 0);
634+
Properties.Settings.Default.General_AccentColour = Color.FromArgb(172, 14, 14);
635635
Properties.Settings.Default.Save();
636636
}
637637

0 commit comments

Comments
 (0)