Programming environment for editing various of my live apps without restarting them.
definition_background_color = function(name)
	if name and starts_with(name, 'test_') then
		return Test_definition_background_color
	else
		return Definition_background_color
	end
end