local skin = {} skin.style = { background = false, -- color table, image, or false foreground = {0,0,0,1}, -- color table borderSize = 2, -- integer (minimum 0) borderStyle = false -- color table, image, or false } return skin