Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function getTheme(n)
- local theme = { blue = { month = { 0, 255, 255, 255 } } }
- if n == "blue" then
- return theme.blue
- end
- end
- function calBox:setTheme(n)
- self.box:setFillColor( getTheme("blue").month )
- end
Advertisement
Add Comment
Please, Sign In to add comment