Theme and colors
Meowshapes includes a small set of theme helpers to keep your scenes readable across light and
dark looks. Use semantic colors via COLOR, switch themes with setTheme(), and control the canvas with background().
Semantic colors
Use COLOR to access foreground, background, and accent
colors that react to the active theme.
Theme switching
Use setTheme() to switch between predefined theme
palettes in the renderer.
Background color
Use background() to set the renderer's background
color.