evidence-dev / evidence

Business intelligence as code: build fast, interactive data visualizations in pure SQL and markdown
https://evidence.dev
MIT License
4.47k stars 215 forks source link

[Theming] Automatically convert light to dark #2817

Closed zachstence closed 2 days ago

zachstence commented 2 days ago

Description

Automatically converts hardcoded colors to dark mode

E.g.

This DataTable has hardcoded colors for the bars:

Light mode image

Dark mode (before, same colors used) image

Dark mode (after, colors converted) image

Checklist