Problem
TaskForge currently has only a light theme. Many users (especially night owls) have asked for a dark mode.
Proposed solution
- Detect the user's
prefers-color-scheme and apply a dark palette by default when the system is set to dark.
- Add a toggle in the header so users can override the system preference.
- Persist the choice in
localStorage under taskforge.theme.
- Use CSS custom properties; do not introduce a CSS framework.
Acceptance criteria
A bounty has been opened for this issue on CodeBounty.
Problem
TaskForge currently has only a light theme. Many users (especially night owls) have asked for a dark mode.
Proposed solution
prefers-color-schemeand apply a dark palette by default when the system is set to dark.localStorageundertaskforge.theme.Acceptance criteria
A bounty has been opened for this issue on CodeBounty.