···2828import plinth/javascript/global
29293030pub fn get_color_scheme(_model_) -> attribute.Attribute(Msg) {
3131- // Will get overwritten by model later
3131+ // Will get overruled by model later
3232 // For now, just return system default
3333- case dom.get_color_scheme() {
3434- "dark" -> attribute.attribute("data-theme", "lumina-dark")
3535- _ -> attribute.attribute("data-theme", "lumina-light")
3636- }
3333+ attribute.none()
3434+ // case dom.get_color_scheme() {
3535+ // "dark" -> attribute.attribute("data-theme", "lumina-dark")
3636+ // _ -> attribute.attribute("data-theme", "lumina-light")
3737+ // }
3738}
38393940/// Under which key the model is stored in local storage.