DevTools on Chrome does not change theme colors based on URL params
Abierto
cost: low
cross-screen
P2
- Lenguaje dominante
- Dart
- Estrellas
- 1.7k
- Forks
- 404
- Merge medio
- 6 d 17 h
- PR fusionados (30 d)
- 18
Descripción
For example, this URL causes DevTools to continue using dark mode (though it does respect the font size param):
```
http://127.0.0.1:58623/home?theme=light&backgroundColor=FF5733&fontSize=24
```
This URL with `embedMode=one` causes DevTools to switch to light mode:
```
http://127.0.0.1:58623/home?theme=light&backgroundColor=FF5733&fontSize=24&embedMode=one
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.