You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a new background color option to the appearance pane of settings. This color should fill the screens background, replacing the existing black/clear appearance.
Why
Allows for more customisation theming without needing background images. The color can be combined with the other colors for fun themes.
Main page
Quick Menu
Appearance Settings
How
Un-commenting the existing setting
Replacing uses of clearing background layer with fill rect of the new background color (Color 7)
Update rendering of certain elements (clock and button hint pills) to render with this color behind to fix anti-aliasing
Reorder rendering to render BG layer behind the selection pill layer
1 On boot, the initial screen will not render any background image unless you navigate once.
2 Opening and closing quick menu will also lead to the same behavior.
3 Game switcher is just black?
4 When scrolling, I'm seeing a brief flickering that I feel wasnt there before.
1: Still happening
2: Seems fixed
3: Game switcher still sometimes stays black, and sometimes it renders - but with the screenshot overlaid over the pills and texts.
4: Still there.
I think this is mostly fine now. Some paks could be improved (LED Manager, Clock, Input, Battery) to make less assumptions about colors contrasting each other without being smart about 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
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.
What
Adds a new background color option to the appearance pane of settings. This color should fill the screens background, replacing the existing black/clear appearance.
Why
Allows for more customisation theming without needing background images. The color can be combined with the other colors for fun themes.
How