Implementing Dark Theme in Web-React Docker Container from Latest GitHub Main Branch

Original Slack Thread

What is the fastest way to implement dark theme starting from latest on github main branch? <@U06TM7M40RK>

There is theme_dark.config.json already, which allows you to enable dark theme via env var:

REACT_APP_THEME_CONFIG=theme_light.config.json

<@U05F2CWUS5C> Yes, but then how does a person rebuild the web-react docker container and then update the existing .yml file that is generated as part of the quickstart setup?

It’s right there in the docs https://datahubproject.io/docs/developers/