Skip to content

Releases: Panda-Repositories/Theme-JSON-Based

Updated New JSON Format!

15 Aug 11:43
6bc64c2
Compare
Choose a tag to compare

image

Theme.json Format ( Thanks to pepsi#0948 for Clean JSON Format )

{
   "Main": {
    "BackgroundImageUri": "https://media.discordapp.net/attachments/918347827795603487/1008298169584603166/unknown.png",
    "Name": "Exploit Name",
   },
   "Loader": {
     "BackgroundImageUri": "https://media.discordapp.net/attachments/903620122269319189/1006219292456521828/Jailbird_Thumbnail.jpg",
     "Name": "Exploit Loader",
    }
}

Sample Release

15 Aug 08:02
57dd62c
Compare
Choose a tag to compare

image

Theme.json Format

{
  "Themes": {
    "Theme_URL": "https://media.discordapp.net/attachments/918347827795603487/1008298169584603166/unknown.png?width=1193&height=671",
    "MainUI_Name": "Panda V2",
    "Loader_Name": "Panda V2",
    "IconURL": null,
    "Opacity": 74.537037037037038
  }
}