Browse Source

Set correct import url

pull/212/head
monkey-debugger 4 years ago
parent
commit
1cccabebad
  1. 4
      CSS/themes/utorrent/aquamarine.css
  2. 6
      CSS/themes/utorrent/dark.css
  3. 2
      CSS/themes/utorrent/hotline.css
  4. 6
      CSS/themes/utorrent/organizr-dark.css
  5. 2
      CSS/themes/utorrent/plex.css
  6. 4
      CSS/themes/utorrent/space-gray.css

4
CSS/themes/utorrent/aquamarine.css

@ -11,8 +11,8 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* RUTORRENT AQUAMARINE THEME */
@import url(./utorrent-base.css);
/* UTORRENT AQUAMARINE THEME */
@import url(https://theme-park.dev/CSS/themes/utorrent/utorrent-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;

6
CSS/themes/utorrent/dark.css

@ -11,12 +11,12 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* RUTORRENT DARK THEME */
@import url(./utorrent-base.css);
/* UTORRENT DARK THEME */
@import url(https://theme-park.dev/CSS/themes/utorrent/utorrent-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;
--default-button-color: #3d3d3d;
--default-button-color-hover: #5a5a5a;
--progress-color: #3d3d3d;
}
}

2
CSS/themes/utorrent/hotline.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* UTORRENT HOTLINE THEME */
@import url(./utorrent-base.css);
@import url(https://theme-park.dev/CSS/themes/utorrent/utorrent-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;

6
CSS/themes/utorrent/organizr-dark.css

@ -11,12 +11,12 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* RUTORRENT ORGANIZR-DARK THEME */
@import url(./utorrent-base.css);
/* UTORRENT ORGANIZR-DARK THEME */
@import url(https://theme-park.dev/CSS/themes/utorrent/utorrent-base.css);
:root {
--main-bg-color: #1f1f1f;
--modal-bg-color: #1b1b1b;
--default-button-color: #2cabe3;
--default-button-color-hover: rgb(44 171 227 / .8);
--progress-color: #2cabe3;
}
}

2
CSS/themes/utorrent/plex.css

@ -12,7 +12,7 @@
/* https://github.com/gilbN/theme.park */
/* UTORRENT PLEX THEME */
@import url(./utorrent-base.css);
@import url(https://theme-park.dev/CSS/themes/utorrent/utorrent-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;

4
CSS/themes/utorrent/space-gray.css

@ -11,8 +11,8 @@
/* Made by @gilbN */
/* https://github.com/gilbN/theme.park */
/* RUTORRENT SPACE GRAY THEME */
@import url(./utorrent-base.css);
/* UTORRENT SPACE GRAY THEME */
@import url(https://theme-park.dev/CSS/themes/utorrent/utorrent-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;

Loading…
Cancel
Save