Inspired by https://github.com/facebook/react-devtools/issues/705, currently https://github.com/zalmoxisus/remotedev-app/pull/30 ([email protected] beta) have done the theme setting so we can change it, it might release as v3.0, I think it would be better if we could add the similar themes:
We can use chrome.devtools.panels.themeName to change it for the devpanel part.
I terms of devui those are just color schemes, which can be easily added here. A theme includes font (as suggested in https://github.com/zalmoxisus/redux-devtools-extension/issues/96#issuecomment-239118065) and appearance of every element. I tried to make the default theme similar to Chrome DevTools. Also added a material theme to let users have a similar UI to what we have now. A Firebug and Firefox DevTools theme would be also great to have.
So how can I change theme to something light? There is no setting anywhere in the interface. This is the only dark thing in a workflow, introduces painful for eyes switches.
Is it possible to change to a light theme for chrome?
Most helpful comment
So how can I change theme to something light? There is no setting anywhere in the interface. This is the only dark thing in a workflow, introduces painful for eyes switches.