mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: ca39c590a7
This commit is contained in:
parent
6300981301
commit
341cd5d4ea
File diff suppressed because one or more lines are too long
@ -14,7 +14,7 @@
|
||||
|
||||
--accent-color: 170, 170, 170;
|
||||
--accent-color-hover: rgba(255, 255, 255, 0.45);
|
||||
--link-color: #ddd;
|
||||
--link-color: #7a7a7a;
|
||||
--link-color-hover: #fff;
|
||||
--label-text-color: black;
|
||||
|
||||
|
30
CSS/variables/hotline-old.css
Normal file
30
CSS/variables/hotline-old.css
Normal file
@ -0,0 +1,30 @@
|
||||
:root {
|
||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
|
||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--modal-header-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--modal-footer-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
|
||||
--drop-down-menu-bg: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
|
||||
--button-color: hsla(0,0%,100%,.15);
|
||||
--button-color-hover: hsla(0,0%,100%,.30);
|
||||
--button-text: #eee;
|
||||
--button-text-hover: #FFF;
|
||||
|
||||
--accent-color: 244, 67, 54;
|
||||
--accent-color-hover: rgb(var(--accent-color),.8);
|
||||
--link-color: #fff;
|
||||
--link-color-hover: #fff;
|
||||
--label-text-color: #fff;
|
||||
|
||||
--text:#ddd;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
|
||||
/*Specials*/
|
||||
--arr-queue-color: #6b5; /* Servarr apps + Bazarr*/
|
||||
--plex-poster-unwatched: #FB3122;
|
||||
--petio-spinner: invert(32%) sepia(35%) saturate(3786%) hue-rotate(341deg) brightness(100%) contrast(92%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
|
||||
--gitea-color-primary-dark-4: 244, 67, 54;
|
||||
}
|
@ -1,21 +1,21 @@
|
||||
:root {
|
||||
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--main-bg-color: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
|
||||
|
||||
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--modal-header-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--modal-footer-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--modal-bg-color: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
|
||||
--modal-header-color: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
|
||||
--modal-footer-color: linear-gradient(0deg, rgba(247,101,184,1) 0%, rgb(21, 95, 165) 100%) center center/cover no-repeat fixed;
|
||||
|
||||
--drop-down-menu-bg: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
|
||||
--drop-down-menu-bg: linear-gradient(90deg, rgba(247,101,184,1) 0%, rgba(21, 95, 165) 100%) center center/cover no-repeat fixed;
|
||||
|
||||
--button-color: hsla(0,0%,100%,.15);
|
||||
--button-color-hover: hsla(0,0%,100%,.30);
|
||||
--button-color: #f98dc9;
|
||||
--button-color-hover: #ff4cb1;
|
||||
--button-text: #eee;
|
||||
--button-text-hover: #FFF;
|
||||
--button-text-hover: #fff;
|
||||
|
||||
--accent-color: 244, 67, 54;
|
||||
--accent-color: 249, 141, 201;
|
||||
--accent-color-hover: rgb(var(--accent-color),.8);
|
||||
--link-color: #ddd;
|
||||
--link-color-hover: #fff;
|
||||
--link-color:rgb(255, 179, 222);
|
||||
--link-color-hover: #d7fffe;
|
||||
--label-text-color: #fff;
|
||||
|
||||
--text:#ddd;
|
||||
@ -23,8 +23,8 @@
|
||||
--text-muted: #999;
|
||||
|
||||
/*Specials*/
|
||||
--arr-queue-color: #6b5; /* Servarr apps + Bazarr*/
|
||||
--plex-poster-unwatched: #FB3122;
|
||||
--petio-spinner: invert(32%) sepia(35%) saturate(3786%) hue-rotate(341deg) brightness(100%) contrast(92%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
|
||||
--gitea-color-primary-dark-4: 244, 67, 54;
|
||||
--arr-queue-color: #f98dc9; /* Servarr apps + Bazarr*/
|
||||
--plex-poster-unwatched: #f765b8;
|
||||
--petio-spinner: invert(78%) sepia(17%) saturate(4447%) hue-rotate(290deg) brightness(109%) contrast(95%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
|
||||
--gitea-color-primary-dark-4: 215,255,254;
|
||||
}
|
@ -41,4 +41,8 @@ if ! grep -q "${TP_DOMAIN}" "${APP_FILEPATH}"; then
|
||||
sed -i "s/<\/head>/<link rel='stylesheet' href='https:\/\/${TP_DOMAIN}\/CSS\/themes\/plex\/plex-base.css'><\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
|
||||
sed -i "s/<\/head>/<link rel='stylesheet' href='https:\/\/${TP_DOMAIN}\/CSS\/variables\/${TP_THEME}.css'><\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
|
||||
printf 'Stylesheet set to %s\n' "${TP_THEME}"
|
||||
if [[ -n ${TP_ADDON} ]]; then
|
||||
sed -i "s/<\/head>/<link rel='stylesheet' href='https:\/\/${TP_DOMAIN}\/CSS\/addons\/plex\/${TP_ADDON}\/${TP_ADDON}.css'><\/head> /g" "${APP_FILEPATH}"/usr/lib/plexmediaserver/Resources/Plug-ins-*/WebClient.bundle/Contents/Resources/index.html
|
||||
printf 'Added custom addon: %s\n\n' "${TP_ADDON}"
|
||||
fi
|
||||
fi
|
247
themes.json
247
themes.json
@ -1,274 +1,274 @@
|
||||
{
|
||||
"applications": {
|
||||
"petio": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/petio/petio-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/petio/petio-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"rutorrent": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"duplicacy": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"gaps": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/gaps/gaps-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/gaps/gaps-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"pihole": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/pihole/pihole-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/pihole/pihole-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"kitana": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/kitana/kitana-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/kitana/kitana-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"bitwarden": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"prowlarr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"logarr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/logarr/logarr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/logarr/logarr-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"adguard": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/adguard/adguard-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/adguard/adguard-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"resilio-sync": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"librespeed": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"deluge": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/deluge/deluge-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/deluge/deluge-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"unraid": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/unraid/unraid-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/unraid/unraid-base.css?sha=ca39c59",
|
||||
"addons": {
|
||||
"login-page": {
|
||||
"alien": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/green.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/white.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/red.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/blue.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/amber.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/retro-terminal-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/green.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/white.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/red.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/blue.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/amber.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/retro-terminal-base.css?sha=ca39c59"
|
||||
]
|
||||
},
|
||||
"fallout": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/green.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/white.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/red.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/blue.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/amber.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/retro-terminal-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/green.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/white.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/red.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/blue.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/amber.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/retro-terminal-base.css?sha=ca39c59"
|
||||
]
|
||||
},
|
||||
"retro-terminal": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/white.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/red.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/amber.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/white.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/red.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/amber.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"gitea": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/gitea/gitea-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/gitea/gitea-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"emby": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/emby/emby-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/emby/emby-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"transmission": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/transmission/transmission-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/transmission/transmission-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"plpp": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/plpp/plpp-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/plpp/plpp-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"organizr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=ca39c59",
|
||||
"addons": {
|
||||
"glass": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"nzbget": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"bazarr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css?sha=ca39c59",
|
||||
"addons": {
|
||||
"bazarr-4k-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"moviematch": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"vuetorrent": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"sabnzbd": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"synclounge": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"netdata": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/netdata/netdata-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/netdata/netdata-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"grafana": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/grafana/grafana-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/grafana/grafana-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"jackett": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/jackett/jackett-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/jackett/jackett-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"nzbhydra2": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"ombi": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/ombi/ombi-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/ombi/ombi-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"dozzle": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"lazylibrarian": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"requestrr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"thelounge": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"sonarr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css?sha=ca39c59",
|
||||
"addons": {
|
||||
"sonarr-4k-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"portainer": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/portainer/portainer-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/portainer/portainer-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"plex": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/plex/plex-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/plex/plex-base.css?sha=ca39c59",
|
||||
"addons": {
|
||||
"overseerr-side-menu": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"filebrowser": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"radarr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/radarr/radarr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/radarr/radarr-base.css?sha=ca39c59",
|
||||
"addons": {
|
||||
"radarr-4k-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"xbackbone": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"calibreweb": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"qbittorrent": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"guacamole": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"webtools": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/webtools/webtools-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/webtools/webtools-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"monitorr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"lidarr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"jellyfin": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"flood": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/flood/flood-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/flood/flood-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"tautulli": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css?sha=ca39c59",
|
||||
"addons": {}
|
||||
},
|
||||
"readarr": {
|
||||
"base_css": "https://theme-park.dev/CSS/themes/readarr/readarr-base.css?sha=e327ec2",
|
||||
"base_css": "https://theme-park.dev/CSS/themes/readarr/readarr-base.css?sha=ca39c59",
|
||||
"addons": {
|
||||
"readarr-alt-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -279,35 +279,35 @@
|
||||
"login-page": {
|
||||
"alien": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/green.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/white.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/red.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/blue.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/amber.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/retro-terminal-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/green.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/white.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/red.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/blue.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/custom.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/amber.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/retro-terminal-base.css?sha=ca39c59"
|
||||
]
|
||||
},
|
||||
"fallout": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/green.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/white.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/red.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/blue.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/amber.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/retro-terminal-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/green.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/white.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/red.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/blue.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/custom.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/amber.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/retro-terminal-base.css?sha=ca39c59"
|
||||
]
|
||||
},
|
||||
"retro-terminal": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/white.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/red.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/amber.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/white.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/red.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/blue.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/custom.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/amber.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
@ -315,95 +315,98 @@
|
||||
"organizr": {
|
||||
"glass": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=e327ec2",
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=ca39c59",
|
||||
"https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
},
|
||||
"bazarr": {
|
||||
"bazarr-4k-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
},
|
||||
"sonarr": {
|
||||
"sonarr-4k-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
},
|
||||
"plex": {
|
||||
"overseerr-side-menu": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
},
|
||||
"radarr": {
|
||||
"radarr-4k-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
},
|
||||
"readarr": {
|
||||
"readarr-alt-logo": {
|
||||
"css": [
|
||||
"https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=e327ec2"
|
||||
"https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=ca39c59"
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"themes": {
|
||||
"Plex": {
|
||||
"url": "https://theme-park.dev/CSS/variables/plex.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/plex.css?sha=ca39c59"
|
||||
},
|
||||
"Organizr-dark": {
|
||||
"url": "https://theme-park.dev/CSS/variables/organizr-dark.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/organizr-dark.css?sha=ca39c59"
|
||||
},
|
||||
"Space-gray": {
|
||||
"url": "https://theme-park.dev/CSS/variables/space-gray.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/space-gray.css?sha=ca39c59"
|
||||
},
|
||||
"Time": {
|
||||
"url": "https://theme-park.dev/CSS/variables/time.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/time.css?sha=ca39c59"
|
||||
},
|
||||
"Hotline": {
|
||||
"url": "https://theme-park.dev/CSS/variables/hotline.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/hotline.css?sha=ca39c59"
|
||||
},
|
||||
"Soul": {
|
||||
"url": "https://theme-park.dev/CSS/variables/soul.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/soul.css?sha=ca39c59"
|
||||
},
|
||||
"Hotpink": {
|
||||
"url": "https://theme-park.dev/CSS/variables/hotpink.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/hotpink.css?sha=ca39c59"
|
||||
},
|
||||
"Power": {
|
||||
"url": "https://theme-park.dev/CSS/variables/power.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/power.css?sha=ca39c59"
|
||||
},
|
||||
"Hotline-old": {
|
||||
"url": "https://theme-park.dev/CSS/variables/hotline-old.css?sha=ca39c59"
|
||||
},
|
||||
"Mind": {
|
||||
"url": "https://theme-park.dev/CSS/variables/mind.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/mind.css?sha=ca39c59"
|
||||
},
|
||||
"Aquamarine": {
|
||||
"url": "https://theme-park.dev/CSS/variables/aquamarine.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/aquamarine.css?sha=ca39c59"
|
||||
},
|
||||
"Dracula": {
|
||||
"url": "https://theme-park.dev/CSS/variables/dracula.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/dracula.css?sha=ca39c59"
|
||||
},
|
||||
"Space": {
|
||||
"url": "https://theme-park.dev/CSS/variables/space.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/space.css?sha=ca39c59"
|
||||
},
|
||||
"Dark": {
|
||||
"url": "https://theme-park.dev/CSS/variables/dark.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/dark.css?sha=ca39c59"
|
||||
},
|
||||
"Overseerr": {
|
||||
"url": "https://theme-park.dev/CSS/variables/overseerr.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/overseerr.css?sha=ca39c59"
|
||||
},
|
||||
"Reality": {
|
||||
"url": "https://theme-park.dev/CSS/variables/reality.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/reality.css?sha=ca39c59"
|
||||
},
|
||||
"Onedark": {
|
||||
"url": "https://theme-park.dev/CSS/variables/onedark.css?sha=e327ec2"
|
||||
"url": "https://theme-park.dev/CSS/variables/onedark.css?sha=ca39c59"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user