Add Dark Mode for Better User Experience #6
Mucyo-chris
started this conversation in
Ideas
Replies: 2 comments 1 reply
|
faaah |
1 reply
|
faaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaahhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh
…On Sat, Mar 14, 2026 at 4:37 PM Christian MUCYO ***@***.***> wrote:
FAAAAAAAAAH
—
Reply to this email directly, view it on GitHub
<#6 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BNCTP5LOCXNI7EBJKVA2GGL4QVVD3AVCNFSM6AAAAACWR36TESVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTMMJTGA4DQNI>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem:
Currently, the app only supports the light theme. While it's a clean and minimal design, it can be straining on the eyes when used for long periods, especially in low-light environments. Many users, including myself, prefer a Dark Mode option to reduce eye strain and improve usability.
Proposal:
I suggest adding a Dark Mode feature to the app. This could be an optional theme that users can toggle on and off based on their preference. Here’s what I envision:
A button in the settings or a toggle in the header that allows switching between Light and Dark modes.
The app's color scheme would shift to darker tones, such as dark backgrounds with light text.
It would also apply to all the main sections of the app, including the task lists, dashboard, and settings.
Benefits:
Reduced Eye Strain: Users who work long hours would find it easier on their eyes, especially in dimly lit environments.
User Customization: Users could choose between a light or dark theme depending on their preference.
Increased Accessibility: It provides an option for those who have difficulty reading bright screens, improving overall accessibility.
Possible Considerations:
We could use CSS variables to switch between themes dynamically, which would make the implementation cleaner and more maintainable.
A feature to remember user preferences (light or dark) across sessions would be useful.
Example:
Here’s a rough mockup of how the dark mode could look:
(Insert image or link to a design prototype)
All reactions