Something I use when prototyping new ideas is to quickly get up and running using a nice color palette that is easy to manage. This plugin is one of the base plugins I use in all my new projects.
- Setup this repo as a submodule in your Corona directory:
git submodule add [email protected]:indrif/corona-colors.git colors
- In your lua code:
local Colors = require("colors.plugin")
See main.lua
in this repo for examples of how to use the plugin.