The current page hard-codes a dark zinc theme. Users have asked for the ability to switch between light and dark, with the choice persisted across reloads.
Requirements:
- A toggle button (sun/moon icon) in the top-right corner
- Persist preference in localStorage under the key
focus-timer-theme
- Default to system preference (
prefers-color-scheme) when no preference is stored
Related: continuity with the LM Studio + Cline tutorial demo (https://youtu.be/W1gLEoCqMbg).
The current page hard-codes a dark zinc theme. Users have asked for the ability to switch between light and dark, with the choice persisted across reloads.
Requirements:
focus-timer-themeprefers-color-scheme) when no preference is storedRelated: continuity with the LM Studio + Cline tutorial demo (https://youtu.be/W1gLEoCqMbg).