Open
Description
Problem
Orgs currently can't white label Spoke without significant contractor interventions. It would be awesome for orgs to be able to more easily change the colors and theming on their Spoke instance.
Solution
A 'short version' of theming could be to consolidate the colors/values into content-related names (instead of colors) into:
src/styles/theme.js
-- and then maybe use an environment variable to make it directory loadable from a different name (similar to our import pattern for integrations)
That said, there are other ways it could be done. It'd be nice to make it as integration friendly as possible!