1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-10-02 21:47:12 +02:00
This commit is contained in:
GilbN 2021-08-02 16:58:58 +00:00
parent f30ababc8b
commit 825630febb
10 changed files with 25 additions and 57 deletions

File diff suppressed because one or more lines are too long

View File

@ -13,12 +13,4 @@
/* REQUESTRR AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css);
:root {
--main-bg-color: radial-gradient(ellipse at center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed;
--button-color: #009688;
--button-color-hover: #12afa0;
--accent-color: #009688;
--text-color: #eee;
--text-color-faded: #ddd;
}
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);

View File

@ -13,12 +13,4 @@
/* REQUESTRR DARK THEME */
@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css);
:root {
--main-bg-color: radial-gradient(circle, #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(circle , #3a3a3a, #2d2d2d, #202020, #141414, #000000) center center/cover no-repeat fixed;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--accent-color: rgba(255, 255, 255, 0.25);
--text-color: #eee;
--text-color-faded: #ddd;
}
@import url(https://theme-park.dev/CSS/variables/dark.css);

View File

@ -0,0 +1,16 @@
/* dP dP dP */
/* 88 88 88 */
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
/* 88 */
/* dP */
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* RADARR DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css);
@import url(https://theme-park.dev/CSS/variables/dracula.css);

View File

@ -13,12 +13,4 @@
/* REQUESTRR HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css);
:root {
--main-bg-color: radial-gradient(ellipse at center, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient(ellipse at top, #F44336 0%, #0b3161 100%) center center/cover no-repeat fixed;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--accent-color: #F44336;
--text-color: #eee;
--text-color-faded: #ddd;
}
@import url(https://theme-park.dev/CSS/variables/hotline.css);

View File

@ -13,12 +13,4 @@
/* REQUESTRR ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
--accent-color: #2cabe3;
--text-color: #96a2b4;
--text-color-faded: #ddd;
}
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);

View File

@ -13,12 +13,4 @@
/* REQUESTRR PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css);
:root {
--main-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-light2.png") center center/cover no-repeat fixed;
--modal-bg-color: url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/blur-noise.png"), url("https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/preset-dark2.png") center center/cover no-repeat fixed;
--button-color: #cc7b19;
--button-color-hover: #e59029;
--accent-color: #e5a00d;
--text-color: #eee;
--text-color-faded: #ddd;
}
@import url(https://theme-park.dev/CSS/variables/plex.css);

File diff suppressed because one or more lines are too long

View File

@ -13,12 +13,4 @@
/* RADARR SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/requestrr/requestrr-base.css);
:root {
--main-bg-color: radial-gradient( ellipse at center, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--modal-bg-color: radial-gradient( ellipse at top, rgba(87,108,117,1) 0%, rgba(37,50,55,1) 100.2% ) center center/cover no-repeat fixed;
--button-color: #607D8B;
--button-color-hover: #81a6b7;
--accent-color: #607D8B;
--text-color: #eee;
--text-color-faded: #ddd;
}
@import url(https://theme-park.dev/CSS/variables/space-gray.css);

File diff suppressed because one or more lines are too long