From bc44dbbe1b7abe7d324ae2317dd4ac57153f5716 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Sun, 4 Jul 2021 19:50:21 +0200 Subject: [PATCH] deluge new vars --- CSS/themes/deluge/aquamarine.css | 21 +++------------------ CSS/themes/deluge/dark.css | 21 +++------------------ CSS/themes/deluge/dracula.css | 21 +++------------------ CSS/themes/deluge/hotline.css | 23 ++++------------------- CSS/themes/deluge/organizr-dark.css | 23 ++++------------------- CSS/themes/deluge/plex.css | 21 +++------------------ CSS/themes/deluge/space-gray.css | 21 +++------------------ CSS/themes/sonarr/noname.css | 2 +- 8 files changed, 24 insertions(+), 129 deletions(-) diff --git a/CSS/themes/deluge/aquamarine.css b/CSS/themes/deluge/aquamarine.css index ebd726c6..abcf88cd 100644 --- a/CSS/themes/deluge/aquamarine.css +++ b/CSS/themes/deluge/aquamarine.css @@ -13,24 +13,9 @@ /* DELUGE AQUAMARINE THEME */ @import url(https://theme-park.dev/CSS/themes/deluge/deluge-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 center, #47918a 0%, #0b3161 100%) center center/cover no-repeat fixed; - - --button-color: #009688; - --button-color-hover: #12afa0; - --button-text: #eee; - --button-text-hover: #FFF; - - --accent-color: 0, 150, 136; - --accent-color-hover: #12afa0; - --link-color: #0ed2bf; - --link-color-hover: #fff; - --label-text-color: #fff; - - --text:#eee; - --text-hover: #fff; - --text-muted: #bbb; +@import url(https://theme-park.dev/CSS/variables/aquamarine.css); +/* APP VARS */ +:root { --progress-color: 0, 150, 136; } \ No newline at end of file diff --git a/CSS/themes/deluge/dark.css b/CSS/themes/deluge/dark.css index 81c2f232..80f6e07a 100644 --- a/CSS/themes/deluge/dark.css +++ b/CSS/themes/deluge/dark.css @@ -13,24 +13,9 @@ /* DELUGE DARK THEME */ @import url(https://theme-park.dev/CSS/themes/deluge/deluge-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); - --button-text: #eee; - --button-text-hover: #FFF; - - --accent-color: 100, 100, 100; - --accent-color-hover: rgba(255, 255, 255, 0.45); - --link-color: #ddd; - --link-color-hover: #fff; - --label-text-color: #fff; - - --text:#eee; - --text-hover: #fff; - --text-muted: #999; +@import url(https://theme-park.dev/CSS/variables/dark.css); +/* APP VARS */ +:root { --progress-color: 61, 61, 61; } diff --git a/CSS/themes/deluge/dracula.css b/CSS/themes/deluge/dracula.css index 90a543ef..1f6840fa 100644 --- a/CSS/themes/deluge/dracula.css +++ b/CSS/themes/deluge/dracula.css @@ -13,24 +13,9 @@ /* DELUGE DRACULA THEME */ @import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css); +@import url(https://theme-park.dev/CSS/variables/dracula.css); + +/* APP VARS */ :root { - --main-bg-color: #282a36; - --modal-bg-color: #282a36; - - --button-color: #bd93f9; - --button-color-hover: #ff79c6; - --button-text: #eee; - --button-text-hover: #FFF; - - --accent-color: 80, 250, 123; - --accent-color-hover: #8be9fd; - --link-color: #ff79c6; - --link-color-hover: #8be9fd; - --label-text-color: #282a36; - - --text:#6272a4; - --text-hover: #95adfa; - --text-muted: #999; - --progress-color: 80, 250, 123; } \ No newline at end of file diff --git a/CSS/themes/deluge/hotline.css b/CSS/themes/deluge/hotline.css index db8cf91f..45b5d1e4 100644 --- a/CSS/themes/deluge/hotline.css +++ b/CSS/themes/deluge/hotline.css @@ -13,24 +13,9 @@ /* DELUGE HOTLINE THEME */ @import url(https://theme-park.dev/CSS/themes/deluge/deluge-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 center, #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); - --button-text: #eee; - --button-text-hover: #FFF; - - --accent-color: 244, 67, 54; - --accent-color-hover: #0b3161; - --link-color: #ddd; - --link-color-hover: #fff; - --label-text-color: #fff; - - --text:#eee; - --text-hover: #fff; - --text-muted: #bbb; +@import url(https://theme-park.dev/CSS/variables/hotline.css); - --progress-color: 223, 108, 76; +/* APP VARS */ +:root { + --progress-color: 223, 108, 76; } \ No newline at end of file diff --git a/CSS/themes/deluge/organizr-dark.css b/CSS/themes/deluge/organizr-dark.css index 4318a7f3..9950f168 100644 --- a/CSS/themes/deluge/organizr-dark.css +++ b/CSS/themes/deluge/organizr-dark.css @@ -13,24 +13,9 @@ /* DELUGE ORGANIZR-DARK THEME */ @import url(https://theme-park.dev/CSS/themes/deluge/deluge-base.css); -:root { - --main-bg-color: #1f1f1f; - --modal-bg-color: #1b1b1b; - - --button-color: #2cabe3; - --button-color-hover: rgb(44 171 227 / .8); - --button-text: #eee; - --button-text-hover: #fff; +@import url(https://theme-park.dev/CSS/variables/organizr-dark.css); - --accent-color: 44, 171, 227; - --accent-color-hover: white; - --link-color: #2cabe3; - --link-color-hover: #fff; - --label-text-color: #fff; - - --text:#96a2b4; - --text-hover: #fff; - --text-muted: #999; - +/* APP VARS */ +:root { --progress-color: 44, 171, 227; - } \ No newline at end of file +} \ No newline at end of file diff --git a/CSS/themes/deluge/plex.css b/CSS/themes/deluge/plex.css index 5142f86c..0ed1ff17 100644 --- a/CSS/themes/deluge/plex.css +++ b/CSS/themes/deluge/plex.css @@ -13,24 +13,9 @@ /* DELUGE PLEX THEME */ @import url(https://theme-park.dev/CSS/themes/deluge/deluge-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; - --button-text: #eee; - --button-text-hover: #fff; +@import url(https://theme-park.dev/CSS/variables/plex.css); - --accent-color: 229, 160, 13; - --accent-color-hover: #ffc107; - --link-color: #e5a00d; - --link-color-hover: #fff; - --label-text-color: #fff; - - --text:#eee; - --text-hover: #fff; - --text-muted: #bbb; - +/* APP VARS */ +:root { --progress-color: 204, 123, 25; } \ No newline at end of file diff --git a/CSS/themes/deluge/space-gray.css b/CSS/themes/deluge/space-gray.css index 550482a0..b7008796 100644 --- a/CSS/themes/deluge/space-gray.css +++ b/CSS/themes/deluge/space-gray.css @@ -13,24 +13,9 @@ /* DELUGE SPACE GRAY THEME */ @import url(https://theme-park.dev/CSS/themes/deluge/deluge-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; - --button-text: #eee; - --button-text-hover: #fff; - - --accent-color: 96, 125, 139; - --accent-color-hover: #81a6b7; - --link-color: #9adfff; - --link-color-hover: #fff; - --label-text-color: #fff; - - --text: #eee; - --text-hover: #fff; - --text-muted: #bbb; +@import url(https://theme-park.dev/CSS/variables/space-gray.css); +/* APP VARS */ +:root { --progress-color: 96, 125, 139; } \ No newline at end of file diff --git a/CSS/themes/sonarr/noname.css b/CSS/themes/sonarr/noname.css index 7b2048c4..600a0513 100644 --- a/CSS/themes/sonarr/noname.css +++ b/CSS/themes/sonarr/noname.css @@ -11,7 +11,7 @@ /* https://github.com/gilbN/theme.park */ /* SONARR THEME */ -@import url(https://gflix.app/theme.park/CSS/themes/sonarr/sonarr-base.css); +@import url(https://theme-park.dev/CSS/themes/sonarr/sonarr-base.css); :root { --main-bg-color: linear-gradient(45deg, #fb3f62 0%, #204c80 37%, #004249 97%) center center/cover no-repeat fixed; --modal-bg-color: radial-gradient(circle, #204c80 0%, #000 100%) center center/cover no-repeat fixed;