Select dark theme in Settings
Reload page and theme reverts to light.
Hello, your issue has been closed because it does not conform to our issue requirements. In order to ensure every issue provides the necessary information for us to investigate, we require the use of the Issue Helper when creating new issues. Thank you!
This is likely the same issue I had where settings weren't being stored in localStorage, due to me setting chrome to block 3rd party cookies, which also affects extensions.
I resolved this by adding vue-devtools to the allow list on the chrome cookies setting page (chrome://settings/content/cookies).
chrome-extension://{vue-devtools extension id}
Hopefully that helps anyone else in the same boat.
I'm not sure I'm entering this correctly. This is what I have which isn't working.

I'm not sure I'm entering this correctly. This is what I have which isn't working.
you need to use the extension id (found on extensions settings page - chrome://extensions/). {vue-devtools extension id} is just a placeholder for example.
this is what mine looks like - chrome-extension://nhdogjmejiglipccpnnnanhbledajbpd/
Thanks, that sorted it.
Most helpful comment
This is likely the same issue I had where settings weren't being stored in localStorage, due to me setting chrome to block 3rd party cookies, which also affects extensions.
I resolved this by adding vue-devtools to the allow list on the chrome cookies setting page (chrome://settings/content/cookies).
chrome-extension://{vue-devtools extension id}Hopefully that helps anyone else in the same boat.