2 lines
305 B
JavaScript
2 lines
305 B
JavaScript
const e="agents_ui_theme",o=t=>t==="classic"||t==="light"||t==="dark",n=()=>{if(typeof window>"u")return"classic";const t=window.localStorage.getItem(e);return o(t)?t:"classic"},c=t=>{document.documentElement.setAttribute("data-theme",t),document.body.setAttribute("data-theme",t)};export{c as a,n as l};
|