You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the documentation website only supports a light theme. For developers who work long hours, especially at night, a dark mode option would reduce eye strain and improve usability.
Proposed Solution:
Add a toggle button (π/βοΈ) for light/dark themes.
Save user preference in local storage.
Use CSS variables or a theme framework for easy maintenance.
Benefit:
Improves developer experience and accessibility for contributors who prefer dark mode.