diff --git a/Themes/_fallback/Languages/en.ini b/Themes/_fallback/Languages/en.ini index 23b56f7476..3a78705e28 100644 --- a/Themes/_fallback/Languages/en.ini +++ b/Themes/_fallback/Languages/en.ini @@ -489,6 +489,7 @@ Shuffle=Shuffle the songs around. 1.0x=1.0x 1.1x=1.1x 1.2x=1.2x +1.25x=1.25x 1.3x=1.3x 1.4x=1.4x 1.5x=1.5x diff --git a/Themes/_fallback/Scripts/02 Colors.lua b/Themes/_fallback/Scripts/02 Colors.lua index 5a8ef194d3..ba8ef5e3d9 100644 --- a/Themes/_fallback/Scripts/02 Colors.lua +++ b/Themes/_fallback/Scripts/02 Colors.lua @@ -98,9 +98,9 @@ Color = { Stage_Demo = color("#FFFFFF") }, Judgment = { - JudgmentLine_W1 = color("#00ffc7"), - JudgmentLine_W2 = color("#f6ff00"), - JudgmentLine_W3 = color("#00ff78"), + JudgmentLine_W1 = color("#00aeef"), + JudgmentLine_W2 = color("#fff568"), + JudgmentLine_W3 = color("#a4ff00"), JudgmentLine_W4 = color("#34bfff"), JudgmentLine_W5 = color("#e44dff"), JudgmentLine_Held = color("#FFFFFF"), @@ -108,9 +108,9 @@ Color = { JudgmentLine_MaxCombo = color("#ffc600") }, JudgmentLine = { - JudgmentLine_W1 = color("#00ffc7"), - JudgmentLine_W2 = color("#f6ff00"), - JudgmentLine_W3 = color("#00ff78"), + JudgmentLine_W1 = color("#00aeef"), + JudgmentLine_W2 = color("#fff568"), + JudgmentLine_W3 = color("#a4ff00"), JudgmentLine_W4 = color("#34bfff"), JudgmentLine_W5 = color("#e44dff"), JudgmentLine_Held = color("#FFFFFF"), @@ -208,9 +208,9 @@ GameColor = { Stage_Demo = color("#FFFFFF") }, Judgment = { - JudgmentLine_W1 = color("#00ffc7"), - JudgmentLine_W2 = color("#f6ff00"), - JudgmentLine_W3 = color("#00ff78"), + JudgmentLine_W1 = color("#00aeef"), + JudgmentLine_W2 = color("#fff568"), + JudgmentLine_W3 = color("#a4ff00"), JudgmentLine_W4 = color("#34bfff"), JudgmentLine_W5 = color("#e44dff"), JudgmentLine_Held = color("#FFFFFF"), diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index dde3a9a09f..8caf3dbf61 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -2220,10 +2220,11 @@ Rate,6="mod,1.0xmusic;name,1.0x" Rate,7="mod,haste;name,Haste" Rate,8="mod,1.1xmusic;name,1.1x" Rate,9="mod,1.2xmusic;name,1.2x" -Rate,10="mod,1.3xmusic;name,1.3x" -Rate,11="mod,1.5xmusic;name,1.5x" -Rate,12="mod,1.75xmusic;name,1.75x" -Rate,13="mod,2.0xmusic;name,2.0x" +Rate,10="mod,1.25xmusic;name,1.25x" +Rate,11="mod,1.3xmusic;name,1.3x" +Rate,12="mod,1.5xmusic;name,1.5x" +Rate,13="mod,1.75xmusic;name,1.75x" +Rate,14="mod,2.0xmusic;name,2.0x" AutoAdjust="4;together" AutoAdjustDefault="" AutoAdjust,1="mod,no autosync;name,Off"