Add Prototype Dark Mode#60
Closed
825i wants to merge 5 commits into
Closed
Conversation
Owner
|
Hey this is looking pretty good! Thanks for all the PRs so far. I will get to them shortly, I've been busy on another project, but I should be able to swing back to this shortly. |
Owner
|
I think we'll probably want a drop down instead of a checkbox:
Where System follows the system's light/dark cue |
Contributor
Author
|
Good point and my pleasure. Appreciate your work. I'll try to set aside some time to refine this when I have a moment. EDIT March 10th: I don't think I will have time for a while to do this one, even if it's simple. But would appreciate if you'd please merge #59 because it's 100% ready to go. |
Wavesonics
added a commit
that referenced
this pull request
Apr 23, 2026
Builds on the work from #60 but replaces the boolean checkbox with a dropdown that offers System (follow OS), Light, and Dark. - ThemeMode enum persisted via SharedPreferences - FastTrackTheme resolves mode to dark/light; LocalDarkTheme exposed for composables that need to branch on it (gradient, phase text) - SettingsActivity recreates on mode change to apply the new theme
Owner
|
Thanks, I polished it up and merged it here: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The current theme hurt my eyes late at night so I wanted a material dark theme that still respects the original design.
screen-recording-2026-01-21-at-112259_pMlTWkMy.mp4