feat: default browser to dark mode

Set colorScheme: 'dark' as the default context option so websites
render in dark mode by default when supported.
This commit is contained in:
Ryan Malloy 2026-01-18 15:15:29 -07:00
parent 96641283c3
commit 74598164a1

View File

@ -68,6 +68,7 @@ const defaultConfig: FullConfig = {
},
contextOptions: {
viewport: null,
colorScheme: 'dark',
},
},
network: {