GilbN 3 years ago
parent
commit
6300981301
  1. 29
      CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css
  2. 2
      CSS/themes/plex/plex-base.css
  3. 248
      themes.json

29
CSS/addons/plex/overseer-side-menu/overseer-side-menu.css → CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css

@ -10,11 +10,13 @@
/* Made by @gilbN */ /* Made by @gilbN */
/* https://github.com/gilbN/theme.park */ /* https://github.com/gilbN/theme.park */
/* PLEX OVERSEER SIDE MENU */ /* PLEX OVERSEERR SIDE MENU */
/* APP VARS*/ /* APP VARS*/
:root { :root {
--sidebar-color: #1f2937; --sidebar-color: #1f2937;
--menu-item: #111827;
--menu-item-hover: #374151;
} }
/* EXTRA CSS */ /* EXTRA CSS */
@ -24,20 +26,31 @@
padding-top: 10px; padding-top: 10px;
} }
[class*="SourceSidebarLink-isSelected-"]:before {
background-color: transparent !important;
}
[class*="NavBar-container-"] { [class*="NavBar-container-"] {
background: rgb(0 0 0 / 0%) !important; background: rgb(0 0 0 / 0%) !important;
} }
[class*="SourceSidebar-openSidebar-"] [class*="SourceSidebarLink-isSelected-"] { [class*="SourceSidebar-openSidebar-"] [class*="SourceSidebarLink-isSelected-"] {
background: var(--main-bg-color); background: var(--menu-item);
box-shadow: inset 4px 0 0 0 transparent !important; box-shadow: inset 4px 0 0 0 transparent !important;
border-radius: 5px; border-radius: 5px;
margin-bottom: 5px; margin-bottom: 5px;
}
[class*="SourceSidebarLink-isSelected-"] [class*="SourceSidebarLink-iconContainer-"],
[class*="SourceSidebarLink-isSelected-"] [class*="SourceSidebarLink-title-"] {
color: white;
} }
[class*="SourceSidebar-openSidebar-"] [class*="SourceSidebarLink-button-"]:hover, [class*="SourceSidebar-openSidebar-"] [class*="SourceSidebarLink-button-"]:hover,
[class*="SourceSidebar-openSidebar-"] [class*="SourceSidebarLink-isActive-"] { [class*="SourceSidebar-openSidebar-"] [class*="SourceSidebarLink-isActive-"] {
background: var(--modal-bg-color); background: var(--menu-item-hover);
border-radius: 5px;
} }
[class*="SourceSidebarLink-button-"] { [class*="SourceSidebarLink-button-"] {
@ -49,7 +62,7 @@
} }
[class*="SourceSidebar-expandedSidebar-"][class*="SourceSidebar-sidebar-"] [class*="SourceSidebarLink-isSelected-"] { [class*="SourceSidebar-expandedSidebar-"][class*="SourceSidebar-sidebar-"] [class*="SourceSidebarLink-isSelected-"] {
background: var(--main-bg-color) !important; background: var(--menu-item) !important;
} }
[class*="SourceSidebarContent-expandedSidebarContent-"], [class*="SourceSidebarContent-expandedSidebarContent-"],
@ -65,6 +78,10 @@
border-radius: 5px; border-radius: 5px;
} }
[class*="SourceSidebarContent-expandedSidebarContent-"] div:hover {
background-color: var(--menu-item-hover);
}
[class*="SourceSidebar-collapsedSidebar-"] [class*="SourceSidebar-sidebar-"] { [class*="SourceSidebar-collapsedSidebar-"] [class*="SourceSidebar-sidebar-"] {
border-radius: 0px !important; border-radius: 0px !important;
} }
@ -81,7 +98,7 @@
[class*="SourceSidebarLink-button-"][class*="SidebarLink-sidebarLink-"][class*="Link-default-"][class*="SourceSidebarLink-small-"][class*="SourceSidebarLink-isSelected-"]:hover { [class*="SourceSidebarLink-button-"][class*="SidebarLink-sidebarLink-"][class*="Link-default-"][class*="SourceSidebarLink-small-"][class*="SourceSidebarLink-isSelected-"]:hover {
box-shadow: none !important; box-shadow: none !important;
background: var(--modal-bg-color) !important; background: var(--menu-item-hover) !important;
} }
[class*="SourceSidebar-collapsedSidebar-"][class*="SourceSidebarLink-button-"][class*="SidebarLink-sidebarLink-"][class*="Link-default-"][class*="SourceSidebarLink-small-"][class*="SourceSidebarLink-isSelected-"]:hover { [class*="SourceSidebar-collapsedSidebar-"][class*="SourceSidebarLink-button-"][class*="SidebarLink-sidebarLink-"][class*="Link-default-"][class*="SourceSidebarLink-small-"][class*="SourceSidebarLink-isSelected-"]:hover {
@ -90,5 +107,5 @@
[class*="SourceSidebarLink-sourceLink-"]:hover [class*="SourceSidebarLink-iconContainer-"], [class*="SourceSidebarLink-sourceLink-"]:hover [class*="SourceSidebarLink-iconContainer-"],
[class*="SourceSidebarLink-sourceLink-"]:hover [class*="SourceSidebarLink-title-"] { [class*="SourceSidebarLink-sourceLink-"]:hover [class*="SourceSidebarLink-title-"] {
color: rgb(var(--accent-color)); color: white;
} }

2
CSS/themes/plex/plex-base.css

File diff suppressed because one or more lines are too long

248
themes.json

@ -1,274 +1,274 @@
{ {
"applications": { "applications": {
"petio": { "petio": {
"base_css": "https://theme-park.dev/CSS/themes/petio/petio-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/petio/petio-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"rutorrent": { "rutorrent": {
"base_css": "https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/rutorrent/rutorrent-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"duplicacy": { "duplicacy": {
"base_css": "https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/duplicacy/duplicacy-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"gaps": { "gaps": {
"base_css": "https://theme-park.dev/CSS/themes/gaps/gaps-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/gaps/gaps-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"pihole": { "pihole": {
"base_css": "https://theme-park.dev/CSS/themes/pihole/pihole-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/pihole/pihole-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"kitana": { "kitana": {
"base_css": "https://theme-park.dev/CSS/themes/kitana/kitana-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/kitana/kitana-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"bitwarden": { "bitwarden": {
"base_css": "https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/bitwarden/bitwarden-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"prowlarr": { "prowlarr": {
"base_css": "https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"logarr": { "logarr": {
"base_css": "https://theme-park.dev/CSS/themes/logarr/logarr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/logarr/logarr-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"adguard": { "adguard": {
"base_css": "https://theme-park.dev/CSS/themes/adguard/adguard-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/adguard/adguard-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"resilio-sync": { "resilio-sync": {
"base_css": "https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"librespeed": { "librespeed": {
"base_css": "https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/librespeed/librespeed-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"deluge": { "deluge": {
"base_css": "https://theme-park.dev/CSS/themes/deluge/deluge-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/deluge/deluge-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"unraid": { "unraid": {
"base_css": "https://theme-park.dev/CSS/themes/unraid/unraid-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/unraid/unraid-base.css?sha=e327ec2",
"addons": { "addons": {
"login-page": { "login-page": {
"alien": { "alien": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/green.css?sha=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/unraid/login-page/alien/retro-terminal-base.css?sha=e327ec2"
] ]
}, },
"fallout": { "fallout": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/green.css?sha=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/retro-terminal-base.css?sha=e327ec2"
] ]
}, },
"retro-terminal": { "retro-terminal": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=e327ec2"
] ]
} }
} }
} }
}, },
"gitea": { "gitea": {
"base_css": "https://theme-park.dev/CSS/themes/gitea/gitea-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/gitea/gitea-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"emby": { "emby": {
"base_css": "https://theme-park.dev/CSS/themes/emby/emby-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/emby/emby-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"transmission": { "transmission": {
"base_css": "https://theme-park.dev/CSS/themes/transmission/transmission-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/transmission/transmission-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"plpp": { "plpp": {
"base_css": "https://theme-park.dev/CSS/themes/plpp/plpp-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/plpp/plpp-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"organizr": { "organizr": {
"base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/organizr/organizr-base.css?sha=e327ec2",
"addons": { "addons": {
"glass": { "glass": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=e327ec2"
] ]
} }
} }
}, },
"nzbget": { "nzbget": {
"base_css": "https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"bazarr": { "bazarr": {
"base_css": "https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css?sha=e327ec2",
"addons": { "addons": {
"bazarr-4k-logo": { "bazarr-4k-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=e327ec2"
] ]
} }
} }
}, },
"moviematch": { "moviematch": {
"base_css": "https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/moviematch/moviematch-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"vuetorrent": { "vuetorrent": {
"base_css": "https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/vuetorrent/vuetorrent-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"sabnzbd": { "sabnzbd": {
"base_css": "https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/sabnzbd/sabnzbd-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"synclounge": { "synclounge": {
"base_css": "https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/synclounge/synclounge-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"netdata": { "netdata": {
"base_css": "https://theme-park.dev/CSS/themes/netdata/netdata-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/netdata/netdata-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"grafana": { "grafana": {
"base_css": "https://theme-park.dev/CSS/themes/grafana/grafana-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/grafana/grafana-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"jackett": { "jackett": {
"base_css": "https://theme-park.dev/CSS/themes/jackett/jackett-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/jackett/jackett-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"nzbhydra2": { "nzbhydra2": {
"base_css": "https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"ombi": { "ombi": {
"base_css": "https://theme-park.dev/CSS/themes/ombi/ombi-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/ombi/ombi-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"dozzle": { "dozzle": {
"base_css": "https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"lazylibrarian": { "lazylibrarian": {
"base_css": "https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/lazylibrarian/lazylibrarian-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"requestrr": { "requestrr": {
"base_css": "https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"thelounge": { "thelounge": {
"base_css": "https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/thelounge/thelounge-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"sonarr": { "sonarr": {
"base_css": "https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css?sha=e327ec2",
"addons": { "addons": {
"sonarr-4k-logo": { "sonarr-4k-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=e327ec2"
] ]
} }
} }
}, },
"portainer": { "portainer": {
"base_css": "https://theme-park.dev/CSS/themes/portainer/portainer-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/portainer/portainer-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"plex": { "plex": {
"base_css": "https://theme-park.dev/CSS/themes/plex/plex-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/plex/plex-base.css?sha=e327ec2",
"addons": { "addons": {
"overseer-side-menu": { "overseerr-side-menu": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/plex/overseer-side-menu/overseer-side-menu.css?sha=81e358a" "https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=e327ec2"
] ]
} }
} }
}, },
"filebrowser": { "filebrowser": {
"base_css": "https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/filebrowser/filebrowser-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"radarr": { "radarr": {
"base_css": "https://theme-park.dev/CSS/themes/radarr/radarr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/radarr/radarr-base.css?sha=e327ec2",
"addons": { "addons": {
"radarr-4k-logo": { "radarr-4k-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=e327ec2"
] ]
} }
} }
}, },
"xbackbone": { "xbackbone": {
"base_css": "https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/xbackbone/xbackbone-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"calibreweb": { "calibreweb": {
"base_css": "https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/calibreweb/calibreweb-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"qbittorrent": { "qbittorrent": {
"base_css": "https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"guacamole": { "guacamole": {
"base_css": "https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/guacamole/guacamole-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"webtools": { "webtools": {
"base_css": "https://theme-park.dev/CSS/themes/webtools/webtools-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/webtools/webtools-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"monitorr": { "monitorr": {
"base_css": "https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/monitorr/monitorr-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"lidarr": { "lidarr": {
"base_css": "https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"jellyfin": { "jellyfin": {
"base_css": "https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"flood": { "flood": {
"base_css": "https://theme-park.dev/CSS/themes/flood/flood-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/flood/flood-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"tautulli": { "tautulli": {
"base_css": "https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/tautulli/tautulli-base.css?sha=e327ec2",
"addons": {} "addons": {}
}, },
"readarr": { "readarr": {
"base_css": "https://theme-park.dev/CSS/themes/readarr/readarr-base.css?sha=81e358a", "base_css": "https://theme-park.dev/CSS/themes/readarr/readarr-base.css?sha=e327ec2",
"addons": { "addons": {
"readarr-alt-logo": { "readarr-alt-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=e327ec2"
] ]
} }
} }
@ -279,35 +279,35 @@
"login-page": { "login-page": {
"alien": { "alien": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/unraid/login-page/alien/green.css?sha=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/unraid/login-page/alien/retro-terminal-base.css?sha=e327ec2"
] ]
}, },
"fallout": { "fallout": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/unraid/login-page/fallout/green.css?sha=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/unraid/login-page/fallout/retro-terminal-base.css?sha=e327ec2"
] ]
}, },
"retro-terminal": { "retro-terminal": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/green.css?sha=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/unraid/login-page/retro-terminal/retro-terminal-base.css?sha=e327ec2"
] ]
} }
} }
@ -315,95 +315,95 @@
"organizr": { "organizr": {
"glass": { "glass": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/organizr/glass/glass-login.css?sha=81e358a", "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=81e358a" "https://theme-park.dev/CSS/addons/organizr/glass/glass-base.css?sha=e327ec2"
] ]
} }
}, },
"bazarr": { "bazarr": {
"bazarr-4k-logo": { "bazarr-4k-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/bazarr/bazarr-4k-logo/bazarr-4k-logo.css?sha=e327ec2"
] ]
} }
}, },
"sonarr": { "sonarr": {
"sonarr-4k-logo": { "sonarr-4k-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/sonarr/sonarr-4k-logo/sonarr-4k-logo.css?sha=e327ec2"
] ]
} }
}, },
"plex": { "plex": {
"overseer-side-menu": { "overseerr-side-menu": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/plex/overseer-side-menu/overseer-side-menu.css?sha=81e358a" "https://theme-park.dev/CSS/addons/plex/overseerr-side-menu/overseerr-side-menu.css?sha=e327ec2"
] ]
} }
}, },
"radarr": { "radarr": {
"radarr-4k-logo": { "radarr-4k-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/radarr/radarr-4k-logo/radarr-4k-logo.css?sha=e327ec2"
] ]
} }
}, },
"readarr": { "readarr": {
"readarr-alt-logo": { "readarr-alt-logo": {
"css": [ "css": [
"https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=81e358a" "https://theme-park.dev/CSS/addons/readarr/readarr-alt-logo/readarr-alt-logo.css?sha=e327ec2"
] ]
} }
} }
}, },
"themes": { "themes": {
"Plex": { "Plex": {
"url": "https://theme-park.dev/CSS/variables/plex.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/plex.css?sha=e327ec2"
}, },
"Organizr-dark": { "Organizr-dark": {
"url": "https://theme-park.dev/CSS/variables/organizr-dark.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/organizr-dark.css?sha=e327ec2"
}, },
"Space-gray": { "Space-gray": {
"url": "https://theme-park.dev/CSS/variables/space-gray.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/space-gray.css?sha=e327ec2"
}, },
"Time": { "Time": {
"url": "https://theme-park.dev/CSS/variables/time.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/time.css?sha=e327ec2"
}, },
"Hotline": { "Hotline": {
"url": "https://theme-park.dev/CSS/variables/hotline.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/hotline.css?sha=e327ec2"
}, },
"Soul": { "Soul": {
"url": "https://theme-park.dev/CSS/variables/soul.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/soul.css?sha=e327ec2"
}, },
"Hotpink": { "Hotpink": {
"url": "https://theme-park.dev/CSS/variables/hotpink.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/hotpink.css?sha=e327ec2"
}, },
"Power": { "Power": {
"url": "https://theme-park.dev/CSS/variables/power.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/power.css?sha=e327ec2"
}, },
"Mind": { "Mind": {
"url": "https://theme-park.dev/CSS/variables/mind.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/mind.css?sha=e327ec2"
}, },
"Aquamarine": { "Aquamarine": {
"url": "https://theme-park.dev/CSS/variables/aquamarine.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/aquamarine.css?sha=e327ec2"
}, },
"Dracula": { "Dracula": {
"url": "https://theme-park.dev/CSS/variables/dracula.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/dracula.css?sha=e327ec2"
}, },
"Space": { "Space": {
"url": "https://theme-park.dev/CSS/variables/space.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/space.css?sha=e327ec2"
}, },
"Dark": { "Dark": {
"url": "https://theme-park.dev/CSS/variables/dark.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/dark.css?sha=e327ec2"
}, },
"Overseerr": { "Overseerr": {
"url": "https://theme-park.dev/CSS/variables/overseerr.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/overseerr.css?sha=e327ec2"
}, },
"Reality": { "Reality": {
"url": "https://theme-park.dev/CSS/variables/reality.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/reality.css?sha=e327ec2"
}, },
"Onedark": { "Onedark": {
"url": "https://theme-park.dev/CSS/variables/onedark.css?sha=81e358a" "url": "https://theme-park.dev/CSS/variables/onedark.css?sha=e327ec2"
} }
} }
} }
Loading…
Cancel
Save