67099e520c
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.
6 lines
153 B
Lua
6 lines
153 B
Lua
local transition_params = {
|
|
color = color("#000000"),
|
|
transition_type = "out"
|
|
}
|
|
|
|
return LoadActor(THEME:GetPathB("", "_transition"), transition_params) |