themes.json 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "Plex Theme": {
  3. "author": "Grant Burry",
  4. "category": "Community",
  5. "description": "A theme for Organizr that emulates the style of Plex",
  6. "icon": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/icon.png",
  7. "contact": null,
  8. "website": "https://burry.dev/Organizr-Plex-Theme",
  9. "version": "3.0.0",
  10. "release_date": "2018-07-31",
  11. "last_updated": "2019-06-15",
  12. "github_folder": "plex_theme",
  13. "license": "personal,business",
  14. "files": {
  15. "/css/themes": "Plex.css",
  16. "/plugins/theme_files/plex_theme/images": "rotten.svg|times.svg",
  17. "/plugins/theme_files/plex_theme/images/background": "blur-dark.png|blur-dark-login.png|blur-light.png|noise.png",
  18. "/plugins/theme_files/plex_theme/images/cache": "no-request.svg|not-found.svg",
  19. "/plugins/theme_files/plex_theme/images/groups": "admin.svg|coadmin.svg|guest.svg|poweruser.svg|superuser.svg|user.svg",
  20. "/plugins/theme_files/plex_theme/images/tabs": "ombi.svg"
  21. },
  22. "images": {
  23. "Login": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/1.png",
  24. "Splash": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/2.png",
  25. "Homepage": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/3.png",
  26. "Search": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/4.png"
  27. },
  28. "css": {},
  29. "javascript": {}
  30. },
  31. "Hotline Theme": {
  32. "author": "GilbN",
  33. "category": "Community",
  34. "description": "A red and blue colored theme for Organizr ",
  35. "icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/theme-park-organizr-hotline-logo.png",
  36. "contact": null,
  37. "website": "https://github.com/gilbN/theme.park",
  38. "version": "1.0.1",
  39. "release_date": "2019-06-16",
  40. "last_updated": "2019-06-20",
  41. "github_folder": "Hotline_theme",
  42. "license": "personal,business",
  43. "files": {
  44. "/css/themes": "Hotline.css"
  45. },
  46. "images": {
  47. "Login": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_login.png",
  48. "Splash": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_splash.png",
  49. "Homepage": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_homepage.jpg",
  50. "Search": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_search.jpg"
  51. },
  52. "css": {},
  53. "javascript": {}
  54. },
  55. "Aquamarine Theme": {
  56. "author": "GilbN",
  57. "category": "Community",
  58. "description": "An aquamarine colored theme for Organizr ",
  59. "icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/aquamarine/theme-park-organizr-aquamarine-logo.png",
  60. "contact": null,
  61. "website": "https://github.com/gilbN/theme.park",
  62. "version": "1.0.1",
  63. "release_date": "2019-06-16",
  64. "last_updated": "2019-06-20",
  65. "github_folder": "Aquamarine_theme",
  66. "license": "personal,business",
  67. "files": {
  68. "/css/themes": "Aquamarine.css"
  69. },
  70. "images": {
  71. "Login": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/aquamarine/aquamarine_login.png",
  72. "Splash": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/aquamarine/aquamarine_splash.png",
  73. "Homepage": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/aquamarine/aquamarine_homepage.jpg",
  74. "Search": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/aquamarine/aquamarine_search.png"
  75. },
  76. "css": {},
  77. "javascript": {}
  78. }
  79. }