GilbN
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
37 changed files with
81 additions and
74 deletions
.github/workflows/auto-build.yml
CSS/themes/lidarr/lidarr-base.css
CSS/themes/ombi/ombi-base.css
CSS/themes/radarr/radarr-base.css
CSS/themes/readarr/readarr-base.css
CSS/themes/sonarr/sonarr-base.css
CSS/variables/hotpink.css
CSS/variables/nord.css
CSS/variables/organizr-dark.css
CSS/variables/organizr.css
README.md
Resources/landing-page/js/scripts.js
docker-mods/bazarr/root/etc/cont-init.d/98-themepark
docker-mods/calibre-web/root/etc/cont-init.d/98-themepark
docker-mods/deluge/root/etc/cont-init.d/98-themepark
docker-mods/duplicati/root/etc/cont-init.d/98-themepark
docker-mods/emby/root/etc/cont-init.d/98-themepark
docker-mods/jackett/root/etc/cont-init.d/98-themepark
docker-mods/jellyfin/root/etc/cont-init.d/98-themepark
docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark
docker-mods/librespeed/root/etc/cont-init.d/98-themepark
docker-mods/lidarr/root/etc/cont-init.d/98-themepark
docker-mods/mylar3/root/etc/cont-init.d/98-themepark
docker-mods/nzbget/root/etc/cont-init.d/98-themepark
docker-mods/plex/root/etc/cont-init.d/98-themepark
docker-mods/prowlarr/root/etc/cont-init.d/98-themepark
docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
docker-mods/radarr/root/etc/cont-init.d/98-themepark
docker-mods/readarr/root/etc/cont-init.d/98-themepark
docker-mods/rutorrent/root/etc/cont-init.d/98-themepark
docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark
docker-mods/sonarr/root/etc/cont-init.d/98-themepark
docker-mods/synclounge/root/etc/cont-init.d/98-themepark
docker-mods/tautulli/root/etc/cont-init.d/98-themepark
docker-mods/thelounge/root/etc/cont-init.d/98-themepark
docker-mods/transmission/root/etc/cont-init.d/98-themepark
docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark
@ -16,7 +16,7 @@ jobs:
- name : get changed files
id : getfile
run : |
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)"
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/ | xargs)"
- name : Login to GitHub Container Registry
uses : docker/login-action@v1
with:
@ -48,7 +48,7 @@ jobs:
- name : get changed files
id : getfile
run : |
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }}| xargs)"
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/ | xargs)"
- name : Login to Docker Hub
uses : docker/login-action@v1
with:
@ -841,8 +841,9 @@ input:focus:-ms-input-placeholder {
background-color : rgba ( 0 , 0 , 0 , . 25 ) ;
}
[ class * = "CalendarDay-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 08 ) ! important ;
[ class * = "CalendarDay-isToday-" ] ,
[ class * = "DayOfWeek-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 25 ) ! important ;
}
[ class * = "CalendarDay-day-" ] ,
@ -100,6 +100,13 @@ a:hover {
}
/* SIDE NAV */
@ media only screen and ( min-width : 1025px ) {
# main-container \ dark > mat-sidenav-container > mat-sidenav-content {
margin-left : 256px ! important ;
}
}
/* OMBI TEXT */
. sidenav-container . sidenav . application-name {
color : rgb ( var ( --accent-color ) ) ! important ;
@ -406,10 +413,6 @@ a:hover {
margin-left : 0px ! important ;
height : 100 % ! important ;
}
# searchResults img {
min-height : 354px ;
}
}
# searchResults {
@ -852,8 +852,9 @@ input:focus:-ms-input-placeholder {
background-color : rgba ( 0 , 0 , 0 , . 25 ) ;
}
[ class * = "CalendarDay-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 08 ) ! important ;
[ class * = "CalendarDay-isToday-" ] ,
[ class * = "DayOfWeek-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 25 ) ! important ;
}
[ class * = "CalendarDay-day-" ] ,
@ -843,8 +843,9 @@ input:focus:-ms-input-placeholder {
background-color : rgba ( 0 , 0 , 0 , . 25 ) ;
}
[ class * = "CalendarDay-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 08 ) ! important ;
[ class * = "CalendarDay-isToday-" ] ,
[ class * = "DayOfWeek-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 25 ) ! important ;
}
[ class * = "CalendarDay-day-" ] ,
@ -851,8 +851,9 @@ input:focus:-ms-input-placeholder {
background-color : rgba ( 0 , 0 , 0 , . 25 ) ;
}
[ class * = "CalendarDay-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 08 ) ! important ;
[ class * = "CalendarDay-isToday-" ] ,
[ class * = "DayOfWeek-isToday-" ] {
background-color : hsla ( 0 , 0 % , 100 % , . 25 ) ! important ;
}
[ class * = "CalendarDay-day-" ] ,
@ -8,7 +8,7 @@
--drop-down-menu-bg : # 204c80 ;
--button-color : # fb3f62 ;
--button-color-hover : rgba ( 251 , 63 , 98 , . 8 ) ;
--button-color-hover : # cd4164 ;
--button-text : # eee ;
--button-text-hover : # FFF ;
@ -8,7 +8,7 @@
--drop-down-menu-bg : # 3B4252 ;
--button-color : # 79b8ca ;
--button-color-hover : # 79b8cacc ;
--button-color-hover : # 6a9daf ;
--button-text : # 2E3440 ;
--button-text-hover : # D8DEE9 ;
@ -1,30 +1 @@
: root {
--main-bg-color : # 1f1f1f ;
--modal-bg-color : # 333 ;
--modal-header-color : # 232323 ;
--modal-footer-color : # 232323 ;
--drop-down-menu-bg : # 1b1b1b ;
--button-color : # 2cabe3 ;
--button-color-hover : rgb ( 44 171 227 / . 8 ) ;
--button-text : # eee ;
--button-text-hover : # fff ;
--accent-color : 44 , 171 , 227 ;
--accent-color-hover : rgb ( var ( --accent-color ) , . 8 ) ;
--link-color : # 2cabe3 ;
--link-color-hover : # 3cc5ff ;
--label-text-color : # fff ;
--text : # 96a2b4 ;
--text-hover : # fff ;
--text-muted : # 999 ;
/*Specials*/
--arr-queue-color : # 2cabe3 ; /* Servarr apps + Bazarr*/
--plex-poster-unwatched : # 2cabe3 ;
--petio-spinner : invert ( 65 % ) sepia ( 83 % ) saturate ( 2026 % ) hue-rotate ( 167deg ) brightness ( 90 % ) contrast ( 97 % ) ; /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4 : 44 , 171 , 227 ;
}
@ import url ( "https://develop.theme-park.dev/CSS/variables/organizr.css" ) ;
@ -0,0 +1,30 @@
: root {
--main-bg-color : # 1f1f1f ;
--modal-bg-color : # 333 ;
--modal-header-color : # 232323 ;
--modal-footer-color : # 232323 ;
--drop-down-menu-bg : # 1b1b1b ;
--button-color : # 2cabe3 ;
--button-color-hover : # 298fbc ;
--button-text : # eee ;
--button-text-hover : # fff ;
--accent-color : 44 , 171 , 227 ;
--accent-color-hover : rgb ( var ( --accent-color ) , . 8 ) ;
--link-color : # 2cabe3 ;
--link-color-hover : # 3cc5ff ;
--label-text-color : # fff ;
--text : # 96a2b4 ;
--text-hover : # fff ;
--text-muted : # 999 ;
/*Specials*/
--arr-queue-color : # 2cabe3 ; /* Servarr apps + Bazarr*/
--plex-poster-unwatched : # 2cabe3 ;
--petio-spinner : invert ( 65 % ) sepia ( 83 % ) saturate ( 2026 % ) hue-rotate ( 167deg ) brightness ( 90 % ) contrast ( 97 % ) ; /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
--gitea-color-primary-dark-4 : 44 , 171 , 227 ;
}
@ -23,7 +23,7 @@
< a href = "https://docs.theme-park.dev/theme-options/dracula" > < img src = "https://docs.theme-park.dev/theme-options/dracula_banner_small.png" alt = "Dracula" width = "49.49%" / > < / a >
< a href = "https://docs.theme-park.dev/theme-options/overseerr" > < img src = "https://docs.theme-park.dev/theme-options/overseerr_banner_small.png" alt = "Overseerr" width = "49.49%" / > < / a >
< a href = "https://docs.theme-park.dev/theme-options/organizr-dark " > < img src = "https://docs.theme-park.dev/theme-options/organizr dark _banner_small.png" alt = "Organizr-Dark " width = "49.49%" / > < / a >
< a href = "https://docs.theme-park.dev/theme-options/organizr" > < img src = "https://docs.theme-park.dev/theme-options/organizr_banner_small.png" alt = "Organizr" width = "49.49%" / > < / a >
< a href = "https://docs.theme-park.dev/theme-options/aquamarine" > < img src = "https://docs.theme-park.dev/theme-options/aquamarine_banner_small.png" alt = "Aquamarine" width = "49.49%" / > < / a >
< a href = "https://docs.theme-park.dev/theme-options/hotline" > < img src = "https://docs.theme-park.dev/theme-options/hotline_banner_small.png" alt = "Hotline" width = "49.49%" / > < / a >
< a href = "https://docs.theme-park.dev/theme-options/hotpink" > < img src = "https://docs.theme-park.dev/theme-options/hotpink_banner_small.png" alt = "Hotpink" width = "49.49%" / > < / a >
@ -100,8 +100,7 @@ function injectTheme(theme,container="head") {
apps = json . applications
themeOptions = json . themes
appCount = Object . keys ( json . applications ) . length
document . getElementById ( "tag-line" ) . innerText = ` A collection of themes/skins for ${ appCount } selfhosted
apps ! `
document . getElementById ( "tag-line" ) . innerText = ` A collection of themes/skins for ${ appCount } selfhosted apps! `
document . getElementById ( "theme-header-text" ) . innerText = ` ${ appCount } themed applications! `
document . getElementById ( "app-count" ) . innerHTML = `
theme . park contains $ { appCount } themed applications , with css < a
@ -31,7 +31,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -27,7 +27,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
sed_file(){
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -32,7 +32,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
sed_file(){
@ -29,7 +29,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -54,7 +54,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Downloading fresh webui files from source.
@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -33,7 +33,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -30,7 +30,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -24,7 +24,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
# Adding stylesheets
@ -40,7 +40,7 @@ esac
if [[ -z ${TP_THEME} ]]; then
echo 'No theme set, defaulting to organizr-dark'
TP_THEME='organizr-dark '
TP_THEME='organizr'
fi
RELEASE_FILEPATH='/vuetorrent/release.json'
NEEDS_UPDATE=false