Browse Source

switched prowlarr to new vars

pull/230/head
gilbN 4 years ago
parent
commit
66e2dddeb7
  1. 29
      CSS/themes/prowlarr/aquamarine.css
  2. 30
      CSS/themes/prowlarr/dark.css
  3. 28
      CSS/themes/prowlarr/dracula.css
  4. 29
      CSS/themes/prowlarr/hotline.css
  5. 27
      CSS/themes/prowlarr/organizr-dark.css
  6. 27
      CSS/themes/prowlarr/plex.css
  7. 27
      CSS/themes/prowlarr/space-gray.css

29
CSS/themes/prowlarr/aquamarine.css

@ -11,32 +11,11 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* prowlarr AQUAMARINE THEME */
/* PROWLARR AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-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;
--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;
--button-color: #009688;
--button-color-hover: #12afa0;
--button-text: #eee;
--button-text-hover: #FFF;
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
--accent-color: #009688;
--accent-color-hover: #12afa0;
/* APP VARS */
:root {
--queue-color: #009688;
--link-color: #0ed2bf;
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
}

30
CSS/themes/prowlarr/dark.css

@ -11,32 +11,12 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* prowlarr DARK THEME */
/* PROWLARR DARK THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-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;
--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;
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--button-text: #eee;
--button-text-hover: #FFF;
@import url(https://theme-park.dev/CSS/variables/dark.css);
--accent-color: rgba(255, 255, 255, 0.25);
--accent-color-hover: rgba(255, 255, 255, 0.45);
/* APP VARS */
:root {
--queue-color: #6b5;
--link-color: #ddd;
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
}

28
CSS/themes/prowlarr/dracula.css

@ -13,30 +13,10 @@
/* PROWLARR DRACULA THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
:root {
--main-bg-color: #282a36;
--modal-bg-color: #282a36;
--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;
--button-color: #bd93f9;
--button-color-hover: #ff79c6;
--button-text: #eee;
--button-text-hover: #FFF;
@import url(https://theme-park.dev/CSS/variables/dracula.css);
--accent-color: #50fa7b;
--accent-color-hover: #50fa7b;
/* APP VARS */
:root {
--queue-color: #50fa7b;
--link-color: #ff79c6;
--link-color-hover: #8be9fd;
--label-text-color: #282a36;
--text:#6272a4;
--text-hover: #95adfa;
--text-muted: #999;
}

29
CSS/themes/prowlarr/hotline.css

@ -11,32 +11,11 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* prowlarr HOTLINE THEME */
/* PROWLARR HOTLINE THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-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;
--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;
@import url(https://theme-park.dev/CSS/variables/hotline.css);
--button-color: hsla(0,0%,100%,.15);
--button-color-hover: hsla(0,0%,100%,.30);
--button-text: #eee;
--button-text-hover: #FFF;
--accent-color: #F44336;
--accent-color-hover: #0b3161;
/* APP VARS */
:root {
--queue-color: #6b5;
--link-color: #ddd;
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
}

27
CSS/themes/prowlarr/organizr-dark.css

@ -13,30 +13,9 @@
/* prowlarr ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
--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;
@import url(https://theme-park.dev/CSS/variables/prganizr-dark.css);
--button-color: #2cabe3;
--button-color-hover: rgb(44 171 227 / .8);
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: #2cabe3;
--accent-color-hover: white;
/* APP VARS */
:root {
--queue-color: #2cabe3;
--link-color: #2cabe3;
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#96a2b4;
--text-hover: #fff;
--text-muted: #999;
}

27
CSS/themes/prowlarr/plex.css

@ -13,30 +13,9 @@
/* prowlarr PLEX THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-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;
--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;
@import url(https://theme-park.dev/CSS/variables/plex.css);
--button-color: #cc7b19;
--button-color-hover: #e59029;
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: #e5a00d;
--accent-color-hover: #ffc107;
/* APP VARS */
:root {
--queue-color: #27c24c;
--link-color: #e5a00d;
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
}

27
CSS/themes/prowlarr/space-gray.css

@ -13,30 +13,9 @@
/* prowlarr SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/prowlarr/prowlarr-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;
--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;
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
--button-color: #607D8B;
--button-color-hover: #81a6b7;
--button-text: #eee;
--button-text-hover: #fff;
--accent-color: #607D8B;
--accent-color-hover: #81a6b7;
/* APP VARS */
:root {
--queue-color: #81a6b7;
--link-color: #81a6b7;
--link-color-hover: #fff;
--label-text-color: #fff;
--text:#eee;
--text-hover: #fff;
--text-muted: #999;
}

Loading…
Cancel
Save