window.ui = { getScheme() { return document.documentElement.className || ( window.matchMedia?.('(prefers-color-scheme: dark)')?.matches ? 'dark' : 'light' ) } };
We use cookies in order to offer you the most relevant information. See our Privacy Policy.