Fix broken AKMenu themes and add improvements #230
Merged
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.
This pull request fixes hosted akmenu themes that are either missing calendar files or were in the wrong bitmap format, causing them to render as static in AKMenu.
The other themes that were missing files were missing their calendar files. For some reason, ndsthemes.com breaks all AKMenu themes they hosted by removing the calendar folder and putting the clock/calendar bmp's in the general theme folder instead of the
calendar
subfolder. This causes AKMenu to not find the clock bmp's where they're supposed to be, making the themes look broken when applied.Lastly, some themes had a few quality of life improvements applied as well, such as fixing terrible color schemes that made the text blend into the background. Another fix for some themes that used a custom start button picture was making the start button invisible by adding
text =
to the start button section ofuisettings.ini
. This way the custom start button is still clickable, and the start text isn't overlaid on top.