Dark mode enhancements #7

Open
opened 2025-08-19 11:03:48 -07:00 by tyler · 2 comments
Owner

When a file is loaded and the host OS is using dark mode, it is hard to read the white text on a light blue background.

When a file is loaded and the host OS is using dark mode, it is hard to read the white text on a light blue background.
tyler added the Kind/Enhancement
Reviewed
Confirmed
1
Priority
Low
4
labels 2025-08-19 11:03:48 -07:00
Author
Owner

Should add the darkdetect package. Can then use it to change the background color to ensure legibility. Using the information provided at https://github.com/albertosottile/darkdetect#usage, it can also be a callback to change the theme on the fly if the user changes their theme while the application is opened.

Should add the darkdetect package. Can then use it to change the background color to ensure legibility. Using the information provided at [https://github.com/albertosottile/darkdetect#usage](https://github.com/albertosottile/darkdetect#usage), it can also be a callback to change the theme on the fly if the user changes their theme while the application is opened.
Author
Owner

Will be fixed in the next release.

Will be fixed in the next release.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: tyler/flares#7