Skip to content

Conversation

emericklaw
Copy link
Contributor

@emericklaw emericklaw commented Sep 28, 2025

Proposed Changes

  • Bugfix - the LED colour being saved in the JSON included the # this has been removed
  • New Feature - Add author and URL fields which are added to the JSON - no actual use for them yet but nice to have them in there
  • Bugfix - on Edge (and possibly other Chromium browsers) when you drag upload multiple files, then drag them to a menu item the filename gets lost and a GUID used. This then creates horrible filenames in the theme.zip. When creating the zip if a guid is detected then the menu item name is used instead. f8a48e26-af2b-4115-80af-0dddcc6a637b.gif becomes wifi.gif

Types of Changes

Bugfix/New Feature

Verification

image

Resulting JSON:

{
  "name": "Theme Name",
  "author": "Theme Author",
  "url": "Theme URL",
  "priColor": "a80f",
  "secColor": "880f",
  "bgColor": "0000",
  "ledBright": "50",
  "ledColor": "ad007b",
  "ledEffect": "0",
  "ledEffectSpeed": "5",
  "ledEffectDirection": 1
}

Testing

Linked Issues

User-Facing Change


Further Comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant