The guide currently uses a light theme only. Since many developers browse documentation in dark mode, adding a dark theme would improve readability and provide a better user experience.
Proposed Solution
- Add a dark theme matching the current design language.
- Respect the user’s system preference via prefers-color-scheme.
- Optionally include a theme toggle (Light / Dark / System) with the selected preference persisted in local storage.
- Ensure sufficient contrast for accessibility.
- Verify that maps, images, tables, code blocks, and all UI components render correctly in both themes.
The guide currently uses a light theme only. Since many developers browse documentation in dark mode, adding a dark theme would improve readability and provide a better user experience.
Proposed Solution