simularium / simularium-website

Front end website for the Simularium project, includes the Simularium viewer
https://simularium.allencell.org
Apache License 2.0
7 stars 3 forks source link

define colors as ts constants #603

Open interim17 opened 1 month ago

interim17 commented 1 month ago

Use Case

Advances #601

antd v5 ConfigProvider and theming will injest hex colors defined as typescript constants, not as css vars.

Whatever colors and variables we are using in ant-vars.less will need to be ported over.

Acceptance Criteria

The colors from ant-vars.less are declared and expored from a themeColors.ts file