Choose Theme

Switch between the four available themes. Dark mode toggle stays in the navbar.

How to use
<html data-theme="dark">  <!-- light | dark | neo | pixel -->

Runtime: ArekUI.setTheme("neo") · choice is saved to localStorage · no JS set? Falls back to system preference.

Toggle buttons
<button data-ar-neo-toggle>Neo</button>
<button data-ar-pixel-toggle>Pixel</button>

Each toggle flips between its theme and light. Checkbox variants sync via checked; button variants update text/aria automatically.