diff --git a/CSS/themes/utorrent/aquamarine.css b/CSS/themes/utorrent/aquamarine.css index 3260fe4f..ac7a22b1 100644 --- a/CSS/themes/utorrent/aquamarine.css +++ b/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; diff --git a/CSS/themes/utorrent/dark.css b/CSS/themes/utorrent/dark.css index 9e30ebd0..0d80ec41 100644 --- a/CSS/themes/utorrent/dark.css +++ b/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; - } \ No newline at end of file +} \ No newline at end of file diff --git a/CSS/themes/utorrent/hotline.css b/CSS/themes/utorrent/hotline.css index a24070b0..075153ff 100644 --- a/CSS/themes/utorrent/hotline.css +++ b/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; diff --git a/CSS/themes/utorrent/organizr-dark.css b/CSS/themes/utorrent/organizr-dark.css index 6db50900..96eb1602 100644 --- a/CSS/themes/utorrent/organizr-dark.css +++ b/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; - } \ No newline at end of file +} \ No newline at end of file diff --git a/CSS/themes/utorrent/plex.css b/CSS/themes/utorrent/plex.css index b7f582a1..fb65ee01 100644 --- a/CSS/themes/utorrent/plex.css +++ b/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; diff --git a/CSS/themes/utorrent/space-gray.css b/CSS/themes/utorrent/space-gray.css index c5ec9cb0..4b4734ac 100644 --- a/CSS/themes/utorrent/space-gray.css +++ b/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;