Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SharpModMenu/PlayerMenuState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ private void DestroyEntities()
}

private static readonly Color HighlightTextColor = Color.FromArgb(127, 255, 255, 64);
private static readonly Color ForegroundTextColor = Color.FromArgb(229, 150, 32); // 245, 177, 103 with a white bg, maybe 240, 160, 30 at 95% opacity?
private static readonly Color ForegroundTextColor = Color.FromArgb(231, 152, 39); // 245, 177, 103 with a white bg, maybe 240, 160, 30 at 95% opacity?
private static readonly Color BackgroundTextColor = Color.FromArgb(234, 209, 175);

private void CreateEntities()
Expand Down
Loading