jsdom-devtools-formatter
jsdom-devtools-formatter copied to clipboard
DevTools dark theme
The result doesn't look as nice when using the dark theme of Chrome DevTools :(
Expected result:
(Works well in the default light theme though :+1: Thank you for making this!)
Thanks for the report! I don't recall if dark theme was a thing when I implemented it the first time. Either way, I guess it's a matter of either changing the static colors defined in src/styles.js to some values that works well for both light and dark theme, or figure out how to identify and use different colors/variables per theming instead.
For anyone reading, feel free to send a PR! 🙏