The problem
All theme have hardcoded background and color and don't reuse existing color context they are integrated in (sometimes the host background is dark-grey-ish)
The solution
Offer a single theme file that can both be used in both dark and light context. with unopinionated theming (no border / background / shadow).
Solutions considered
- none of the existing theme offer such abstractions
- current workaround is to use @media query to select either a dark or light CSS theme (twice more theme to pack)
The problem
All theme have hardcoded background and color and don't reuse existing color context they are integrated in (sometimes the host background is
dark-grey-ish)The solution
Offer a single theme file that can both be used in both dark and light context. with unopinionated theming (no border / background / shadow).
Solutions considered