1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-20 01:52:32 +01:00
This commit is contained in:
GilbN 2021-08-03 15:57:24 +00:00
parent 46ed62f8f2
commit cfe6e45932
161 changed files with 264 additions and 1509 deletions

View File

@ -14,8 +14,3 @@
/* BAZARR AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--queue-color: #009688;
}

View File

@ -14,8 +14,3 @@
/* BAZARR DARK THEME */
@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--queue-color: #6b5;
}

View File

@ -14,8 +14,3 @@
/* BAZARR DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--queue-color: #50fa7b;
}

View File

@ -14,8 +14,3 @@
/* BAZARR HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--queue-color: #6b5;
}

View File

@ -14,8 +14,3 @@
/* BAZARR ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--queue-color: #2cabe3;
}

View File

@ -14,8 +14,3 @@
/* BAZARR PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--queue-color: #27c24c;
}

View File

@ -14,8 +14,3 @@
/* BAZARR SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/bazarr/bazarr-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--queue-color: #81a6b7;
}

View File

@ -14,8 +14,3 @@
/* DELUGE AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--progress-color: 0, 150, 136;
}

View File

@ -14,8 +14,3 @@
/* DELUGE DARK THEME */
@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--progress-color: 61, 61, 61;
}

File diff suppressed because one or more lines are too long

View File

@ -14,8 +14,3 @@
/* DELUGE DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--progress-color: 80, 250, 123;
}

View File

@ -14,8 +14,3 @@
/* DELUGE HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--progress-color: 223, 108, 76;
}

View File

@ -14,8 +14,3 @@
/* DELUGE ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--progress-color: 44, 171, 227;
}

View File

@ -14,8 +14,3 @@
/* DELUGE PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--progress-color: 204, 123, 25;
}

View File

@ -14,8 +14,3 @@
/* DELUGE SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--progress-color: 96, 125, 139;
}

View File

@ -14,13 +14,3 @@
/* DOZZLE AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--scheme-main-ter: var(--main-bg-color);
--text-strong-color: var(--button-text-hover);
--border-color: rgb(255 255 255 / 25%);
--logo-color: rgb(var(--accent-color));
--body-background-color: var(--main-bg-color);
--border-hover-color: rgb(var(--accent-color));
}

View File

@ -14,13 +14,3 @@
/* DOZZLE DARK THEME */
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--scheme-main-ter: var(--main-bg-color);
--text-strong-color: var(--button-text-hover);
--border-color: rgb(255 255 255 / 25%);
--logo-color: rgb(var(--accent-color));
--body-background-color: var(--main-bg-color);
--border-hover-color: rgb(var(--accent-color));
}

File diff suppressed because one or more lines are too long

View File

@ -14,13 +14,3 @@
/* DOZZLE DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--scheme-main-ter: var(--main-bg-color);
--text-strong-color: var(--button-text-hover);
--border-color: rgb(255 255 255 / 25%);
--logo-color: rgb(var(--accent-color));
--body-background-color: var(--main-bg-color);
--border-hover-color: rgb(var(--accent-color));
}

View File

@ -14,13 +14,3 @@
/* DOZZLE HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--scheme-main-ter: var(--main-bg-color);
--text-strong-color: var(--button-text-hover);
--border-color: rgb(255 255 255 / 25%);
--logo-color: rgb(var(--accent-color));
--body-background-color: var(--main-bg-color);
--border-hover-color: rgb(var(--accent-color));
}

View File

@ -14,13 +14,3 @@
/* DOZZLE ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--scheme-main-ter: var(--main-bg-color);
--text-strong-color: var(--button-text-hover);
--border-color: rgb(255 255 255 / 25%);
--logo-color: rgb(var(--accent-color));
--body-background-color: var(--main-bg-color);
--border-hover-color: rgb(var(--accent-color));
}

View File

@ -14,13 +14,3 @@
/* DOZZLE PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--scheme-main-ter: var(--main-bg-color);
--text-strong-color: var(--button-text-hover);
--border-color: rgb(255 255 255 / 25%);
--logo-color: rgb(var(--accent-color));
--body-background-color: var(--main-bg-color);
--border-hover-color: rgb(var(--accent-color));
}

View File

@ -14,13 +14,3 @@
/* DOZZLE SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/dozzle/dozzle-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--scheme-main-ter: var(--main-bg-color);
--text-strong-color: var(--button-text-hover);
--border-color: rgb(255 255 255 / 25%);
--logo-color: rgb(var(--accent-color));
--body-background-color: var(--main-bg-color);
--border-hover-color: rgb(var(--accent-color));
}

View File

@ -14,50 +14,3 @@
/* EMBY AQUAMARINE THEME */
@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css");
@import url("https://theme-park.dev/CSS/variables/aquamarine.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* EMBY DARK THEME */
@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css");
@import url("https://theme-park.dev/CSS/variables/dark.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* EMBY DRACULA THEME */
@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css");
@import url("https://theme-park.dev/CSS/variables/dracula.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

File diff suppressed because one or more lines are too long

View File

@ -14,50 +14,3 @@
/* EMBY HOTLINE THEME */
@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css");
@import url("https://theme-park.dev/CSS/variables/hotline.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* EMBY ORGANIZR-DARK THEME */
@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css");
@import url("https://theme-park.dev/CSS/variables/organizr-dark.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* EMBY PLEX THEME */
@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css");
@import url("https://theme-park.dev/CSS/variables/plex.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* EMBY SPACE GRAY THEME */
@import url("https://theme-park.dev/CSS/themes/emby/emby-base.css");
@import url("https://theme-park.dev/CSS/variables/space-gray.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -13,8 +13,3 @@
/* FLOOD AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/flood/flood-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--accent-color: 18, 175, 160;
}

View File

@ -15,13 +15,3 @@
@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css);
@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
--color-primary-light-4: #002D24;
--color-primary-light-2: #004B40;
--color-primary: #006B5F;
--color-primary-dark-2: #008C7E;
--color-primary-dark-4: #12AFA0;
}

View File

@ -15,13 +15,3 @@
@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css);
@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
--color-primary-light-4: #303030;
--color-primary-light-2: #5E5E5E;
--color-primary: #919191;
--color-primary-dark-2: #C6C6C6;
--color-primary-dark-4: #FFFFFF;
}

View File

@ -15,13 +15,3 @@
@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css);
@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
--color-primary-light-4: #003B00;
--color-primary-light-2: #006700;
--color-primary: #00961D;
--color-primary-dark-2: #00C74D;
--color-primary-dark-4: #50FA7B;
}

File diff suppressed because one or more lines are too long

View File

@ -15,13 +15,3 @@
@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css);
@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
--color-primary-light-4: #690000;
--color-primary-light-2: #890000;
--color-primary: #AC0002;
--color-primary-dark-2: #D0191D;
--color-primary-dark-4: #F44336;
}

View File

@ -15,13 +15,3 @@
@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css);
@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
--color-primary-light-4: #002A57;
--color-primary-light-2: #004878;
--color-primary: #00679A;
--color-primary-dark-2: #0088BE;
--color-primary-dark-4: #2CABE3;
}

View File

@ -15,13 +15,3 @@
@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css);
@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
--color-primary-light-4: #492000;
--color-primary-light-2: #6E4500;
--color-primary: #9B6C00;
--color-primary-dark-2: #CC9500;
--color-primary-dark-4: #FFC107;
}

View File

@ -15,13 +15,3 @@
@import url(https://theme-park.dev/CSS/themes/gitea/gitea-base.css);
@import url(https://theme-park.dev/CSS/themes/gitea/chroma.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--color-secondary-alpha-70: rgba(0, 0, 0, 0.35);
--color-primary-light-4: #002634;
--color-primary-light-2: #1D4352;
--color-primary: #3E6272;
--color-primary-dark-2: #5F8394;
--color-primary-dark-4: #81A6B7;
}

View File

@ -14,50 +14,3 @@
/* JELLYFIN AQUAMARINE THEME */
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
@import url("https://theme-park.dev/CSS/variables/aquamarine.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* JELLYFIN DARK THEME */
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
@import url("https://theme-park.dev/CSS/variables/dark.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* JELLYFIN AQUAMARINE THEME */
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
@import url("https://theme-park.dev/CSS/variables/dracula.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* JELLYFIN HOTLINE THEME */
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
@import url("https://theme-park.dev/CSS/variables/hotline.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

File diff suppressed because one or more lines are too long

View File

@ -14,50 +14,3 @@
/* JELLYFIN ORGANIZR-DARK THEME */
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
@import url("https://theme-park.dev/CSS/variables/organizr-dark.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* JELLYFIN PLEX THEME */
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
@import url("https://theme-park.dev/CSS/variables/plex.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,50 +14,3 @@
/* JELLYFIN SPACE GRAY THEME */
@import url("https://theme-park.dev/CSS/themes/jellyfin/jellyfin-base.css");
@import url("https://theme-park.dev/CSS/variables/space-gray.css");
:root {
--theme-primary-color: var(--accent-color);
--theme-text-color: var(--text);
--theme-text-color-opaque: var(--text-hover);
--theme-accent-text-color: var(--accent-color);
--theme-primary-color-lightened: var(--accent-color-hover);
--theme-icon-focus-background: rgba(var(--accent-color), 0.2);
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: var(--button-color);
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
--header-background: var(--theme-background);
--theme-body-secondary-text-color: rgba(255, 255, 255, .6);
--line-background: rgba(255, 255, 255, .08);
--line-size: .08em;
--scrollbar-thumb-background: rgba(255,255,255,.3);
}
@media (pointer: fine) {
:not(.layout-tv):root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}
}
.layout-tv:root {
--theme-background: var(--main-bg-color);
--header-blur-background: rgba(20,20,20,0.66);
--drawer-background: #2C2C2E;
--docked-drawer-background: rgba(0, 0, 0, 0.25);
--button-background: #1f1f1f;
--card-background: rgba(0, 0, 0, 0.15);
--footer-background: var(--modal-footer-color);
--footer-blur-background: rgba(29,29,31,0.66);
}

View File

@ -14,12 +14,3 @@
/* LIDARR AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
:root {
--calendar-downloading: 122 67 182;
--calendar-downloaded: 39 194 76;
--calendar-unreleased: 93 156 236;
--calendar-partial: 255, 165, 0;
--calendar-unmonitored: 173 173 173;
--calendar-missing: 240 80 80;
--queue-color: #009688;
}

View File

@ -14,14 +14,3 @@
/* LIDARR DARK THEME */
@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--calendar-downloading: 122 67 182;
--calendar-downloaded: 39 194 76;
--calendar-unreleased: 93 156 236;
--calendar-partial: 255, 165, 0;
--calendar-unmonitored: 173 173 173;
--calendar-missing: 240 80 80;
--queue-color: #6b5;
}

View File

@ -14,14 +14,3 @@
/* LIDARR AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--calendar-downloading: 122 67 182;
--calendar-downloaded: 39 194 76;
--calendar-unreleased: 93 156 236;
--calendar-partial: 255, 165, 0;
--calendar-unmonitored: 173 173 173;
--calendar-missing: 240 80 80;
--queue-color: #50fa7b;
}

View File

@ -14,14 +14,3 @@
/* LIDARR HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--calendar-downloading: 122 67 182;
--calendar-downloaded: 39 194 76;
--calendar-unreleased: 93 156 236;
--calendar-partial: 255, 165, 0;
--calendar-unmonitored: 173 173 173;
--calendar-missing: 240 80 80;
--queue-color: #6b5;
}

File diff suppressed because one or more lines are too long

View File

@ -14,14 +14,3 @@
/* LIDARR ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--calendar-downloading: 122 67 182;
--calendar-downloaded: 39 194 76;
--calendar-unreleased: 93 156 236;
--calendar-partial: 255, 165, 0;
--calendar-unmonitored: 173 173 173;
--calendar-missing: 240 80 80;
--queue-color: #2cabe3;
}

View File

@ -14,14 +14,3 @@
/* LIDARR PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--calendar-downloading: 122 67 182;
--calendar-downloaded: 39 194 76;
--calendar-unreleased: 93 156 236;
--calendar-partial: 255, 165, 0;
--calendar-unmonitored: 173 173 173;
--calendar-missing: 240 80 80;
--queue-color: #27c24c;
}

View File

@ -14,14 +14,3 @@
/* LIDARR SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/lidarr/lidarr-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--calendar-downloading: 122 67 182;
--calendar-downloaded: 39 194 76;
--calendar-unreleased: 93 156 236;
--calendar-partial: 255, 165, 0;
--calendar-unmonitored: 173 173 173;
--calendar-missing: 240 80 80;
--queue-color: #81a6b7;
}

View File

@ -12,5 +12,5 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);

View File

@ -12,5 +12,5 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 DARK THEME */
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);

View File

@ -12,5 +12,5 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);

View File

@ -12,5 +12,5 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);

View File

@ -12,5 +12,5 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);

View File

@ -12,5 +12,5 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);

View File

@ -12,5 +12,5 @@
/* https://github.com/gilbN/theme.park */
/* NZBHYDRA2 SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra-base.css);
@import url(https://theme-park.dev/CSS/themes/nzbhydra2/nzbhydra2-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);

View File

@ -14,8 +14,3 @@
/* PETIO AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--spinner: invert(39%) sepia(98%) saturate(527%) hue-rotate(129deg) brightness(94%) contrast(101%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

View File

@ -14,8 +14,3 @@
/* PETIO DARK THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--spinner: invert(35%) sepia(12%) saturate(4%) hue-rotate(2deg) brightness(104%) contrast(86%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

View File

@ -14,8 +14,3 @@
/* PETIO DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--spinner: invert(79%) sepia(27%) saturate(1033%) hue-rotate(74deg) brightness(104%) contrast(96%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

View File

@ -14,8 +14,3 @@
/* PETIO HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--spinner: invert(32%) sepia(35%) saturate(3786%) hue-rotate(341deg) brightness(100%) contrast(92%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

View File

@ -14,8 +14,3 @@
/* PETIO ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--spinner: invert(65%) sepia(83%) saturate(2026%) hue-rotate(167deg) brightness(90%) contrast(97%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

View File

@ -13,8 +13,3 @@
/* PETIO PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--spinner: invert(0%) sepia(0%) saturate(100%) hue-rotate(0deg) brightness(100%) contrast(100%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

View File

@ -14,8 +14,3 @@
/* PETIO SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/petio/petio-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--spinner: invert(50%) sepia(31%) saturate(341%) hue-rotate(155deg) brightness(88%) contrast(85%); /* Made with https://codepen.io/jsm91/embed/ZEEawyZ */
}

View File

@ -13,8 +13,3 @@
/* PLEX AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS*/
:root {
--poster-unwatched: #15D5C2;
}

View File

@ -13,8 +13,3 @@
/* PLEX DARK THEME */
@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS*/
:root {
--poster-unwatched: #e5a00d;
}

View File

@ -13,8 +13,3 @@
/* PLEX DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS*/
:root {
--poster-unwatched: #bd93f9;
}

View File

@ -13,8 +13,3 @@
/* PLEX HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS*/
:root {
--poster-unwatched: #FB3122;
}

View File

@ -13,8 +13,3 @@
/* PLEX ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS*/
:root {
--poster-unwatched: #2cabe3;
}

View File

@ -13,8 +13,3 @@
/* PLEX AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/plex/plex-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS*/
:root {
--poster-unwatched: #70aeca;
}

View File

@ -14,8 +14,3 @@
/* PROWLARR AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--queue-color: #009688;
}

View File

@ -14,9 +14,3 @@
/* PROWLARR DARK THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--queue-color: #6b5;
}

View File

@ -14,9 +14,3 @@
/* PROWLARR DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--queue-color: #50fa7b;
}

View File

@ -14,8 +14,3 @@
/* PROWLARR HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--queue-color: #6b5;
}

View File

@ -14,8 +14,3 @@
/* prowlarr ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--queue-color: #2cabe3;
}

View File

@ -14,8 +14,3 @@
/* prowlarr PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--queue-color: #27c24c;
}

View File

@ -14,8 +14,3 @@
/* prowlarr SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--queue-color: #81a6b7;
}

View File

@ -14,8 +14,3 @@
/* QBITTORRENT AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--progress-color: #4c95af;
}

View File

@ -14,8 +14,3 @@
/* QBITTORRENT DARK THEME */
@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--progress-color: rgb(170,170,170);
}

View File

@ -14,8 +14,3 @@
/* QBITTORRENT DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--progress-color: #50fa7b;
}

View File

@ -14,8 +14,3 @@
/* QBITTORRENT HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--progress-color: #df6c4c;
}

View File

@ -14,8 +14,3 @@
/* QBITTORRENT ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--progress-color: #2cabe3;
}

View File

@ -14,8 +14,3 @@
/* QBITTORRENT PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--progress-color: #cc7b19;
}

File diff suppressed because one or more lines are too long

View File

@ -14,8 +14,3 @@
/* QBITTORRENT SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/qbittorrent/qbittorrent-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--progress-color: #607D8B;
}

View File

@ -14,14 +14,3 @@
/* RADARR AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css);
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
/* APP VARS */
:root {
--calendar-in-cinemas: 53, 197, 244;
--calendar-downloading: 122 67 182;
--calendar-unmonitored: 173 173 173;
--calendar-unaired: 93 156 236;
--calendar-missing: 240 80 80;
--calendar-available: 39 194 76;
--queue-color: #009688;
}

View File

@ -14,14 +14,3 @@
/* RADARR DARK THEME */
@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dark.css);
/* APP VARS */
:root {
--calendar-in-cinemas: 53, 197, 244;
--calendar-downloading: 122 67 182;
--calendar-unmonitored: 173 173 173;
--calendar-unaired: 93 156 236;
--calendar-missing: 240 80 80;
--calendar-available: 39 194 76;
--queue-color: #6b5;
}

View File

@ -13,14 +13,3 @@
/* RADARR DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);
/* APP VARS */
:root {
--calendar-in-cinemas: 53, 197, 244;
--calendar-downloading: 122 67 182;
--calendar-unmonitored: 173 173 173;
--calendar-unaired: 93 156 236;
--calendar-missing: 240 80 80;
--calendar-available: 39 194 76;
--queue-color: #50fa7b;
}

View File

@ -14,14 +14,3 @@
/* RADARR HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css);
@import url(https://theme-park.dev/CSS/variables/hotline.css);
/* APP VARS */
:root {
--calendar-in-cinemas: 53, 197, 244;
--calendar-downloading: 122 67 182;
--calendar-unmonitored: 173 173 173;
--calendar-unaired: 93 156 236;
--calendar-missing: 240 80 80;
--calendar-available: 39 194 76;
--queue-color: #6b5;
}

View File

@ -14,14 +14,3 @@
/* RADARR ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css);
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
/* APP VARS */
:root {
--calendar-in-cinemas: 53, 197, 244;
--calendar-downloading: 122 67 182;
--calendar-unmonitored: 173 173 173;
--calendar-unaired: 93 156 236;
--calendar-missing: 240 80 80;
--calendar-available: 39 194 76;
--queue-color: #2cabe3;
}

View File

@ -14,14 +14,3 @@
/* RADARR PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css);
@import url(https://theme-park.dev/CSS/variables/plex.css);
/* APP VARS */
:root {
--calendar-in-cinemas: 53, 197, 244;
--calendar-downloading: 122 67 182;
--calendar-unmonitored: 173 173 173;
--calendar-unaired: 93 156 236;
--calendar-missing: 240 80 80;
--calendar-available: 39 194 76;
--queue-color: #27c24c;
}

File diff suppressed because one or more lines are too long

View File

@ -14,14 +14,3 @@
/* RADARR SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/radarr/radarr-base.css);
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
/* APP VARS */
:root {
--calendar-in-cinemas: 53, 197, 244;
--calendar-downloading: 122 67 182;
--calendar-unmonitored: 173 173 173;
--calendar-unaired: 93 156 236;
--calendar-missing: 240 80 80;
--calendar-available: 39 194 76;
--queue-color: #81a6b7;
}

Some files were not shown because too many files have changed in this diff Show More