nuxt / devtools

Unleash Nuxt Developer Experience
https://devtools.nuxt.com
MIT License
2.85k stars 153 forks source link

feat: default theme #575

Open lxccc812 opened 7 months ago

lxccc812 commented 7 months ago

🆒 Your use case

You can set the default theme in devtools

🆕 The solution you'd like

devtools: {
        enabled: true,
        // Similar configuration
        // theme: dark,
    },

🔍 Alternatives you've considered

No response

ℹī¸ Additional info

No response