sveltejs / svelte-devtools

A browser extension to inspect Svelte application by extending your browser devtools capabilities
https://chromewebstore.google.com/detail/svelte-devtools/kfidecgcdjjfpeckbblhmfkhmlgecoff
MIT License
1.49k stars 79 forks source link

Use red logo instead of black #5

Closed mariojankovic closed 5 years ago

mariojankovic commented 5 years ago

Hey there, awesome work with the dev tools. Been using it on sapper for a while.

Any chance you could switch the black logo for the (official) red one? Or the green one from sapper for all I care. I can even do a MR and help change the colors if that helps?

i4XALF8

Cheers.

RedHatter commented 5 years ago

The Svelte icon should match the rest of the devtool tabs icons. The issue here is that dark mode is not currently supported. See https://discourse.mozilla.org/t/devtools-panel-dark-mode/45341

I'm considering adding a dark mode toggle to svelte-devtools itself. It wouldn't automatically match the devtools settings but that's not that big of a deal.

mariojankovic commented 5 years ago

I see. The workaround sounds good though. I guess it applies a dark theme altogether? Even with syntax.

RedHatter commented 5 years ago

Any feedback on the dark mode colors welcome.