Various theme changes from midiman

This commit is contained in:
AJ Kelly
2010-06-18 18:42:27 -05:00
parent 2473414dcb
commit ee5997e999
6 changed files with 35 additions and 9 deletions
+3 -1
View File
@@ -159,7 +159,6 @@ Color = {
return { c[1],c[2],c[3],fAlpha };
end
}
-- Remapped Color Module, since some themes are crazy
Colors = Color
@@ -191,6 +190,9 @@ local DifficultyColors = {
Difficulty_Couple = color("#ed0972"), -- hot pink
Difficulty_Routine = color("#ff9a00") -- orange
}
DifficultyColors["Crazy"] = DifficultyColors["Hard"];
-- DifficultyColors["Freestyle"] = Color["Purple"];
DifficultyColors["Nightmare"] = DifficultyColors["Challenge"];
local StageColors = {
Stage_1st = color("#00ffc7"),