diff --git a/stepmania/src/GrayArrow.cpp b/stepmania/src/GrayArrow.cpp index 6fbc170cbe..65f03ea272 100644 --- a/stepmania/src/GrayArrow.cpp +++ b/stepmania/src/GrayArrow.cpp @@ -64,8 +64,8 @@ void GrayArrow::CalculateColor( const float fBeatsTilStep ) } // shift the level a little so we never have entirely black or white. - fOutline *= 0.5f; - fOutline += 0.25f; + fOutline *= 0.45f; + fOutline += 0.3f; fMidSection *= 0.4f; fMidSection += 0.4f;