Browse Source

Merge pull request #274 from GilbN/develop

Update 1.4.1
pull/275/head
GilbN 4 years ago
committed by GitHub
parent
commit
5263e7a033
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/auto-build.yml
  2. 5
      CSS/themes/lidarr/lidarr-base.css
  3. 11
      CSS/themes/ombi/ombi-base.css
  4. 5
      CSS/themes/radarr/radarr-base.css
  5. 5
      CSS/themes/readarr/readarr-base.css
  6. 5
      CSS/themes/sonarr/sonarr-base.css
  7. 2
      CSS/variables/hotpink.css
  8. 2
      CSS/variables/nord.css
  9. 31
      CSS/variables/organizr-dark.css
  10. 30
      CSS/variables/organizr.css
  11. 2
      README.md
  12. 3
      Resources/landing-page/js/scripts.js
  13. 2
      docker-mods/bazarr/root/etc/cont-init.d/98-themepark
  14. 2
      docker-mods/calibre-web/root/etc/cont-init.d/98-themepark
  15. 2
      docker-mods/deluge/root/etc/cont-init.d/98-themepark
  16. 2
      docker-mods/duplicati/root/etc/cont-init.d/98-themepark
  17. 2
      docker-mods/emby/root/etc/cont-init.d/98-themepark
  18. 2
      docker-mods/jackett/root/etc/cont-init.d/98-themepark
  19. 2
      docker-mods/jellyfin/root/etc/cont-init.d/98-themepark
  20. 2
      docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark
  21. 2
      docker-mods/librespeed/root/etc/cont-init.d/98-themepark
  22. 2
      docker-mods/lidarr/root/etc/cont-init.d/98-themepark
  23. 2
      docker-mods/mylar3/root/etc/cont-init.d/98-themepark
  24. 2
      docker-mods/nzbget/root/etc/cont-init.d/98-themepark
  25. 2
      docker-mods/plex/root/etc/cont-init.d/98-themepark
  26. 2
      docker-mods/prowlarr/root/etc/cont-init.d/98-themepark
  27. 2
      docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark
  28. 2
      docker-mods/radarr/root/etc/cont-init.d/98-themepark
  29. 2
      docker-mods/readarr/root/etc/cont-init.d/98-themepark
  30. 2
      docker-mods/rutorrent/root/etc/cont-init.d/98-themepark
  31. 2
      docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark
  32. 2
      docker-mods/sonarr/root/etc/cont-init.d/98-themepark
  33. 2
      docker-mods/synclounge/root/etc/cont-init.d/98-themepark
  34. 2
      docker-mods/tautulli/root/etc/cont-init.d/98-themepark
  35. 2
      docker-mods/thelounge/root/etc/cont-init.d/98-themepark
  36. 2
      docker-mods/transmission/root/etc/cont-init.d/98-themepark
  37. 2
      docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark

4
.github/workflows/auto-build.yml

@ -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:

5
CSS/themes/lidarr/lidarr-base.css

@ -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-"],

11
CSS/themes/ombi/ombi-base.css

@ -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 {

5
CSS/themes/radarr/radarr-base.css

@ -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-"],

5
CSS/themes/readarr/readarr-base.css

@ -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-"],

5
CSS/themes/sonarr/sonarr-base.css

@ -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-"],

2
CSS/variables/hotpink.css

@ -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;

2
CSS/variables/nord.css

@ -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;

31
CSS/variables/organizr-dark.css

@ -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");

30
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;
}

2
README.md

@ -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>

3
Resources/landing-page/js/scripts.js

@ -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

2
docker-mods/bazarr/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/calibre-web/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/deluge/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/duplicati/root/etc/cont-init.d/98-themepark

@ -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(){

2
docker-mods/emby/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/jackett/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/jellyfin/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/lazylibrarian/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/librespeed/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/lidarr/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/mylar3/root/etc/cont-init.d/98-themepark

@ -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(){

2
docker-mods/nzbget/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/plex/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/prowlarr/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/qbittorrent/root/etc/cont-init.d/98-themepark

@ -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.

2
docker-mods/radarr/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/readarr/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/rutorrent/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/sabnzbd/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/sonarr/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/synclounge/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/tautulli/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/thelounge/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/transmission/root/etc/cont-init.d/98-themepark

@ -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

2
docker-mods/vuetorrent/root/etc/cont-init.d/98-themepark

@ -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

Loading…
Cancel
Save