True when the current theme is dark — the default; light mode sets data-theme="light" on documentElement (see main.tsx's pre-mount bootstrap, which resolves the initial value from localStorage/OS preference before this module is ever consulted).
data-theme="light"
documentElement
True when the current theme is dark — the default; light mode sets
data-theme="light"ondocumentElement(see main.tsx's pre-mount bootstrap, which resolves the initial value from localStorage/OS preference before this module is ever consulted).