├── CHANGELOG.md ├── LICENSE ├── README.md ├── backup.sh ├── install.sh └── themes ├── version0.7.19 ├── Argon │ ├── Admin.png │ ├── Argon.tar.gz │ ├── User.png │ └── build.sh ├── BlackEndSpace │ ├── Admin.png │ ├── BlackEndSpace.tar.gz │ ├── User.png │ └── build.sh ├── BlueBrick │ ├── Admin.png │ ├── BlueBrick.tar.gz │ ├── User.png │ └── build.sh ├── LimeStitch │ ├── Admin.png │ ├── LimeStitch.tar.gz │ ├── User.png │ └── build.sh ├── MinecraftMadness │ ├── Admin.png │ ├── MinecraftMadness.tar.gz │ ├── User.png │ └── build.sh ├── NothingButGraphite │ ├── Admin.png │ ├── NothingButGraphite.tar.gz │ ├── User.png │ └── build.sh ├── README.md ├── RedApe │ ├── Admin.png │ ├── RedApe.tar.gz │ ├── User.png │ └── build.sh └── TangoTwist │ ├── Admin.png │ ├── TangoTwist.tar.gz │ ├── User.png │ └── build.sh └── version1.x ├── AnimatedGraphics ├── AnimatedGraphics.tar.gz └── build.sh ├── BackgroundVideo ├── BackgroundVideo.tar.gz └── build.sh ├── Dracula ├── Dracula.tar.gz └── build.sh ├── Enola ├── Enola.tar.gz └── build.sh ├── FlancoTheme ├── FlancoTheme.tar.gz └── build.sh ├── Twilight ├── Twilight.tar.gz └── build.sh └── ZingTheme ├── ZingTheme.tar.gz └── build.sh /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/README.md -------------------------------------------------------------------------------- /backup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/backup.sh -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/install.sh -------------------------------------------------------------------------------- /themes/version0.7.19/Argon/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/Argon/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/Argon/Argon.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/Argon/Argon.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/Argon/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/Argon/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/Argon/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/Argon/build.sh -------------------------------------------------------------------------------- /themes/version0.7.19/BlackEndSpace/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlackEndSpace/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/BlackEndSpace/BlackEndSpace.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlackEndSpace/BlackEndSpace.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/BlackEndSpace/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlackEndSpace/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/BlackEndSpace/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlackEndSpace/build.sh -------------------------------------------------------------------------------- /themes/version0.7.19/BlueBrick/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlueBrick/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/BlueBrick/BlueBrick.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlueBrick/BlueBrick.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/BlueBrick/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlueBrick/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/BlueBrick/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/BlueBrick/build.sh -------------------------------------------------------------------------------- /themes/version0.7.19/LimeStitch/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/LimeStitch/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/LimeStitch/LimeStitch.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/LimeStitch/LimeStitch.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/LimeStitch/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/LimeStitch/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/LimeStitch/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/LimeStitch/build.sh -------------------------------------------------------------------------------- /themes/version0.7.19/MinecraftMadness/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/MinecraftMadness/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/MinecraftMadness/MinecraftMadness.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/MinecraftMadness/MinecraftMadness.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/MinecraftMadness/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/MinecraftMadness/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/MinecraftMadness/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/MinecraftMadness/build.sh -------------------------------------------------------------------------------- /themes/version0.7.19/NothingButGraphite/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/NothingButGraphite/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/NothingButGraphite/NothingButGraphite.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/NothingButGraphite/NothingButGraphite.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/NothingButGraphite/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/NothingButGraphite/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/NothingButGraphite/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/NothingButGraphite/build.sh -------------------------------------------------------------------------------- /themes/version0.7.19/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/README.md -------------------------------------------------------------------------------- /themes/version0.7.19/RedApe/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/RedApe/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/RedApe/RedApe.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/RedApe/RedApe.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/RedApe/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/RedApe/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/RedApe/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/RedApe/build.sh -------------------------------------------------------------------------------- /themes/version0.7.19/TangoTwist/Admin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/TangoTwist/Admin.png -------------------------------------------------------------------------------- /themes/version0.7.19/TangoTwist/TangoTwist.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/TangoTwist/TangoTwist.tar.gz -------------------------------------------------------------------------------- /themes/version0.7.19/TangoTwist/User.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/TangoTwist/User.png -------------------------------------------------------------------------------- /themes/version0.7.19/TangoTwist/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version0.7.19/TangoTwist/build.sh -------------------------------------------------------------------------------- /themes/version1.x/AnimatedGraphics/AnimatedGraphics.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/AnimatedGraphics/AnimatedGraphics.tar.gz -------------------------------------------------------------------------------- /themes/version1.x/AnimatedGraphics/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/AnimatedGraphics/build.sh -------------------------------------------------------------------------------- /themes/version1.x/BackgroundVideo/BackgroundVideo.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/BackgroundVideo/BackgroundVideo.tar.gz -------------------------------------------------------------------------------- /themes/version1.x/BackgroundVideo/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/BackgroundVideo/build.sh -------------------------------------------------------------------------------- /themes/version1.x/Dracula/Dracula.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/Dracula/Dracula.tar.gz -------------------------------------------------------------------------------- /themes/version1.x/Dracula/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/Dracula/build.sh -------------------------------------------------------------------------------- /themes/version1.x/Enola/Enola.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/Enola/Enola.tar.gz -------------------------------------------------------------------------------- /themes/version1.x/Enola/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/Enola/build.sh -------------------------------------------------------------------------------- /themes/version1.x/FlancoTheme/FlancoTheme.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/FlancoTheme/FlancoTheme.tar.gz -------------------------------------------------------------------------------- /themes/version1.x/FlancoTheme/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/FlancoTheme/build.sh -------------------------------------------------------------------------------- /themes/version1.x/Twilight/Twilight.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/Twilight/Twilight.tar.gz -------------------------------------------------------------------------------- /themes/version1.x/Twilight/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/Twilight/build.sh -------------------------------------------------------------------------------- /themes/version1.x/ZingTheme/ZingTheme.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/ZingTheme/ZingTheme.tar.gz -------------------------------------------------------------------------------- /themes/version1.x/ZingTheme/build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Ferks-FK/Pterodactyl-AutoThemes/HEAD/themes/version1.x/ZingTheme/build.sh --------------------------------------------------------------------------------