mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 112 forks source link

Support for prefers-color-scheme #214

Open dullbananas opened 4 years ago

dullbananas commented 4 years ago

This would allow elm-ui colors to adapt based on the system light/dark mode. it could be implemened with this function:

adaptiveColor : { light : Color, dark : Color } -> Color

alexkorban commented 4 years ago

feature-suggestion