tangrams / tangram-play

Text editor web app for Tangram scenes
https://tangram.city/play/
MIT License
94 stars 27 forks source link

Add a color picker for global variables that end in _color. #765

Closed bdon closed 4 years ago

bdon commented 4 years ago

This lets you define a color once in globals: and reuse it in multiple styles, then change the color with the picker UI. Is there a better way to accomplish this? Globals that end in _color seemed like a reasonable convention

bcamper commented 4 years ago

LGTM, thanks!