local graphics
graphics = love.graphics
return {
background = {
0,
220
},
color = {
255,
250
font = graphics.newFont(14)
}