Merge a major revamp of Lambda
Besides a few other minor retouches and additions, the biggest change is that the theme now has a fixed color scheme of yellow, orange, and dark magenta, and that many of the glossy graphics have been replaced by flatter versions with subtle shadows.
This commit is contained in:
@@ -11,8 +11,8 @@ t[#t+1] = Def.ActorFrame {
|
||||
LoseFocusCommand=THEME:GetMetric(Var "LoadingScreen","IconLoseFocusCommand");
|
||||
|
||||
LoadActor(THEME:GetPathG("ScreenSelectPlayMode", "icon/_background base"))..{
|
||||
GainFocusCommand=cmd(diffuse,color("#57213B");diffusetopedge,color("#80385B"););
|
||||
LoseFocusCommand=cmd(diffuse,color("#57213B"));
|
||||
GainFocusCommand=cmd(diffuse,color("#981F41"););
|
||||
LoseFocusCommand=cmd(diffuse,color("#740A27"););
|
||||
};
|
||||
LoadFont("_overpass 36px")..{
|
||||
Text=string.upper(string_name);
|
||||
|
||||
Reference in New Issue
Block a user