mirror of
https://github.com/gilbN/theme.park.git
synced 2024-11-20 01:52:32 +01:00
deploy: 21f039d78c
This commit is contained in:
parent
1b7742de40
commit
f9c9a572fe
File diff suppressed because one or more lines are too long
@ -13,9 +13,4 @@
|
||||
|
||||
/* NZBGET AQUAMARINE THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-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;
|
||||
--accent-color: #FFEB3B;
|
||||
--button-color: #00bcd4;
|
||||
}
|
||||
@import url(https://theme-park.dev/CSS/variables/aquamarine.css);
|
@ -13,9 +13,4 @@
|
||||
|
||||
/* NZBGET DARK THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-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;
|
||||
--accent-color: #f9be03;
|
||||
--button-color: #cc7b19;
|
||||
}
|
||||
@import url(https://theme-park.dev/CSS/variables/dark.css);
|
16
CSS/themes/nzbget/dracula.css
Normal file
16
CSS/themes/nzbget/dracula.css
Normal file
@ -0,0 +1,16 @@
|
||||
|
||||
/* dP dP dP */
|
||||
/* 88 88 88 */
|
||||
/* d8888P 88d888b. .d8888b. 88d8b.d8b. .d8888b. 88d888b. .d8888b. 88d888b. 88 .dP */
|
||||
/* 88 88' `88 88ooood8 88'`88'`88 88ooood8 88' `88 88' `88 88' `88 88888" */
|
||||
/* 88 88 88 88. ... 88 88 88 88. ... 88. .88 88. .88 88 88 `8b. */
|
||||
/* dP dP dP `88888P' dP dP dP `88888P' 88 88Y888P' `88888P8 dP dP `YP */
|
||||
/* 88 */
|
||||
/* dP */
|
||||
|
||||
/* Made by @gilbN */
|
||||
/* https://github.com/gilbN/theme.park */
|
||||
|
||||
/* NZBGET DRACULA THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css);
|
||||
@import url(https://theme-park.dev/CSS/variables/dracula.css);
|
@ -13,9 +13,4 @@
|
||||
|
||||
/* NZBGET HOTLINE THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-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;
|
||||
--accent-color: #FFEB3B;
|
||||
--button-color: #F44336;
|
||||
}
|
||||
@import url(https://theme-park.dev/CSS/variables/hotline.css);
|
File diff suppressed because one or more lines are too long
@ -13,9 +13,4 @@
|
||||
|
||||
/* NZBGET ORGANIZR-DARK THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-base.css);
|
||||
:root {
|
||||
--main-bg-color: #1f1f1f;
|
||||
--modal-bg-color: #1b1b1b;
|
||||
--accent-color: #2cabe3;
|
||||
--button-color: #2cabe3;
|
||||
}
|
||||
@import url(https://theme-park.dev/CSS/variables/organizr-dark.css);
|
@ -13,9 +13,4 @@
|
||||
|
||||
/* NZBGET PLEX THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-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;
|
||||
--accent-color: #f9be03;
|
||||
--button-color: #cc7b19;
|
||||
}
|
||||
@import url(https://theme-park.dev/CSS/variables/plex.css);
|
@ -13,9 +13,4 @@
|
||||
|
||||
/* NZBGET SPACE GRAY THEME */
|
||||
@import url(https://theme-park.dev/CSS/themes/nzbget/nzbget-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;
|
||||
--accent-color: #81a6b7;
|
||||
--button-color: #607D8B;
|
||||
}
|
||||
@import url(https://theme-park.dev/CSS/variables/space-gray.css);
|
@ -18,7 +18,7 @@
|
||||
--link-color-hover: #fff;
|
||||
--label-text-color: #fff;
|
||||
|
||||
--text:#bbb;
|
||||
--text:#ddd;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
--link-color-hover: #fff;
|
||||
--label-text-color: black;
|
||||
|
||||
--text:#bbb;
|
||||
--text:#ddd;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
--link-color-hover: #fff;
|
||||
--label-text-color: #fff;
|
||||
|
||||
--text:#bbb;
|
||||
--text:#ddd;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
}
|
@ -21,7 +21,7 @@
|
||||
--link-color-hover: #fff;
|
||||
--label-text-color: #fff;
|
||||
|
||||
--text:#bbb;
|
||||
--text:#ddd;
|
||||
--text-hover: #fff;
|
||||
--text-muted: #999;
|
||||
}
|
Loading…
Reference in New Issue
Block a user