ui_suite_dsfr_ft-1.0.0-rc3/js/scheme.min.js
js/scheme.min.js
let applyTheme=e=>{"system"===e?(window.matchMedia("(prefers-color-scheme: dark)").matches&&applyTheme("dark"),window.matchMedia("(prefers-color-scheme: light)").matches&&applyTheme("light")):(document.documentElement.setAttribute("data-fr-theme",e),document.documentElement.style.colorScheme=e)};(()=>{if(document.documentElement.matches(":root[data-fr-theme], :root[data-fr-scheme]")){var e=(()=>{try{return"localStorage"in window&&null!==window.localStorage}catch(e){return!1}})()?localStorage.getItem("scheme"):"",a=document.documentElement.getAttribute("data-fr-scheme");switch(!0){case""!==e:applyTheme(e);break;case""!==a:applyTheme(a)}}})();