Disable Light Mode [SYNTH-112] - #1314
Merged
Merged
Conversation
AlexD717
marked this pull request as ready for review
June 16, 2026 23:24
AlexD717
requested review from
BrandonPacewic,
PepperLola,
azaleacolburn and
rutmanz
June 16, 2026 23:24
elliefre
reviewed
Jun 17, 2026
elliefre
left a comment
There was a problem hiding this comment.
Panels are on dark mode, making them easier to read
Collaborator
|
Lets discuss during standup whether we would like to maintain light mode, remove it altogether, or disable it. |
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.
Task
SYNTH-112
Symptom
Currently light mode is broken, and has a general terrible UI experience. Ex
The MainHUD panel is the same color as the initial plane, making it hard to destiguish.

Panels that are a mix of light/dark mode

Since none of us use light mode, we aren't there to find all of these bugs and issues, which can cause many to go unnoticed. A temporary solution, as approved by Julian, is to just have all users on dark mode, ensuring a consistent and clean UI experience.
Solution
Hard code the theme to always be dark mode, and remove the user facing toggle.
Verification
Before merging, ensure the following criteria are met: