vuejs / devtools

⚙️ Browser devtools extension for debugging Vue.js applications.
https://devtools.vuejs.org
MIT License
24.54k stars 4.13k forks source link

Can we have dark mode for vue-remote-devtools? #1298

Open geoidesic opened 3 years ago

geoidesic commented 3 years ago

What problem does this feature solve?

Snow-blindness. Epilepsy. Fatigue.

What does the proposed API look like?

I have no idea, probably just a CSS change.

alpha1125 commented 3 years ago

there's a usability issue as well while the browser is in dark mode image

when you edit it, it looks like this: image

when you start editing: it's white on white. image

but the actual text is: image

ygj6 commented 3 years ago

@alpha1125 This PR https://github.com/vuejs/vue-devtools/pull/1338 could solve this problem.