github / forgoodfirstissue

Find your first issue for good to contribute to
https://forgoodfirstissue.dev/
MIT License
52 stars 17 forks source link

Dark Mode Support #157

Open soshal opened 1 month ago

soshal commented 1 month ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

soshal commented 1 month ago

Description: Is your feature request related to a problem? Please describe. Many users prefer using dark mode interfaces for better readability, reduced eye strain, and improved battery life, especially during low-light conditions. However, our app currently lacks support for dark mode, which can lead to discomfort for users who prefer this option.

Describe the solution you'd like Implement support for dark mode within the app interface. This would involve creating a dark color scheme for the UI elements, text, and backgrounds, allowing users to switch between light and dark modes based on their preference.

Describe alternatives you've considered One alternative is to rely on system-level dark mode settings, where the app automatically switches to dark mode when the system setting is enabled. However, providing an in-app toggle for dark mode gives users more control over their experience and allows them to customize it according to their preferences.

Additional context Dark mode has become a standard feature in many applications and platforms, providing users with a more comfortable and visually appealing experience. Implementing dark mode support in our app would enhance usability and accessibility, catering to the preferences of a wider range of users. Additionally, it aligns with current design trends and user expectations for modern applications.