diff --git a/.hgignore b/.hgignore
index 173f31ccc7..2164958a84 100644
--- a/.hgignore
+++ b/.hgignore
@@ -13,6 +13,7 @@ ffmpeg-*
*.idb
*.pdb
*.exp
+*.dmg
___*
.hg
.hgignore
diff --git a/Docs/Luadoc/Lua.xml b/Docs/Luadoc/Lua.xml
index beda92ad34..f41bb848cb 100644
--- a/Docs/Luadoc/Lua.xml
+++ b/Docs/Luadoc/Lua.xml
@@ -126,6 +126,7 @@
+
@@ -519,6 +520,7 @@
+
@@ -595,6 +597,7 @@
+
@@ -961,6 +964,7 @@
+
@@ -998,6 +1002,7 @@
+
@@ -1188,6 +1193,7 @@
+
@@ -1221,6 +1227,7 @@
+
@@ -1258,6 +1265,7 @@
+
@@ -1396,6 +1404,7 @@
+
@@ -1413,6 +1422,8 @@
+
+
@@ -1433,6 +1444,8 @@
+
+
@@ -2026,6 +2039,7 @@
+
@@ -2066,6 +2080,6 @@
- sm-ssc v1.2.3
- 2011-03-20
+ sm-ssc v1.2.5
+ 2011-05-01
diff --git a/Docs/Luadoc/LuaDocumentation.xml b/Docs/Luadoc/LuaDocumentation.xml
index b82e145a03..39df9f4188 100644
--- a/Docs/Luadoc/LuaDocumentation.xml
+++ b/Docs/Luadoc/LuaDocumentation.xml
@@ -41,6 +41,9 @@
[03 HSV.lua]
+
+ [03 ProductivityHelpers.lua] Returns true if Center 1P is being used.
+
[03 Gameplay.lua]
@@ -54,9 +57,7 @@
A generic interface to Lua's garbage collector. Performs different functions based on the value of opt.
- Returns a color from a string. color can be in
- hex ("#FFFFFFFF") or 0..1 values ("1.0,1.0,1.0,1.0"),
- in RGBA order.
+ Returns a color from a string. color can be in hex ("#FFFFFFFF") or 0..1 values ("1.0,1.0,1.0,1.0"), in RGBA order.
[03 Gameplay.lua] Determines what TapNoteScore allows for continuing the combo.
@@ -110,11 +111,20 @@
Returns the current Life Difficulty.
- Returns a string representing the name of the operating system being used. (e.g. "Xbox", "Windows", "Linux", "Mac, "Unknown")
+ Returns a string representing the name of the operating system being used. (e.g. "Windows", "Linux", "Mac, "Unknown")
[03 ThemePrefs.lua] Returns true if player pn is using ProTiming.
+
+ [02 Utilities.lua] Returns a path to a random song background.
+
+
+ Returns the name of the currently connected server.
+
+
+ [02 Utilities.lua] Returns a path to the current songs background.
+
Returns the theme's aspect ratio.
@@ -155,8 +165,10 @@
Returns true if connected to StepMania Online.
- Returns true if Player pn is logged on to
- a SMOnline server.
+ Returns true if Player pn is logged on to a SMOnline server.
+
+
+ [02 Branches.lua] Returns true if Routine mode is being played.
[04 WidescreenHelpers.lua] Returns true if the aspect ratio is 16:10 (1.6) or higher.
@@ -188,6 +200,9 @@
[02 Sprite.lua] Returns a Sprite with the current song's background.
+
+ Returns the length of the multi-byte character string sString.
+
Returns the current Minute.
@@ -203,12 +218,27 @@
[03 ProductivityHelpers.lua] Converts a PlayerNumber into a short string (e.g. "P1", "P2").
+
+ [03 ProductivityHelpers.lua] Returns either p1val or p2val depending on pn.
+
[00 init.lua]
+
+ [03 ThemePrefs.lua] Prints a table's contents to the log.
+
+
+ Returns the product ID.
+
+
+ Returns the product version.
+
[02 ActorDef.lua]
+
+ [04 FileUtils.lua] Reads the file at path and returns its contents.
+
[03 UserPreferences2.lua] (internal) Reads the specified user preference from its config file.
@@ -221,9 +251,24 @@
Returns the current second.
+
+ Converts fSecs to Minutes:Seconds:Milliseconds format using two digits for each section.
+
+
+ Converts fSecs to Minutes:Seconds.Milliseconds format using two digits for each section except Minutes (uses 1).
+
+
+ Converts fSecs to Minutes:Seconds format.
+
Converts fSecs to Minutes:Seconds.Milliseconds format.
+
+ Converts fSecs to Minutes:Seconds.Milliseconds format using two digits for each section.
+
+
+ Converts fSecs to Minutes:Seconds.Milliseconds format using two digits for each section except Milliseconds (uses 3).
+
[02 Branches.lua] Determines the correct music/course selection screen to use and returns it.
@@ -239,6 +284,9 @@
[02 ActorDef.lua] Returns true if a decoration should be shown on the current screen or not.
+
+ [03 CustomSpeedMods.lua] Returns a Lua option row with the custom speed mods defined in SpeedMods.txt.
+
[02 Utilities.lua] Splits a string at every occurence of delimiter, returning a table of the results.
@@ -266,6 +314,9 @@
[00 init.lua] Alias for .
+
+ Returns a string with characters escaped for URLs. (e.g. a space becomes '%20')
+
[01 base.lua] Alias for lua.GetThreadVariable.
@@ -278,48 +329,17 @@
[02 ActorDef.lua] Wraps the children in an ActorFrame.
+
+ [04 FileUtils.lua] Writes buf to the file at path.
+
[03 UserPreferences2.lua] (internal) Writes user preference prefName to its config file with value being tostring'd.
Returns the current year.
-
- Returns the length of the multi-byte character string sString.
-
-
- Returns the name of the currently connected server.
-
-
- Converts fSecs to Minutes:Seconds:Milliseconds format using two digits for each section.
-
-
- Converts fSecs to Minutes:Seconds.Milliseconds format using two digits for each section.
-
-
- Converts fSecs to Minutes:Seconds.Milliseconds format using two digits for each section except Milliseconds (uses 3).
-
-
- Converts fSecs to Minutes:Seconds.Milliseconds format using two digits for each section except Minutes (uses 1).
-
-
- Converts fSecs to Minutes:Seconds format.
-
-
- Returns a string with characters escaped for URLs. (e.g. a space becomes '%20')
-
-
-
- [03 CustomSpeedMods.lua] Returns a Lua option row with the custom speed mods defined in SpeedMods.txt.
-
-
-
- [04 FileUtils.lua] Reads the file at path and returns its contents.
-
-
- [04 FileUtils.lua] Writes buf to the file at path.
-
+
[03 ThemePrefs.lua] Returns a Lua option row for ProTiming.
@@ -1235,12 +1255,15 @@
-
+
Returns the text that is currently set at the exact moment you call it. This is likely only going to be useful in an Update command.
Sets the BPMDisplay from the GameState.
+
+ Sets the BPMDisplay from the specified Song.
+
@@ -1341,6 +1364,9 @@
Returns the Course's . (Returns PlayMode in sm-ssc; integer in SM4)
+
+ Returns the name of the person who scripted the Course.
+
Returns the total length of the Course in seconds.
@@ -1863,10 +1889,10 @@
Returns the Grade of this high score.
-
+
Return the number of HoldNoteScores that match hns.
-
+
Returns the modifiers used for this HighScore.
@@ -1875,7 +1901,7 @@
Returns the percentage of dance points associated with the high score.
-
+
Returns the RadarValues for this HighScore.
@@ -1884,9 +1910,12 @@
Returns the number of seconds survived associated with the high score.
-
+
Return the number of TapNoteScores that match tns.
+
+ Returns true if this high score's name uses a fill-in marker.
+
@@ -1928,7 +1957,7 @@
Returns the number of lives remaining.
-
+ Returns the number of total lives.
@@ -2098,9 +2127,228 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Returns the current NoteSkin set in the PlayerOptions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Changes the player's noteskin to noteskin.
+
+
+ Returns true if the player is using reverse. (equivalent to GetReverse() == 1)
+
@@ -2218,6 +2466,9 @@
+
+ Returns the current PlayerOptions for this PlayerState.
+
Returns the HealthState for this PlayerState.
@@ -2406,7 +2657,7 @@
Returns true if player pn's profile is persistent.
-
+
Returns true if Song s has never been played before (according to the machine profile).
@@ -2580,10 +2831,10 @@
Sets the next Screen to be loaded.
-
+
Returns true if the game is paused.
-
+
Pauses or unpauses the game, depending on the value of bPause.
@@ -2695,6 +2946,9 @@
Returns the MusicWheel used on this screen.
+
+ Opens the OptionsList for Player pn
+
[02 StageMods.lua] Sets up modifiers for course modes.
@@ -2779,6 +3033,9 @@
Returns a Step object if the StepType and Difficulty exist.
+
+ Gets the Song's origin.
+
Returns the song's directory.
@@ -2886,6 +3143,9 @@
Returns the course color of Course c.
+
+ Returns a table containing all of the course group names.
+
Returns the extra stage info (Song, Steps) for the specified Style s. (If bExtra2 is true, it will use the second Extra Stage data instead of the first. Again, Lua.xsd sucks)
@@ -3253,6 +3513,9 @@
Returns true if the TimingData contains stops.
+
+ Returns true if the TimingData contains warps.
+
@@ -3299,6 +3562,12 @@
Sets the UnlockEntry's course to sCourseName.
Example: course,"Driven"
+
+ Returns the code for this unlock.
+
+
+ Returns the Course for this unlock.
+
Returns the unlock description.
@@ -3352,6 +3621,12 @@
Returns the number of all unlock items, regardless of status.
+
+ Returns the number of points for the machine profile based on the specified UnlockRequirement.
+
+
+ Returns the number of points for the specified profile based on the specified UnlockRequirement.
+
Returns the number of points until the next unlock.
diff --git a/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p1.png b/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p1.png
index 9d1b997b23..d4cd501ba7 100644
Binary files a/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p1.png and b/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p1.png differ
diff --git a/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p2.png b/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p2.png
index 67226f3897..0ce3736e34 100644
Binary files a/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p2.png and b/Themes/_fallback/Graphics/CombinedLifeMeterTug stream p2.png differ
diff --git a/Themes/_fallback/Graphics/Common window icon.png b/Themes/_fallback/Graphics/Common window icon.png
index 9e88998360..23750444ac 100644
Binary files a/Themes/_fallback/Graphics/Common window icon.png and b/Themes/_fallback/Graphics/Common window icon.png differ
diff --git a/Themes/_fallback/Graphics/Judgment Normal 1x6.png b/Themes/_fallback/Graphics/Judgment Normal 1x6.png
index 697a28e8ed..5579c3f196 100644
Binary files a/Themes/_fallback/Graphics/Judgment Normal 1x6.png and b/Themes/_fallback/Graphics/Judgment Normal 1x6.png differ
diff --git a/Themes/_fallback/Graphics/OptionsCursorP1 Left (doubleres).png b/Themes/_fallback/Graphics/OptionsCursorP1 Left (doubleres).png
index b967a57a6b..55247eb9ba 100644
Binary files a/Themes/_fallback/Graphics/OptionsCursorP1 Left (doubleres).png and b/Themes/_fallback/Graphics/OptionsCursorP1 Left (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsCursorP1 Middle (doubleres).png b/Themes/_fallback/Graphics/OptionsCursorP1 Middle (doubleres).png
index 5cd8e75bd5..25033cb466 100644
Binary files a/Themes/_fallback/Graphics/OptionsCursorP1 Middle (doubleres).png and b/Themes/_fallback/Graphics/OptionsCursorP1 Middle (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsCursorP1 Right (doubleres).png b/Themes/_fallback/Graphics/OptionsCursorP1 Right (doubleres).png
index f6a2b10238..a1dc9c2d67 100644
Binary files a/Themes/_fallback/Graphics/OptionsCursorP1 Right (doubleres).png and b/Themes/_fallback/Graphics/OptionsCursorP1 Right (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsCursorP2 Left (doubleres).png b/Themes/_fallback/Graphics/OptionsCursorP2 Left (doubleres).png
index b7bcb02daa..c7141b1daa 100644
Binary files a/Themes/_fallback/Graphics/OptionsCursorP2 Left (doubleres).png and b/Themes/_fallback/Graphics/OptionsCursorP2 Left (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsCursorP2 Middle (doubleres).png b/Themes/_fallback/Graphics/OptionsCursorP2 Middle (doubleres).png
index 3a7079e700..410961c083 100644
Binary files a/Themes/_fallback/Graphics/OptionsCursorP2 Middle (doubleres).png and b/Themes/_fallback/Graphics/OptionsCursorP2 Middle (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsCursorP2 Right (doubleres).png b/Themes/_fallback/Graphics/OptionsCursorP2 Right (doubleres).png
index ed54d17341..fb04d53115 100644
Binary files a/Themes/_fallback/Graphics/OptionsCursorP2 Right (doubleres).png and b/Themes/_fallback/Graphics/OptionsCursorP2 Right (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsUnderlineP1 Left (doubleres).png b/Themes/_fallback/Graphics/OptionsUnderlineP1 Left (doubleres).png
index dc8c30d81e..6387c652a9 100644
Binary files a/Themes/_fallback/Graphics/OptionsUnderlineP1 Left (doubleres).png and b/Themes/_fallback/Graphics/OptionsUnderlineP1 Left (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsUnderlineP1 Middle (doubleres).png b/Themes/_fallback/Graphics/OptionsUnderlineP1 Middle (doubleres).png
index b730fdce3d..c0416a73ef 100644
Binary files a/Themes/_fallback/Graphics/OptionsUnderlineP1 Middle (doubleres).png and b/Themes/_fallback/Graphics/OptionsUnderlineP1 Middle (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsUnderlineP1 Right (doubleres).png b/Themes/_fallback/Graphics/OptionsUnderlineP1 Right (doubleres).png
index bf0fe5be22..b7d6b77654 100644
Binary files a/Themes/_fallback/Graphics/OptionsUnderlineP1 Right (doubleres).png and b/Themes/_fallback/Graphics/OptionsUnderlineP1 Right (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsUnderlineP2 Left (doubleres).png b/Themes/_fallback/Graphics/OptionsUnderlineP2 Left (doubleres).png
index 5e13db0cca..d3407076ae 100644
Binary files a/Themes/_fallback/Graphics/OptionsUnderlineP2 Left (doubleres).png and b/Themes/_fallback/Graphics/OptionsUnderlineP2 Left (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsUnderlineP2 Middle (doubleres).png b/Themes/_fallback/Graphics/OptionsUnderlineP2 Middle (doubleres).png
index 27fde0de05..52caa00843 100644
Binary files a/Themes/_fallback/Graphics/OptionsUnderlineP2 Middle (doubleres).png and b/Themes/_fallback/Graphics/OptionsUnderlineP2 Middle (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/OptionsUnderlineP2 Right (doubleres).png b/Themes/_fallback/Graphics/OptionsUnderlineP2 Right (doubleres).png
index 446c29cc2c..43645c39e2 100644
Binary files a/Themes/_fallback/Graphics/OptionsUnderlineP2 Right (doubleres).png and b/Themes/_fallback/Graphics/OptionsUnderlineP2 Right (doubleres).png differ
diff --git a/Themes/_fallback/Graphics/ScoreDisplayRave stream level1.png b/Themes/_fallback/Graphics/ScoreDisplayRave stream level1.png
index d29741c9ec..e5a9418357 100644
Binary files a/Themes/_fallback/Graphics/ScoreDisplayRave stream level1.png and b/Themes/_fallback/Graphics/ScoreDisplayRave stream level1.png differ
diff --git a/Themes/_fallback/Graphics/ScoreDisplayRave stream level2.png b/Themes/_fallback/Graphics/ScoreDisplayRave stream level2.png
index dc89c20be9..199e406605 100644
Binary files a/Themes/_fallback/Graphics/ScoreDisplayRave stream level2.png and b/Themes/_fallback/Graphics/ScoreDisplayRave stream level2.png differ
diff --git a/Themes/_fallback/Graphics/ScoreDisplayRave stream level3.png b/Themes/_fallback/Graphics/ScoreDisplayRave stream level3.png
index 68f70a0159..41138c9a2f 100644
Binary files a/Themes/_fallback/Graphics/ScoreDisplayRave stream level3.png and b/Themes/_fallback/Graphics/ScoreDisplayRave stream level3.png differ
diff --git a/Themes/_fallback/Graphics/ScreenSelectProfile CardBackground.png b/Themes/_fallback/Graphics/ScreenSelectProfile CardBackground.png
index 046958618d..f19427e45f 100644
Binary files a/Themes/_fallback/Graphics/ScreenSelectProfile CardBackground.png and b/Themes/_fallback/Graphics/ScreenSelectProfile CardBackground.png differ
diff --git a/Themes/_fallback/Graphics/ScreenSelectProfile CardFrame.png b/Themes/_fallback/Graphics/ScreenSelectProfile CardFrame.png
index d35a931168..930e959214 100644
Binary files a/Themes/_fallback/Graphics/ScreenSelectProfile CardFrame.png and b/Themes/_fallback/Graphics/ScreenSelectProfile CardFrame.png differ
diff --git a/Themes/_fallback/Graphics/ScreenTitleMenu logo.png b/Themes/_fallback/Graphics/ScreenTitleMenu logo.png
index 72d198be1a..3ca532dced 100644
Binary files a/Themes/_fallback/Graphics/ScreenTitleMenu logo.png and b/Themes/_fallback/Graphics/ScreenTitleMenu logo.png differ
diff --git a/Themes/_fallback/Graphics/SnapDisplay icon 9x1.png b/Themes/_fallback/Graphics/SnapDisplay icon 9x1.png
index 7155d3f182..9f51b94133 100644
Binary files a/Themes/_fallback/Graphics/SnapDisplay icon 9x1.png and b/Themes/_fallback/Graphics/SnapDisplay icon 9x1.png differ
diff --git a/Themes/_fallback/Graphics/StreamDisplay hot.png b/Themes/_fallback/Graphics/StreamDisplay hot.png
index 6c6956e44e..e2ad51a314 100644
Binary files a/Themes/_fallback/Graphics/StreamDisplay hot.png and b/Themes/_fallback/Graphics/StreamDisplay hot.png differ
diff --git a/Themes/_fallback/Graphics/StreamDisplay normal.png b/Themes/_fallback/Graphics/StreamDisplay normal.png
index 734a4c6750..adc767ccee 100644
Binary files a/Themes/_fallback/Graphics/StreamDisplay normal.png and b/Themes/_fallback/Graphics/StreamDisplay normal.png differ
diff --git a/Themes/_fallback/Graphics/_blank.png b/Themes/_fallback/Graphics/_blank.png
index af1d438da2..b193cde188 100644
Binary files a/Themes/_fallback/Graphics/_blank.png and b/Themes/_fallback/Graphics/_blank.png differ
diff --git a/Themes/_fallback/Graphics/_missing.png b/Themes/_fallback/Graphics/_missing.png
index af1d438da2..b193cde188 100644
Binary files a/Themes/_fallback/Graphics/_missing.png and b/Themes/_fallback/Graphics/_missing.png differ
diff --git a/Themes/_fallback/Other/_blank.png b/Themes/_fallback/Other/_blank.png
index af1d438da2..b193cde188 100644
Binary files a/Themes/_fallback/Other/_blank.png and b/Themes/_fallback/Other/_blank.png differ
diff --git a/Themes/_fallback/Other/_missing.png b/Themes/_fallback/Other/_missing.png
index af1d438da2..b193cde188 100644
Binary files a/Themes/_fallback/Other/_missing.png and b/Themes/_fallback/Other/_missing.png differ
diff --git a/Themes/default/BGAnimations/ScreenCredits background/_grid.png b/Themes/default/BGAnimations/ScreenCredits background/_grid.png
index c2e0a20e6d..241d739b9d 100644
Binary files a/Themes/default/BGAnimations/ScreenCredits background/_grid.png and b/Themes/default/BGAnimations/ScreenCredits background/_grid.png differ
diff --git a/Themes/default/BGAnimations/ScreenCredits background/_space.png b/Themes/default/BGAnimations/ScreenCredits background/_space.png
index c95cb4c478..3784c11ab7 100644
Binary files a/Themes/default/BGAnimations/ScreenCredits background/_space.png and b/Themes/default/BGAnimations/ScreenCredits background/_space.png differ
diff --git a/Themes/default/BGAnimations/ScreenGameplay ready/ready.png b/Themes/default/BGAnimations/ScreenGameplay ready/ready.png
index 1386cf4055..cb48b43b74 100644
Binary files a/Themes/default/BGAnimations/ScreenGameplay ready/ready.png and b/Themes/default/BGAnimations/ScreenGameplay ready/ready.png differ
diff --git a/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png b/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png
index d941cf0dcf..f5b3eb3aa8 100644
Binary files a/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png and b/Themes/default/BGAnimations/ScreenHowToPlay background/bg.png differ
diff --git a/Themes/default/BGAnimations/ScreenHowToPlay overlay/feet.png b/Themes/default/BGAnimations/ScreenHowToPlay overlay/feet.png
index feaea9d5bc..e300f70836 100644
Binary files a/Themes/default/BGAnimations/ScreenHowToPlay overlay/feet.png and b/Themes/default/BGAnimations/ScreenHowToPlay overlay/feet.png differ
diff --git a/Themes/default/BGAnimations/ScreenHowToPlay overlay/healthhilight.png b/Themes/default/BGAnimations/ScreenHowToPlay overlay/healthhilight.png
index bf38ca43b7..b55fa18f9b 100644
Binary files a/Themes/default/BGAnimations/ScreenHowToPlay overlay/healthhilight.png and b/Themes/default/BGAnimations/ScreenHowToPlay overlay/healthhilight.png differ
diff --git a/Themes/default/BGAnimations/ScreenHowToPlay overlay/jumpmessage.png b/Themes/default/BGAnimations/ScreenHowToPlay overlay/jumpmessage.png
index b9d8d02bdc..4cea6a81ee 100644
Binary files a/Themes/default/BGAnimations/ScreenHowToPlay overlay/jumpmessage.png and b/Themes/default/BGAnimations/ScreenHowToPlay overlay/jumpmessage.png differ
diff --git a/Themes/default/BGAnimations/ScreenHowToPlay overlay/missmessage.png b/Themes/default/BGAnimations/ScreenHowToPlay overlay/missmessage.png
index 26e6cefb6e..2b6177e292 100644
Binary files a/Themes/default/BGAnimations/ScreenHowToPlay overlay/missmessage.png and b/Themes/default/BGAnimations/ScreenHowToPlay overlay/missmessage.png differ
diff --git a/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapglow.png b/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapglow.png
index c66f659005..096f26b895 100644
Binary files a/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapglow.png and b/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapglow.png differ
diff --git a/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapmessage.png b/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapmessage.png
index 7afb411b1c..d2e855de96 100644
Binary files a/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapmessage.png and b/Themes/default/BGAnimations/ScreenHowToPlay overlay/tapmessage.png differ
diff --git a/Themes/default/BGAnimations/ScreenTitleMenu background/_bg.png b/Themes/default/BGAnimations/ScreenTitleMenu background/_bg.png
index 1039cffe89..7478cf4cdf 100644
Binary files a/Themes/default/BGAnimations/ScreenTitleMenu background/_bg.png and b/Themes/default/BGAnimations/ScreenTitleMenu background/_bg.png differ
diff --git a/Themes/default/BGAnimations/ScreenWithMenuElements background/_bg top.png b/Themes/default/BGAnimations/ScreenWithMenuElements background/_bg top.png
index a02bee444d..d8a7b3babb 100644
Binary files a/Themes/default/BGAnimations/ScreenWithMenuElements background/_bg top.png and b/Themes/default/BGAnimations/ScreenWithMenuElements background/_bg top.png differ
diff --git a/Themes/default/BGAnimations/ScreenWithMenuElements background/_grid.png b/Themes/default/BGAnimations/ScreenWithMenuElements background/_grid.png
index c2e0a20e6d..241d739b9d 100644
Binary files a/Themes/default/BGAnimations/ScreenWithMenuElements background/_grid.png and b/Themes/default/BGAnimations/ScreenWithMenuElements background/_grid.png differ
diff --git a/Themes/default/BGAnimations/ScreenWithMenuElements background/_particle normal.png b/Themes/default/BGAnimations/ScreenWithMenuElements background/_particle normal.png
index dfbdda9d56..dce80615c0 100644
Binary files a/Themes/default/BGAnimations/ScreenWithMenuElements background/_particle normal.png and b/Themes/default/BGAnimations/ScreenWithMenuElements background/_particle normal.png differ
diff --git a/Themes/default/BGAnimations/ScreenWithMenuElements background/_pattern (stretch).png b/Themes/default/BGAnimations/ScreenWithMenuElements background/_pattern (stretch).png
index 0b8f4f91a4..4f00841603 100644
Binary files a/Themes/default/BGAnimations/ScreenWithMenuElements background/_pattern (stretch).png and b/Themes/default/BGAnimations/ScreenWithMenuElements background/_pattern (stretch).png differ
diff --git a/Themes/default/BGAnimations/_frame files 3x1/rounded fill 3x1.png b/Themes/default/BGAnimations/_frame files 3x1/rounded fill 3x1.png
index 69a8621fba..37cbb834a5 100644
Binary files a/Themes/default/BGAnimations/_frame files 3x1/rounded fill 3x1.png and b/Themes/default/BGAnimations/_frame files 3x1/rounded fill 3x1.png differ
diff --git a/Themes/default/BGAnimations/_frame files 3x1/rounded gloss 3x1.png b/Themes/default/BGAnimations/_frame files 3x1/rounded gloss 3x1.png
index 3abc3f2af7..1757e4c9ea 100644
Binary files a/Themes/default/BGAnimations/_frame files 3x1/rounded gloss 3x1.png and b/Themes/default/BGAnimations/_frame files 3x1/rounded gloss 3x1.png differ
diff --git a/Themes/default/Graphics/Banner all music.png b/Themes/default/Graphics/Banner all music.png
index 8acc31db6e..8e49185765 100644
Binary files a/Themes/default/Graphics/Banner all music.png and b/Themes/default/Graphics/Banner all music.png differ
diff --git a/Themes/default/Graphics/Banner mode.png b/Themes/default/Graphics/Banner mode.png
index 34320e4b14..5d9b9917c4 100644
Binary files a/Themes/default/Graphics/Banner mode.png and b/Themes/default/Graphics/Banner mode.png differ
diff --git a/Themes/default/Graphics/Banner random.png b/Themes/default/Graphics/Banner random.png
index b6d653902d..2a19b14c37 100644
Binary files a/Themes/default/Graphics/Banner random.png and b/Themes/default/Graphics/Banner random.png differ
diff --git a/Themes/default/Graphics/Banner roulette.png b/Themes/default/Graphics/Banner roulette.png
index 330f598295..aa6116cb21 100644
Binary files a/Themes/default/Graphics/Banner roulette.png and b/Themes/default/Graphics/Banner roulette.png differ
diff --git a/Themes/default/Graphics/Combo 1000milestone/shot.png b/Themes/default/Graphics/Combo 1000milestone/shot.png
index a8bc31656d..fbfbc3e3e2 100644
Binary files a/Themes/default/Graphics/Combo 1000milestone/shot.png and b/Themes/default/Graphics/Combo 1000milestone/shot.png differ
diff --git a/Themes/default/Graphics/Combo 100milestone/explosion.png b/Themes/default/Graphics/Combo 100milestone/explosion.png
index 3aac56aa4d..8364e4de51 100644
Binary files a/Themes/default/Graphics/Combo 100milestone/explosion.png and b/Themes/default/Graphics/Combo 100milestone/explosion.png differ
diff --git a/Themes/default/Graphics/Common fallback background.png b/Themes/default/Graphics/Common fallback background.png
index 8e96fb77af..335bd214fb 100644
Binary files a/Themes/default/Graphics/Common fallback background.png and b/Themes/default/Graphics/Common fallback background.png differ
diff --git a/Themes/default/Graphics/Common fallback banner.png b/Themes/default/Graphics/Common fallback banner.png
index 8f8d24bb6f..45098f5999 100644
Binary files a/Themes/default/Graphics/Common fallback banner.png and b/Themes/default/Graphics/Common fallback banner.png differ
diff --git a/Themes/default/Graphics/Common window icon.png b/Themes/default/Graphics/Common window icon.png
index 9e88998360..23750444ac 100644
Binary files a/Themes/default/Graphics/Common window icon.png and b/Themes/default/Graphics/Common window icon.png differ
diff --git a/Themes/default/Graphics/CourseEntryDisplay bar.png b/Themes/default/Graphics/CourseEntryDisplay bar.png
index 3772927033..af0e0f7a8b 100644
Binary files a/Themes/default/Graphics/CourseEntryDisplay bar.png and b/Themes/default/Graphics/CourseEntryDisplay bar.png differ
diff --git a/Themes/default/Graphics/EditMenu Left 1x8.png b/Themes/default/Graphics/EditMenu Left 1x8.png
index 4220e03c15..453489ad58 100644
Binary files a/Themes/default/Graphics/EditMenu Left 1x8.png and b/Themes/default/Graphics/EditMenu Left 1x8.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Failed.png b/Themes/default/Graphics/GradeDisplayEval Failed.png
index 5039f694ba..b97031ef0f 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Failed.png and b/Themes/default/Graphics/GradeDisplayEval Failed.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Tier01.png b/Themes/default/Graphics/GradeDisplayEval Tier01.png
index 261bf219bc..eda3f2a778 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Tier01.png and b/Themes/default/Graphics/GradeDisplayEval Tier01.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Tier02.png b/Themes/default/Graphics/GradeDisplayEval Tier02.png
index 6fd46208b6..af203c8dd7 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Tier02.png and b/Themes/default/Graphics/GradeDisplayEval Tier02.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Tier03.png b/Themes/default/Graphics/GradeDisplayEval Tier03.png
index a6f0c198d3..89671959f7 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Tier03.png and b/Themes/default/Graphics/GradeDisplayEval Tier03.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Tier04.png b/Themes/default/Graphics/GradeDisplayEval Tier04.png
index de67b3f75e..addf5d6b53 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Tier04.png and b/Themes/default/Graphics/GradeDisplayEval Tier04.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Tier05.png b/Themes/default/Graphics/GradeDisplayEval Tier05.png
index 41f93409eb..d24567f53e 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Tier05.png and b/Themes/default/Graphics/GradeDisplayEval Tier05.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Tier06.png b/Themes/default/Graphics/GradeDisplayEval Tier06.png
index fd6ea5e6bf..ffb61f8988 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Tier06.png and b/Themes/default/Graphics/GradeDisplayEval Tier06.png differ
diff --git a/Themes/default/Graphics/GradeDisplayEval Tier07.png b/Themes/default/Graphics/GradeDisplayEval Tier07.png
index deca391659..c79802aee6 100644
Binary files a/Themes/default/Graphics/GradeDisplayEval Tier07.png and b/Themes/default/Graphics/GradeDisplayEval Tier07.png differ
diff --git a/Themes/default/Graphics/GraphDisplay backing.png b/Themes/default/Graphics/GraphDisplay backing.png
index adeeb209bc..fc9c3f64ad 100644
Binary files a/Themes/default/Graphics/GraphDisplay backing.png and b/Themes/default/Graphics/GraphDisplay backing.png differ
diff --git a/Themes/default/Graphics/HoldJudgment label 1x2.png b/Themes/default/Graphics/HoldJudgment label 1x2.png
index 94dd858951..5cb4d2b32a 100644
Binary files a/Themes/default/Graphics/HoldJudgment label 1x2.png and b/Themes/default/Graphics/HoldJudgment label 1x2.png differ
diff --git a/Themes/default/Graphics/Judgment Normal 1x6.png b/Themes/default/Graphics/Judgment Normal 1x6.png
index 697a28e8ed..5579c3f196 100644
Binary files a/Themes/default/Graphics/Judgment Normal 1x6.png and b/Themes/default/Graphics/Judgment Normal 1x6.png differ
diff --git a/Themes/default/Graphics/LifeMeterBar over.png b/Themes/default/Graphics/LifeMeterBar over.png
index 4e74cb571c..09dbaf6dde 100644
Binary files a/Themes/default/Graphics/LifeMeterBar over.png and b/Themes/default/Graphics/LifeMeterBar over.png differ
diff --git a/Themes/default/Graphics/LifeMeterBar under.png b/Themes/default/Graphics/LifeMeterBar under.png
index 00d2fb5e25..e54c55f801 100644
Binary files a/Themes/default/Graphics/LifeMeterBar under.png and b/Themes/default/Graphics/LifeMeterBar under.png differ
diff --git a/Themes/default/Graphics/LifeMeterBattery frame.png b/Themes/default/Graphics/LifeMeterBattery frame.png
index 4459d2922f..a91ea54d81 100644
Binary files a/Themes/default/Graphics/LifeMeterBattery frame.png and b/Themes/default/Graphics/LifeMeterBattery frame.png differ
diff --git a/Themes/default/Graphics/LifeMeterBattery lives 1x4.png b/Themes/default/Graphics/LifeMeterBattery lives 1x4.png
index 3fe80d83ce..87a32d19d2 100644
Binary files a/Themes/default/Graphics/LifeMeterBattery lives 1x4.png and b/Themes/default/Graphics/LifeMeterBattery lives 1x4.png differ
diff --git a/Themes/default/Graphics/MenuTimer frame.png b/Themes/default/Graphics/MenuTimer frame.png
index 22ce2299ff..4f43cb607e 100644
Binary files a/Themes/default/Graphics/MenuTimer frame.png and b/Themes/default/Graphics/MenuTimer frame.png differ
diff --git a/Themes/default/Graphics/MusicWheel highlight.png b/Themes/default/Graphics/MusicWheel highlight.png
index 0042bbe932..9431e18766 100644
Binary files a/Themes/default/Graphics/MusicWheel highlight.png and b/Themes/default/Graphics/MusicWheel highlight.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem Course ColorPart.png b/Themes/default/Graphics/MusicWheelItem Course ColorPart.png
index 0d8a36946f..5bf8af903a 100644
Binary files a/Themes/default/Graphics/MusicWheelItem Course ColorPart.png and b/Themes/default/Graphics/MusicWheelItem Course ColorPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem Course NormalPart.png b/Themes/default/Graphics/MusicWheelItem Course NormalPart.png
index 0287fc2e23..0182e96397 100644
Binary files a/Themes/default/Graphics/MusicWheelItem Course NormalPart.png and b/Themes/default/Graphics/MusicWheelItem Course NormalPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem Mode ColorPart.png b/Themes/default/Graphics/MusicWheelItem Mode ColorPart.png
index dbc8372b68..0c805538e0 100644
Binary files a/Themes/default/Graphics/MusicWheelItem Mode ColorPart.png and b/Themes/default/Graphics/MusicWheelItem Mode ColorPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem Mode NormalPart.png b/Themes/default/Graphics/MusicWheelItem Mode NormalPart.png
index 6b047bd086..ccd464cff1 100644
Binary files a/Themes/default/Graphics/MusicWheelItem Mode NormalPart.png and b/Themes/default/Graphics/MusicWheelItem Mode NormalPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem SectionCollapsed ColorPart.png b/Themes/default/Graphics/MusicWheelItem SectionCollapsed ColorPart.png
index 0053486149..d658fa9aaf 100644
Binary files a/Themes/default/Graphics/MusicWheelItem SectionCollapsed ColorPart.png and b/Themes/default/Graphics/MusicWheelItem SectionCollapsed ColorPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem SectionCollapsed NormalPart.png b/Themes/default/Graphics/MusicWheelItem SectionCollapsed NormalPart.png
index 2a919b9529..ea6876b5d9 100644
Binary files a/Themes/default/Graphics/MusicWheelItem SectionCollapsed NormalPart.png and b/Themes/default/Graphics/MusicWheelItem SectionCollapsed NormalPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem SectionExpanded ColorPart.png b/Themes/default/Graphics/MusicWheelItem SectionExpanded ColorPart.png
index c87ea911fe..a8d5dd9212 100644
Binary files a/Themes/default/Graphics/MusicWheelItem SectionExpanded ColorPart.png and b/Themes/default/Graphics/MusicWheelItem SectionExpanded ColorPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem Song ColorPart.png b/Themes/default/Graphics/MusicWheelItem Song ColorPart.png
index 25b546b519..5a196c15e4 100644
Binary files a/Themes/default/Graphics/MusicWheelItem Song ColorPart.png and b/Themes/default/Graphics/MusicWheelItem Song ColorPart.png differ
diff --git a/Themes/default/Graphics/MusicWheelItem Song NormalPart.png b/Themes/default/Graphics/MusicWheelItem Song NormalPart.png
index 997f2b0a84..b41801c162 100644
Binary files a/Themes/default/Graphics/MusicWheelItem Song NormalPart.png and b/Themes/default/Graphics/MusicWheelItem Song NormalPart.png differ
diff --git a/Themes/default/Graphics/NoteField board.png b/Themes/default/Graphics/NoteField board.png
index 62fd82c09f..dc75b2a2d2 100644
Binary files a/Themes/default/Graphics/NoteField board.png and b/Themes/default/Graphics/NoteField board.png differ
diff --git a/Themes/default/Graphics/OptionRowExit frame.png b/Themes/default/Graphics/OptionRowExit frame.png
index 809ce7e8f7..0e04d83a89 100644
Binary files a/Themes/default/Graphics/OptionRowExit frame.png and b/Themes/default/Graphics/OptionRowExit frame.png differ
diff --git a/Themes/default/Graphics/OptionsCursorP1 Left (doubleres).png b/Themes/default/Graphics/OptionsCursorP1 Left (doubleres).png
index cfb7235278..f310cb4096 100644
Binary files a/Themes/default/Graphics/OptionsCursorP1 Left (doubleres).png and b/Themes/default/Graphics/OptionsCursorP1 Left (doubleres).png differ
diff --git a/Themes/default/Graphics/OptionsCursorP1 Middle (doubleres).png b/Themes/default/Graphics/OptionsCursorP1 Middle (doubleres).png
index 7efac56b0f..ac200ad648 100644
Binary files a/Themes/default/Graphics/OptionsCursorP1 Middle (doubleres).png and b/Themes/default/Graphics/OptionsCursorP1 Middle (doubleres).png differ
diff --git a/Themes/default/Graphics/OptionsCursorP1 Right (doubleres).png b/Themes/default/Graphics/OptionsCursorP1 Right (doubleres).png
index 7bcc5a9f11..2e44ceb6e9 100644
Binary files a/Themes/default/Graphics/OptionsCursorP1 Right (doubleres).png and b/Themes/default/Graphics/OptionsCursorP1 Right (doubleres).png differ
diff --git a/Themes/default/Graphics/OptionsUnderlineP1 Left (doubleres).png b/Themes/default/Graphics/OptionsUnderlineP1 Left (doubleres).png
index 582428b9d7..514db2e8ca 100644
Binary files a/Themes/default/Graphics/OptionsUnderlineP1 Left (doubleres).png and b/Themes/default/Graphics/OptionsUnderlineP1 Left (doubleres).png differ
diff --git a/Themes/default/Graphics/OptionsUnderlineP1 Middle (doubleres).png b/Themes/default/Graphics/OptionsUnderlineP1 Middle (doubleres).png
index 9df8df47d3..70ac652bd2 100644
Binary files a/Themes/default/Graphics/OptionsUnderlineP1 Middle (doubleres).png and b/Themes/default/Graphics/OptionsUnderlineP1 Middle (doubleres).png differ
diff --git a/Themes/default/Graphics/OptionsUnderlineP1 Right (doubleres).png b/Themes/default/Graphics/OptionsUnderlineP1 Right (doubleres).png
index 10c9c93113..07cace80d0 100644
Binary files a/Themes/default/Graphics/OptionsUnderlineP1 Right (doubleres).png and b/Themes/default/Graphics/OptionsUnderlineP1 Right (doubleres).png differ
diff --git a/Themes/default/Graphics/Player combo/_combo.png b/Themes/default/Graphics/Player combo/_combo.png
index 650bf41ffe..9d2db54061 100644
Binary files a/Themes/default/Graphics/Player combo/_combo.png and b/Themes/default/Graphics/Player combo/_combo.png differ
diff --git a/Themes/default/Graphics/Player combo/_misses.png b/Themes/default/Graphics/Player combo/_misses.png
index 2d34d2f615..6011258193 100644
Binary files a/Themes/default/Graphics/Player combo/_misses.png and b/Themes/default/Graphics/Player combo/_misses.png differ
diff --git a/Themes/default/Graphics/ScoreDisplayRave stream level1 (res 256x20).png b/Themes/default/Graphics/ScoreDisplayRave stream level1 (res 256x20).png
index d29741c9ec..e5a9418357 100644
Binary files a/Themes/default/Graphics/ScoreDisplayRave stream level1 (res 256x20).png and b/Themes/default/Graphics/ScoreDisplayRave stream level1 (res 256x20).png differ
diff --git a/Themes/default/Graphics/ScoreDisplayRave stream level2 (res 256x20).png b/Themes/default/Graphics/ScoreDisplayRave stream level2 (res 256x20).png
index dc89c20be9..199e406605 100644
Binary files a/Themes/default/Graphics/ScoreDisplayRave stream level2 (res 256x20).png and b/Themes/default/Graphics/ScoreDisplayRave stream level2 (res 256x20).png differ
diff --git a/Themes/default/Graphics/ScoreDisplayRave stream level3 (res 256x20).png b/Themes/default/Graphics/ScoreDisplayRave stream level3 (res 256x20).png
index 68f70a0159..41138c9a2f 100644
Binary files a/Themes/default/Graphics/ScoreDisplayRave stream level3 (res 256x20).png and b/Themes/default/Graphics/ScoreDisplayRave stream level3 (res 256x20).png differ
diff --git a/Themes/default/Graphics/ScreenGameplay ScoreFrame.png b/Themes/default/Graphics/ScreenGameplay ScoreFrame.png
index 64bd20f0cb..e6d45b3eee 100644
Binary files a/Themes/default/Graphics/ScreenGameplay ScoreFrame.png and b/Themes/default/Graphics/ScreenGameplay ScoreFrame.png differ
diff --git a/Themes/default/Graphics/ScreenOptions line highlight.png b/Themes/default/Graphics/ScreenOptions line highlight.png
index 5fa65a5094..80a3a0048f 100644
Binary files a/Themes/default/Graphics/ScreenOptions line highlight.png and b/Themes/default/Graphics/ScreenOptions line highlight.png differ
diff --git a/Themes/default/Graphics/ScreenOptions page.png b/Themes/default/Graphics/ScreenOptions page.png
index dc4953b361..b444ea82d7 100644
Binary files a/Themes/default/Graphics/ScreenOptions page.png and b/Themes/default/Graphics/ScreenOptions page.png differ
diff --git a/Themes/default/Graphics/ScreenQuickSetupOverview icon/_base.png b/Themes/default/Graphics/ScreenQuickSetupOverview icon/_base.png
index 2663a10bf6..eae80d4289 100644
Binary files a/Themes/default/Graphics/ScreenQuickSetupOverview icon/_base.png and b/Themes/default/Graphics/ScreenQuickSetupOverview icon/_base.png differ
diff --git a/Themes/default/Graphics/ScreenRanking type dance-double.png b/Themes/default/Graphics/ScreenRanking type dance-double.png
index 761b877060..f669ee2223 100644
Binary files a/Themes/default/Graphics/ScreenRanking type dance-double.png and b/Themes/default/Graphics/ScreenRanking type dance-double.png differ
diff --git a/Themes/default/Graphics/ScreenRanking type dance-single.png b/Themes/default/Graphics/ScreenRanking type dance-single.png
index 18479df93a..c2083d88ab 100644
Binary files a/Themes/default/Graphics/ScreenRanking type dance-single.png and b/Themes/default/Graphics/ScreenRanking type dance-single.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic BannerFrame.png b/Themes/default/Graphics/ScreenSelectMusic BannerFrame.png
index ff2f650272..b7adfee618 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic BannerFrame.png and b/Themes/default/Graphics/ScreenSelectMusic BannerFrame.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_background.png b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_background.png
index 857eba4834..1f70d00267 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_background.png and b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_background.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Beginner.png b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Beginner.png
index f8a4ae21ff..1a527877c6 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Beginner.png and b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Beginner.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Challenge.png b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Challenge.png
index c886a81e5d..10de18d296 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Challenge.png and b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Challenge.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Easy.png b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Easy.png
index c971e4a931..d029aa927a 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Easy.png and b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Easy.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Edit.png b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Edit.png
index 88a6ad8071..87125989ea 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Edit.png and b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Edit.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Hard.png b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Hard.png
index 0669646de6..b72deec656 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Hard.png and b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Hard.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Medium.png b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Medium.png
index f6c242b8c0..1f399e3fe6 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Medium.png and b/Themes/default/Graphics/ScreenSelectMusic DifficultyDisplay/_barpeice Medium.png differ
diff --git a/Themes/default/Graphics/ScreenSelectMusic PaneDisplayFrame.png b/Themes/default/Graphics/ScreenSelectMusic PaneDisplayFrame.png
index e2e7f90497..f9dcfaa1b7 100644
Binary files a/Themes/default/Graphics/ScreenSelectMusic PaneDisplayFrame.png and b/Themes/default/Graphics/ScreenSelectMusic PaneDisplayFrame.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode BackgroundFrame.png b/Themes/default/Graphics/ScreenSelectPlayMode BackgroundFrame.png
index 8f70e20e2d..8d139482dc 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode BackgroundFrame.png and b/Themes/default/Graphics/ScreenSelectPlayMode BackgroundFrame.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background effect.png b/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background effect.png
index b9f0d4ef07..b609b5139e 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background effect.png and b/Themes/default/Graphics/ScreenSelectPlayMode Icon/_background effect.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode Icon/_cutout.png b/Themes/default/Graphics/ScreenSelectPlayMode Icon/_cutout.png
index 3038574c5c..881914a0a6 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode Icon/_cutout.png and b/Themes/default/Graphics/ScreenSelectPlayMode Icon/_cutout.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Easy.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Easy.png
index 1561546bc3..b035216608 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Easy.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Easy.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Endless.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Endless.png
index 0743275df1..66e04b64ab 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Endless.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Endless.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Extended.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Extended.png
index 3fc1a75285..bc423e4594 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Extended.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Extended.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Hard.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Hard.png
index 69e052a3fb..85c48ca74f 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Hard.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Hard.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Normal.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Normal.png
index 38808fce82..49ca3980cc 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Normal.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Normal.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Oni.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Oni.png
index 1569820b6a..dac5c90943 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Oni.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Oni.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Rave.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Rave.png
index e8efb0ef60..d4c361f406 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/Rave.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/Rave.png differ
diff --git a/Themes/default/Graphics/ScreenSelectPlayMode scroller/_HighlightFrame.png b/Themes/default/Graphics/ScreenSelectPlayMode scroller/_HighlightFrame.png
index 89738af6e8..938fc07abd 100644
Binary files a/Themes/default/Graphics/ScreenSelectPlayMode scroller/_HighlightFrame.png and b/Themes/default/Graphics/ScreenSelectPlayMode scroller/_HighlightFrame.png differ
diff --git a/Themes/default/Graphics/ScreenSelectProfile CardBackground.png b/Themes/default/Graphics/ScreenSelectProfile CardBackground.png
index 046958618d..f19427e45f 100644
Binary files a/Themes/default/Graphics/ScreenSelectProfile CardBackground.png and b/Themes/default/Graphics/ScreenSelectProfile CardBackground.png differ
diff --git a/Themes/default/Graphics/ScreenSelectProfile CardFrame.png b/Themes/default/Graphics/ScreenSelectProfile CardFrame.png
index d35a931168..930e959214 100644
Binary files a/Themes/default/Graphics/ScreenSelectProfile CardFrame.png and b/Themes/default/Graphics/ScreenSelectProfile CardFrame.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage 1st.png b/Themes/default/Graphics/ScreenStageInformation stage 1st.png
index c2fa86c9e9..fa61a920a3 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage 1st.png and b/Themes/default/Graphics/ScreenStageInformation stage 1st.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage 2nd.png b/Themes/default/Graphics/ScreenStageInformation stage 2nd.png
index 71089afde6..c5e7f7b7f7 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage 2nd.png and b/Themes/default/Graphics/ScreenStageInformation stage 2nd.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage 3rd.png b/Themes/default/Graphics/ScreenStageInformation stage 3rd.png
index 1127863cdb..e811600f0f 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage 3rd.png and b/Themes/default/Graphics/ScreenStageInformation stage 3rd.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage 4th.png b/Themes/default/Graphics/ScreenStageInformation stage 4th.png
index 13129ebadf..058bd81726 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage 4th.png and b/Themes/default/Graphics/ScreenStageInformation stage 4th.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage 5th.png b/Themes/default/Graphics/ScreenStageInformation stage 5th.png
index 910c98c77b..9055624c6c 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage 5th.png and b/Themes/default/Graphics/ScreenStageInformation stage 5th.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage 6th.png b/Themes/default/Graphics/ScreenStageInformation stage 6th.png
index bb0a7eddd6..66f44def11 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage 6th.png and b/Themes/default/Graphics/ScreenStageInformation stage 6th.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage endless.png b/Themes/default/Graphics/ScreenStageInformation stage endless.png
index 9d4f03d5d6..874013dacf 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage endless.png and b/Themes/default/Graphics/ScreenStageInformation stage endless.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage event.png b/Themes/default/Graphics/ScreenStageInformation stage event.png
index 73a7808132..8b7df78ab9 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage event.png and b/Themes/default/Graphics/ScreenStageInformation stage event.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage extra1.png b/Themes/default/Graphics/ScreenStageInformation stage extra1.png
index f31cacb78c..55f7b4936d 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage extra1.png and b/Themes/default/Graphics/ScreenStageInformation stage extra1.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage extra2.png b/Themes/default/Graphics/ScreenStageInformation stage extra2.png
index 01d1d6bd6b..a25c12e229 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage extra2.png and b/Themes/default/Graphics/ScreenStageInformation stage extra2.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage final.png b/Themes/default/Graphics/ScreenStageInformation stage final.png
index 62f0e1b3b7..2caa88eed2 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage final.png and b/Themes/default/Graphics/ScreenStageInformation stage final.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage nonstop.png b/Themes/default/Graphics/ScreenStageInformation stage nonstop.png
index 316efa8cdf..53f97a8004 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage nonstop.png and b/Themes/default/Graphics/ScreenStageInformation stage nonstop.png differ
diff --git a/Themes/default/Graphics/ScreenStageInformation stage oni.png b/Themes/default/Graphics/ScreenStageInformation stage oni.png
index dd897525e1..5ff9758f46 100644
Binary files a/Themes/default/Graphics/ScreenStageInformation stage oni.png and b/Themes/default/Graphics/ScreenStageInformation stage oni.png differ
diff --git a/Themes/default/Graphics/ScreenTitleMenu PreferenceFrame.png b/Themes/default/Graphics/ScreenTitleMenu PreferenceFrame.png
index 809ce7e8f7..0e04d83a89 100644
Binary files a/Themes/default/Graphics/ScreenTitleMenu PreferenceFrame.png and b/Themes/default/Graphics/ScreenTitleMenu PreferenceFrame.png differ
diff --git a/Themes/default/Graphics/ScreenTitleMenu logo/_ball.png b/Themes/default/Graphics/ScreenTitleMenu logo/_ball.png
index 2f7d1093a7..1f00664b2e 100644
Binary files a/Themes/default/Graphics/ScreenTitleMenu logo/_ball.png and b/Themes/default/Graphics/ScreenTitleMenu logo/_ball.png differ
diff --git a/Themes/default/Graphics/ScreenTitleMenu logo/_multi.png b/Themes/default/Graphics/ScreenTitleMenu logo/_multi.png
index 9603860c23..35a26da8e2 100644
Binary files a/Themes/default/Graphics/ScreenTitleMenu logo/_multi.png and b/Themes/default/Graphics/ScreenTitleMenu logo/_multi.png differ
diff --git a/Themes/default/Graphics/ScreenTitleMenu logo/_text.png b/Themes/default/Graphics/ScreenTitleMenu logo/_text.png
index 6e0aae466c..e5af33ba36 100644
Binary files a/Themes/default/Graphics/ScreenTitleMenu logo/_text.png and b/Themes/default/Graphics/ScreenTitleMenu logo/_text.png differ
diff --git a/Themes/default/Graphics/ScreenWithMenuElements footer.png b/Themes/default/Graphics/ScreenWithMenuElements footer.png
index ffecbe2f4c..55238f3fa1 100644
Binary files a/Themes/default/Graphics/ScreenWithMenuElements footer.png and b/Themes/default/Graphics/ScreenWithMenuElements footer.png differ
diff --git a/Themes/default/Graphics/ScreenWithMenuElements header/Header.png b/Themes/default/Graphics/ScreenWithMenuElements header/Header.png
index e9f24cab2a..c975a6d582 100644
Binary files a/Themes/default/Graphics/ScreenWithMenuElements header/Header.png and b/Themes/default/Graphics/ScreenWithMenuElements header/Header.png differ
diff --git a/Themes/default/Graphics/ScreenWithMenuElements header/_texture stripe (stretch).png b/Themes/default/Graphics/ScreenWithMenuElements header/_texture stripe (stretch).png
index 09bb35b779..e8d357f12f 100644
Binary files a/Themes/default/Graphics/ScreenWithMenuElements header/_texture stripe (stretch).png and b/Themes/default/Graphics/ScreenWithMenuElements header/_texture stripe (stretch).png differ
diff --git a/Themes/default/Graphics/ScreenWithMenuElements header/old _texture stripe.png b/Themes/default/Graphics/ScreenWithMenuElements header/old _texture stripe.png
index 2608aefe5a..0163348817 100644
Binary files a/Themes/default/Graphics/ScreenWithMenuElements header/old _texture stripe.png and b/Themes/default/Graphics/ScreenWithMenuElements header/old _texture stripe.png differ
diff --git a/Themes/default/Graphics/SongMeterDisplay frame p1.png b/Themes/default/Graphics/SongMeterDisplay frame p1.png
index 1660b3903f..e38abbd715 100644
Binary files a/Themes/default/Graphics/SongMeterDisplay frame p1.png and b/Themes/default/Graphics/SongMeterDisplay frame p1.png differ
diff --git a/Themes/default/Graphics/SongMeterDisplay stream p1.png b/Themes/default/Graphics/SongMeterDisplay stream p1.png
index 01c672e23d..7bdbf44e7a 100644
Binary files a/Themes/default/Graphics/SongMeterDisplay stream p1.png and b/Themes/default/Graphics/SongMeterDisplay stream p1.png differ
diff --git a/Themes/default/Graphics/SongMeterDisplay tip p1.png b/Themes/default/Graphics/SongMeterDisplay tip p1.png
index a79426846d..5c9c83efcb 100644
Binary files a/Themes/default/Graphics/SongMeterDisplay tip p1.png and b/Themes/default/Graphics/SongMeterDisplay tip p1.png differ
diff --git a/Themes/default/Graphics/StepsDisplay frame.png b/Themes/default/Graphics/StepsDisplay frame.png
index dab2f1eb2b..e23414b6ae 100644
Binary files a/Themes/default/Graphics/StepsDisplay frame.png and b/Themes/default/Graphics/StepsDisplay frame.png differ
diff --git a/Themes/default/Graphics/StepsDisplayGameplay frame.png b/Themes/default/Graphics/StepsDisplayGameplay frame.png
index ed4790bd70..f171ab5d10 100644
Binary files a/Themes/default/Graphics/StepsDisplayGameplay frame.png and b/Themes/default/Graphics/StepsDisplayGameplay frame.png differ
diff --git a/Themes/default/Graphics/StepsDisplayListRow autogen.png b/Themes/default/Graphics/StepsDisplayListRow autogen.png
index a24ad06ffd..cb2073ec7e 100644
Binary files a/Themes/default/Graphics/StepsDisplayListRow autogen.png and b/Themes/default/Graphics/StepsDisplayListRow autogen.png differ
diff --git a/Themes/default/Graphics/StepsDisplayListRow frame.png b/Themes/default/Graphics/StepsDisplayListRow frame.png
index 3f4eb2f700..3a02abfd2d 100644
Binary files a/Themes/default/Graphics/StepsDisplayListRow frame.png and b/Themes/default/Graphics/StepsDisplayListRow frame.png differ
diff --git a/Themes/default/Graphics/StreamDisplay hot.png b/Themes/default/Graphics/StreamDisplay hot.png
index 1ad5463687..447c2342dc 100644
Binary files a/Themes/default/Graphics/StreamDisplay hot.png and b/Themes/default/Graphics/StreamDisplay hot.png differ
diff --git a/Themes/default/Graphics/StreamDisplay normal.png b/Themes/default/Graphics/StreamDisplay normal.png
index d82b937d37..a697856e3f 100644
Binary files a/Themes/default/Graphics/StreamDisplay normal.png and b/Themes/default/Graphics/StreamDisplay normal.png differ
diff --git a/Themes/default/Graphics/TestStep.png b/Themes/default/Graphics/TestStep.png
index f6e09e8a91..88a1e3a372 100644
Binary files a/Themes/default/Graphics/TestStep.png and b/Themes/default/Graphics/TestStep.png differ
diff --git a/Themes/default/Graphics/WheelNotifyIcon icons 4x2 (doubleres).png b/Themes/default/Graphics/WheelNotifyIcon icons 4x2 (doubleres).png
index 928fd8f0aa..d743c7abb6 100644
Binary files a/Themes/default/Graphics/WheelNotifyIcon icons 4x2 (doubleres).png and b/Themes/default/Graphics/WheelNotifyIcon icons 4x2 (doubleres).png differ
diff --git a/Themes/default/Graphics/_CombinedLifeMeterTug separator.png b/Themes/default/Graphics/_CombinedLifeMeterTug separator.png
index 9b90f459be..4c62fd6b1e 100644
Binary files a/Themes/default/Graphics/_CombinedLifeMeterTug separator.png and b/Themes/default/Graphics/_CombinedLifeMeterTug separator.png differ
diff --git a/Themes/default/Graphics/_JudgmentLineLabel/_frame.png b/Themes/default/Graphics/_JudgmentLineLabel/_frame.png
index 375c413bff..65cca663cc 100644
Binary files a/Themes/default/Graphics/_JudgmentLineLabel/_frame.png and b/Themes/default/Graphics/_JudgmentLineLabel/_frame.png differ
diff --git a/Themes/default/Graphics/_MusicWheelItem Roulette NormalPart.png b/Themes/default/Graphics/_MusicWheelItem Roulette NormalPart.png
index af9f62c790..99f25c6d5f 100644
Binary files a/Themes/default/Graphics/_MusicWheelItem Roulette NormalPart.png and b/Themes/default/Graphics/_MusicWheelItem Roulette NormalPart.png differ
diff --git a/Themes/default/Graphics/_SelectIcon 10Keys.png b/Themes/default/Graphics/_SelectIcon 10Keys.png
index 327d5bc08f..908caa184b 100644
Binary files a/Themes/default/Graphics/_SelectIcon 10Keys.png and b/Themes/default/Graphics/_SelectIcon 10Keys.png differ
diff --git a/Themes/default/Graphics/_SelectIcon 14Keys.png b/Themes/default/Graphics/_SelectIcon 14Keys.png
index 1348ccbd7a..e0612bc785 100644
Binary files a/Themes/default/Graphics/_SelectIcon 14Keys.png and b/Themes/default/Graphics/_SelectIcon 14Keys.png differ
diff --git a/Themes/default/Graphics/_SelectIcon 5Keys.png b/Themes/default/Graphics/_SelectIcon 5Keys.png
index 5619651c75..62ed62ecd9 100644
Binary files a/Themes/default/Graphics/_SelectIcon 5Keys.png and b/Themes/default/Graphics/_SelectIcon 5Keys.png differ
diff --git a/Themes/default/Graphics/_SelectIcon 7Keys.png b/Themes/default/Graphics/_SelectIcon 7Keys.png
index b32c8fa200..b4a56715d9 100644
Binary files a/Themes/default/Graphics/_SelectIcon 7Keys.png and b/Themes/default/Graphics/_SelectIcon 7Keys.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Couple.png b/Themes/default/Graphics/_SelectIcon Couple.png
index f160b95541..1a26b05b14 100644
Binary files a/Themes/default/Graphics/_SelectIcon Couple.png and b/Themes/default/Graphics/_SelectIcon Couple.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Double.png b/Themes/default/Graphics/_SelectIcon Double.png
index 9b4b3f2ad1..672b154c7f 100644
Binary files a/Themes/default/Graphics/_SelectIcon Double.png and b/Themes/default/Graphics/_SelectIcon Double.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Easy.png b/Themes/default/Graphics/_SelectIcon Easy.png
index 58a2ea4a10..4de4868446 100644
Binary files a/Themes/default/Graphics/_SelectIcon Easy.png and b/Themes/default/Graphics/_SelectIcon Easy.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Endless.png b/Themes/default/Graphics/_SelectIcon Endless.png
index b2da97399e..247916809a 100644
Binary files a/Themes/default/Graphics/_SelectIcon Endless.png and b/Themes/default/Graphics/_SelectIcon Endless.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Extended.png b/Themes/default/Graphics/_SelectIcon Extended.png
index 9bd1b23343..0f8286d964 100644
Binary files a/Themes/default/Graphics/_SelectIcon Extended.png and b/Themes/default/Graphics/_SelectIcon Extended.png differ
diff --git a/Themes/default/Graphics/_SelectIcon HalfDouble.png b/Themes/default/Graphics/_SelectIcon HalfDouble.png
index d7d8711556..2d492f17ab 100644
Binary files a/Themes/default/Graphics/_SelectIcon HalfDouble.png and b/Themes/default/Graphics/_SelectIcon HalfDouble.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Hard.png b/Themes/default/Graphics/_SelectIcon Hard.png
index dafc049aa6..be801b19a5 100644
Binary files a/Themes/default/Graphics/_SelectIcon Hard.png and b/Themes/default/Graphics/_SelectIcon Hard.png differ
diff --git a/Themes/default/Graphics/_SelectIcon KB7.png b/Themes/default/Graphics/_SelectIcon KB7.png
index 426ffee7fb..52f062eb2d 100644
Binary files a/Themes/default/Graphics/_SelectIcon KB7.png and b/Themes/default/Graphics/_SelectIcon KB7.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Normal.png b/Themes/default/Graphics/_SelectIcon Normal.png
index 6f7734b492..71abe8c722 100644
Binary files a/Themes/default/Graphics/_SelectIcon Normal.png and b/Themes/default/Graphics/_SelectIcon Normal.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Oni.png b/Themes/default/Graphics/_SelectIcon Oni.png
index 17b10f3c22..e33534fe57 100644
Binary files a/Themes/default/Graphics/_SelectIcon Oni.png and b/Themes/default/Graphics/_SelectIcon Oni.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Rave.png b/Themes/default/Graphics/_SelectIcon Rave.png
index 8e00418335..5d5502cc5f 100644
Binary files a/Themes/default/Graphics/_SelectIcon Rave.png and b/Themes/default/Graphics/_SelectIcon Rave.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Single.png b/Themes/default/Graphics/_SelectIcon Single.png
index c217b2946b..bbc8389d41 100644
Binary files a/Themes/default/Graphics/_SelectIcon Single.png and b/Themes/default/Graphics/_SelectIcon Single.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Solo.png b/Themes/default/Graphics/_SelectIcon Solo.png
index 665f02d06f..0b121a7a8c 100644
Binary files a/Themes/default/Graphics/_SelectIcon Solo.png and b/Themes/default/Graphics/_SelectIcon Solo.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Survival.png b/Themes/default/Graphics/_SelectIcon Survival.png
index f4d412da49..57ecae3a11 100644
Binary files a/Themes/default/Graphics/_SelectIcon Survival.png and b/Themes/default/Graphics/_SelectIcon Survival.png differ
diff --git a/Themes/default/Graphics/_SelectIcon Versus.png b/Themes/default/Graphics/_SelectIcon Versus.png
index d3bb611301..70ffab03f1 100644
Binary files a/Themes/default/Graphics/_SelectIcon Versus.png and b/Themes/default/Graphics/_SelectIcon Versus.png differ
diff --git a/Themes/default/Graphics/_SelectIcon.png b/Themes/default/Graphics/_SelectIcon.png
index 9973f7d67d..93332e9756 100644
Binary files a/Themes/default/Graphics/_SelectIcon.png and b/Themes/default/Graphics/_SelectIcon.png differ
diff --git a/Themes/default/Graphics/_StepsDisplayListRow Cursor.png b/Themes/default/Graphics/_StepsDisplayListRow Cursor.png
index f3e4c2033d..3cf3b78a37 100644
Binary files a/Themes/default/Graphics/_StepsDisplayListRow Cursor.png and b/Themes/default/Graphics/_StepsDisplayListRow Cursor.png differ
diff --git a/Themes/default/Graphics/_StepsDisplayListRow arrow.png b/Themes/default/Graphics/_StepsDisplayListRow arrow.png
index c384be08a5..4ccae23710 100644
Binary files a/Themes/default/Graphics/_StepsDisplayListRow arrow.png and b/Themes/default/Graphics/_StepsDisplayListRow arrow.png differ
diff --git a/Themes/default/Graphics/_StepsType Icon dance-single.png b/Themes/default/Graphics/_StepsType Icon dance-single.png
index 254526a3ae..3eee7ea478 100644
Binary files a/Themes/default/Graphics/_StepsType Icon dance-single.png and b/Themes/default/Graphics/_StepsType Icon dance-single.png differ
diff --git a/Themes/default/Graphics/_StepsType/Dance_Double.png b/Themes/default/Graphics/_StepsType/Dance_Double.png
index 826d78d195..06440ad36d 100644
Binary files a/Themes/default/Graphics/_StepsType/Dance_Double.png and b/Themes/default/Graphics/_StepsType/Dance_Double.png differ
diff --git a/Themes/default/Graphics/_StepsType/Dance_Single.png b/Themes/default/Graphics/_StepsType/Dance_Single.png
index c548376c7b..59cd7e5c4e 100644
Binary files a/Themes/default/Graphics/_StepsType/Dance_Single.png and b/Themes/default/Graphics/_StepsType/Dance_Single.png differ
diff --git a/Themes/default/Graphics/_StepsType/Dance_Solo.png b/Themes/default/Graphics/_StepsType/Dance_Solo.png
index 1aa776e3ac..17027fabc8 100644
Binary files a/Themes/default/Graphics/_StepsType/Dance_Solo.png and b/Themes/default/Graphics/_StepsType/Dance_Solo.png differ
diff --git a/Themes/default/Graphics/_StepsType/Pump_Double.png b/Themes/default/Graphics/_StepsType/Pump_Double.png
index 3239eeea25..4d60abdb89 100644
Binary files a/Themes/default/Graphics/_StepsType/Pump_Double.png and b/Themes/default/Graphics/_StepsType/Pump_Double.png differ
diff --git a/Themes/default/Graphics/_StepsType/Pump_HalfDouble.png b/Themes/default/Graphics/_StepsType/Pump_HalfDouble.png
index d6facf7182..1adc5e5ade 100644
Binary files a/Themes/default/Graphics/_StepsType/Pump_HalfDouble.png and b/Themes/default/Graphics/_StepsType/Pump_HalfDouble.png differ
diff --git a/Themes/default/Graphics/_StepsType/Pump_Single.png b/Themes/default/Graphics/_StepsType/Pump_Single.png
index 22e21b5127..f51a97cced 100644
Binary files a/Themes/default/Graphics/_StepsType/Pump_Single.png and b/Themes/default/Graphics/_StepsType/Pump_Single.png differ
diff --git a/Themes/default/Graphics/_StepsType/Techno_Double4.png b/Themes/default/Graphics/_StepsType/Techno_Double4.png
index 5b9490855e..02cf899f8f 100644
Binary files a/Themes/default/Graphics/_StepsType/Techno_Double4.png and b/Themes/default/Graphics/_StepsType/Techno_Double4.png differ
diff --git a/Themes/default/Graphics/_StepsType/Techno_Double5.png b/Themes/default/Graphics/_StepsType/Techno_Double5.png
index 7bbd8fc62c..55ecd8434c 100644
Binary files a/Themes/default/Graphics/_StepsType/Techno_Double5.png and b/Themes/default/Graphics/_StepsType/Techno_Double5.png differ
diff --git a/Themes/default/Graphics/_StepsType/Techno_Single4.png b/Themes/default/Graphics/_StepsType/Techno_Single4.png
index 692a4025bf..d163bb1c88 100644
Binary files a/Themes/default/Graphics/_StepsType/Techno_Single4.png and b/Themes/default/Graphics/_StepsType/Techno_Single4.png differ
diff --git a/Themes/default/Graphics/_StepsType/Techno_Single5.png b/Themes/default/Graphics/_StepsType/Techno_Single5.png
index 3ed007df17..bbf7f65280 100644
Binary files a/Themes/default/Graphics/_StepsType/Techno_Single5.png and b/Themes/default/Graphics/_StepsType/Techno_Single5.png differ
diff --git a/Themes/default/Graphics/_StepsType/Techno_Single8.png b/Themes/default/Graphics/_StepsType/Techno_Single8.png
index 39a2790fe4..5136b6853d 100644
Binary files a/Themes/default/Graphics/_StepsType/Techno_Single8.png and b/Themes/default/Graphics/_StepsType/Techno_Single8.png differ
diff --git a/Themes/default/Graphics/_combined life frame.png b/Themes/default/Graphics/_combined life frame.png
index 87f85c202d..8133b5870a 100644
Binary files a/Themes/default/Graphics/_combined life frame.png and b/Themes/default/Graphics/_combined life frame.png differ
diff --git a/Themes/default/Graphics/_howto find.png b/Themes/default/Graphics/_howto find.png
index aca7b6519b..dffd809dfe 100644
Binary files a/Themes/default/Graphics/_howto find.png and b/Themes/default/Graphics/_howto find.png differ
diff --git a/Themes/default/Graphics/_howto install.png b/Themes/default/Graphics/_howto install.png
index eb756edf01..a91509a5cf 100644
Binary files a/Themes/default/Graphics/_howto install.png and b/Themes/default/Graphics/_howto install.png differ
diff --git a/Themes/default/Graphics/_icon Health.png b/Themes/default/Graphics/_icon Health.png
index 772b27a787..42ccca3f10 100644
Binary files a/Themes/default/Graphics/_icon Health.png and b/Themes/default/Graphics/_icon Health.png differ
diff --git a/Themes/default/Graphics/_icon Sort.png b/Themes/default/Graphics/_icon Sort.png
index 49376d9c12..a8859abe4b 100644
Binary files a/Themes/default/Graphics/_icon Sort.png and b/Themes/default/Graphics/_icon Sort.png differ
diff --git a/Themes/default/Graphics/_icon Timing.png b/Themes/default/Graphics/_icon Timing.png
index fbae098de2..75f529c184 100644
Binary files a/Themes/default/Graphics/_icon Timing.png and b/Themes/default/Graphics/_icon Timing.png differ
diff --git a/Themes/default/Other/_blank.png b/Themes/default/Other/_blank.png
index af1d438da2..b193cde188 100644
Binary files a/Themes/default/Other/_blank.png and b/Themes/default/Other/_blank.png differ
diff --git a/Themes/default/Other/_missing.png b/Themes/default/Other/_missing.png
index af1d438da2..b193cde188 100644
Binary files a/Themes/default/Other/_missing.png and b/Themes/default/Other/_missing.png differ
diff --git a/_assets/fonts/_korean 24px [jamo 4-stroke] 8x8.psd b/_assets/fonts/_korean 24px [jamo 4-stroke] 8x8.psd
new file mode 100644
index 0000000000..e933717c10
Binary files /dev/null and b/_assets/fonts/_korean 24px [jamo 4-stroke] 8x8.psd differ
diff --git a/_assets/fonts/_korean 24px [jamo 4] 8x8.psd b/_assets/fonts/_korean 24px [jamo 4] 8x8.psd
new file mode 100644
index 0000000000..d13ee0dedb
Binary files /dev/null and b/_assets/fonts/_korean 24px [jamo 4] 8x8.psd differ
diff --git a/src/ScreenEdit.cpp b/src/ScreenEdit.cpp
index 35f8702dc4..8f69bc28d2 100644
--- a/src/ScreenEdit.cpp
+++ b/src/ScreenEdit.cpp
@@ -550,7 +550,7 @@ static MenuDef g_SongInformation(
MenuRowDef( ScreenEdit::last_beat_hint, "Last beat hint", true, EditMode_Full, true, true, 0, NULL ),
MenuRowDef( ScreenEdit::display_bpm, "Display BPM", true, EditMode_Full, true, true, 0, "Actual", "Specified", "Random" ),
MenuRowDef( ScreenEdit::min_bpm, "Min BPM", true, EditMode_Full, true, true, 0, NULL ),
- MenuRowDef( ScreenEdit::min_bpm, "Max BPM", true, EditMode_Full, true, true, 0, NULL )
+ MenuRowDef( ScreenEdit::max_bpm, "Max BPM", true, EditMode_Full, true, true, 0, NULL )
);
static MenuDef g_TimingDataInformation(