flutter / flutter/devtools

DevTools on Chrome does not change theme colors based on URL params

Open
#8,353 0 comments 0 reactions 1 assignee Claimed by @kenzieschmoll View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.