From 32e1ba9165979d448acb7d18289df1e29a0755ee Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Tue, 3 Aug 2021 17:55:47 +0200 Subject: [PATCH] nzbhydra and resilio base renamed --- CSS/themes/nzbhydra2/aquamarine.css | 2 +- CSS/themes/nzbhydra2/dark.css | 2 +- CSS/themes/nzbhydra2/dracula.css | 4 ++-- CSS/themes/nzbhydra2/hotline.css | 2 +- .../nzbhydra2/{nzbhydra-base.css => nzbhydra2-base.css} | 0 CSS/themes/nzbhydra2/organizr-dark.css | 2 +- CSS/themes/nzbhydra2/plex.css | 2 +- CSS/themes/nzbhydra2/space-gray.css | 2 +- CSS/themes/resilio-sync/aquamarine.css | 2 +- CSS/themes/resilio-sync/dark.css | 2 +- CSS/themes/resilio-sync/dracula.css | 2 +- CSS/themes/resilio-sync/hotline.css | 2 +- CSS/themes/resilio-sync/organizr-dark.css | 2 +- CSS/themes/resilio-sync/plex.css | 2 +- .../resilio-sync/{resilio-base.css => resilio-sync-base.css} | 0 CSS/themes/resilio-sync/space-gray.css | 2 +- 16 files changed, 15 insertions(+), 15 deletions(-) rename CSS/themes/nzbhydra2/{nzbhydra-base.css => nzbhydra2-base.css} (100%) rename CSS/themes/resilio-sync/{resilio-base.css => resilio-sync-base.css} (100%) diff --git a/CSS/themes/nzbhydra2/aquamarine.css b/CSS/themes/nzbhydra2/aquamarine.css index 5319f79f..8e3663bb 100644 --- a/CSS/themes/nzbhydra2/aquamarine.css +++ b/CSS/themes/nzbhydra2/aquamarine.css @@ -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); diff --git a/CSS/themes/nzbhydra2/dark.css b/CSS/themes/nzbhydra2/dark.css index 0ac1701a..1884bc8b 100644 --- a/CSS/themes/nzbhydra2/dark.css +++ b/CSS/themes/nzbhydra2/dark.css @@ -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); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/dracula.css b/CSS/themes/nzbhydra2/dracula.css index e8b3653e..fd9a9916 100644 --- a/CSS/themes/nzbhydra2/dracula.css +++ b/CSS/themes/nzbhydra2/dracula.css @@ -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); diff --git a/CSS/themes/nzbhydra2/hotline.css b/CSS/themes/nzbhydra2/hotline.css index 4f3a7059..141fb708 100644 --- a/CSS/themes/nzbhydra2/hotline.css +++ b/CSS/themes/nzbhydra2/hotline.css @@ -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); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/nzbhydra-base.css b/CSS/themes/nzbhydra2/nzbhydra2-base.css similarity index 100% rename from CSS/themes/nzbhydra2/nzbhydra-base.css rename to CSS/themes/nzbhydra2/nzbhydra2-base.css diff --git a/CSS/themes/nzbhydra2/organizr-dark.css b/CSS/themes/nzbhydra2/organizr-dark.css index 80298917..4c2dfe55 100644 --- a/CSS/themes/nzbhydra2/organizr-dark.css +++ b/CSS/themes/nzbhydra2/organizr-dark.css @@ -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); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/plex.css b/CSS/themes/nzbhydra2/plex.css index d1299c77..2fd2c92b 100644 --- a/CSS/themes/nzbhydra2/plex.css +++ b/CSS/themes/nzbhydra2/plex.css @@ -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); \ No newline at end of file diff --git a/CSS/themes/nzbhydra2/space-gray.css b/CSS/themes/nzbhydra2/space-gray.css index 8a2d1171..06fb312a 100644 --- a/CSS/themes/nzbhydra2/space-gray.css +++ b/CSS/themes/nzbhydra2/space-gray.css @@ -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); diff --git a/CSS/themes/resilio-sync/aquamarine.css b/CSS/themes/resilio-sync/aquamarine.css index 56b024e1..ced4da6a 100644 --- a/CSS/themes/resilio-sync/aquamarine.css +++ b/CSS/themes/resilio-sync/aquamarine.css @@ -12,5 +12,5 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC AQUAMARINE THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-base.css); +@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); @import url(https://theme-park.dev/CSS/variables/aquamarine.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/dark.css b/CSS/themes/resilio-sync/dark.css index 84e5f39b..e72aae34 100644 --- a/CSS/themes/resilio-sync/dark.css +++ b/CSS/themes/resilio-sync/dark.css @@ -12,5 +12,5 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-base.css); +@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); @import url(https://theme-park.dev/CSS/variables/dark.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/dracula.css b/CSS/themes/resilio-sync/dracula.css index eb3054be..a7171e41 100644 --- a/CSS/themes/resilio-sync/dracula.css +++ b/CSS/themes/resilio-sync/dracula.css @@ -12,5 +12,5 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC DRACULA THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-base.css); +@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); @import url(https://theme-park.dev/CSS/variables/dracula.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/hotline.css b/CSS/themes/resilio-sync/hotline.css index 8a54c6e6..4e303a74 100644 --- a/CSS/themes/resilio-sync/hotline.css +++ b/CSS/themes/resilio-sync/hotline.css @@ -12,5 +12,5 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC HOTLINE THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-base.css); +@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); @import url(https://theme-park.dev/CSS/variables/hotline.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/organizr-dark.css b/CSS/themes/resilio-sync/organizr-dark.css index 0f56a9c3..4e0d72b0 100644 --- a/CSS/themes/resilio-sync/organizr-dark.css +++ b/CSS/themes/resilio-sync/organizr-dark.css @@ -12,5 +12,5 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC ORGANIZR-DARK THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-base.css); +@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); @import url(https://theme-park.dev/CSS/variables/organizr-dark.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/plex.css b/CSS/themes/resilio-sync/plex.css index f725855d..7edea5fc 100644 --- a/CSS/themes/resilio-sync/plex.css +++ b/CSS/themes/resilio-sync/plex.css @@ -12,5 +12,5 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC PLEX THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-base.css); +@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); @import url(https://theme-park.dev/CSS/variables/plex.css); \ No newline at end of file diff --git a/CSS/themes/resilio-sync/resilio-base.css b/CSS/themes/resilio-sync/resilio-sync-base.css similarity index 100% rename from CSS/themes/resilio-sync/resilio-base.css rename to CSS/themes/resilio-sync/resilio-sync-base.css diff --git a/CSS/themes/resilio-sync/space-gray.css b/CSS/themes/resilio-sync/space-gray.css index 0a64acff..bfed2110 100644 --- a/CSS/themes/resilio-sync/space-gray.css +++ b/CSS/themes/resilio-sync/space-gray.css @@ -12,5 +12,5 @@ /* https://github.com/gilbN/theme.park */ /* RESILIO-SYNC SPACE GRAY THEME */ -@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-base.css); +@import url(https://theme-park.dev/CSS/themes/resilio-sync/resilio-sync-base.css); @import url(https://theme-park.dev/CSS/variables/space-gray.css); \ No newline at end of file