DevTools on Chrome does not change theme colors based on URL params
Open
cost: low
cross-screen
P2
- Dominant language
- Dart
- Stars
- 1.7k
- Forks
- 404
- Avg merge
- 6d 17h
- Merged PRs (30d)
- 18
Description
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
```
Contributor guide
Assessment
This issue has not been assessed yet.