littla wrote: > I'm wondering if the Material Skin is responsive to a mobile browser's > platform dark mode (I haven't been able to get it to be) or can be made > to be through some sort of customization.
No. Material defaults to a dark theme for all bar-iOS. littla wrote: > As part of this, I'm wondering if there's a way to set the default theme > a browser will start out with, and also if there's a way to specify the > theme through the URL (i.e. ?theme=dark) or something like that. There is, but its not documented. "?theme=dark" and "?theme=light" will both work. Or "?theme=mac/dark/Mojave-Dark", etc. *Material debug:* 1. Launch via http: //SERVER:9000/material/?debug=json (Use http: //SERVER:9000/material/?debug=json,cometd to also see update messages, e.g. play queue) 2. Open browser's developer tools 3. Open console tab in developer tools 4. REQ/RESP messages sent to/from LMS will be logged here. ------------------------------------------------------------------------ cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686 View this thread: http://forums.slimdevices.com/showthread.php?t=116152 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
