Feature Description
Currently, the website appears in dark mode by default without giving users an option to switch themes. I would like to suggest adding a light/dark mode toggle so users can choose their preferred theme.
Problem It Solves
--> What problem does this feature solve?
Some users may prefer light mode for better readability and comfort. Providing both themes improves accessibility and overall user experience.
--> How would you implement it?
Implement a theme toggle button in the navbar or settings section that allows switching between dark mode and light mode. The selected theme can also be stored using localStorage so the preference remains saved.
--> Any alternative approaches?
No alternative approaches.
Difficulty Estimate
🟡 Medium
I would like to work on this issue under GSSoC'26 and submit a PR for it...
Feature Description
Currently, the website appears in dark mode by default without giving users an option to switch themes. I would like to suggest adding a light/dark mode toggle so users can choose their preferred theme.
Problem It Solves
--> What problem does this feature solve?
Some users may prefer light mode for better readability and comfort. Providing both themes improves accessibility and overall user experience.
--> How would you implement it?
Implement a theme toggle button in the navbar or settings section that allows switching between dark mode and light mode. The selected theme can also be stored using localStorage so the preference remains saved.
--> Any alternative approaches?
No alternative approaches.
Difficulty Estimate
🟡 Medium
I would like to work on this issue under GSSoC'26 and submit a PR for it...