Out of the box we use the default theme, which adapts to light/dark mode.
This is low priority, as we don't really offer more themes for now, but there could be a <r4-theme-select> input that sets your prefered theme on settings.theme (a new table?) in Supabase.
I'd hardcode the themes in the select.
How do we switch between them? <r4-app theme-supermario>? If so, and we want to avoid <r4-app theme-default>, themes would need to overwrite the default theme 🤔 Have to think about something easy for us here.
Out of the box we use the default theme, which adapts to light/dark mode.
This is low priority, as we don't really offer more themes for now, but there could be a
<r4-theme-select>
input that sets your prefered theme onsettings.theme
(a new table?) in Supabase.I'd hardcode the themes in the select.
How do we switch between them?
<r4-app theme-supermario>
? If so, and we want to avoid<r4-app theme-default>
, themes would need to overwrite the default theme 🤔 Have to think about something easy for us here.