Parcourir la source

Merge pull request #1681 from GilbN/v2-themes

new dracula theme, and updated stuff
causefx il y a 4 ans
Parent
commit
95b99abbfc

+ 6 - 11
Aquamarine_theme/css/themes/Aquamarine.css

@@ -11,21 +11,16 @@
 /*			      https://github.com/gilbN/theme.park			 */
 
 /* ORGANIZR AQUAMARINE THEME */
-@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-base.css);
+@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
+@import url("https://theme-park.dev/CSS/variables/aquamarine.css");
+
+/* APP VARS */
 :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;
-    --link-color: #FFEB3B;
-    --custom-buttons-color: radial-gradient(ellipse at center, #3F51B5 0%, #009688 100%) center center/cover no-repeat fixed;
-    --hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed; 
-    --notification-box-line: #009688;
-    
     --calendar-tv-premier: #FFEB3B;
     --calendar-tv-missing: #ff7676;
     --calendar-tv-available: #53e69d;
     --calendar-tv-unreleased: #eeeeee;
     --calendar-movie-missing: #ff7676;
     --calendar-movie-available: #53e69d;
-    --calendar-movie-unreleased: #eeeeee;    
-  }
+    --calendar-movie-unreleased: #eeeeee;
+  }

+ 11 - 16
Dark_themepark_theme/css/themes/Dark_theme_park.css

@@ -12,21 +12,16 @@
 /*			      https://github.com/gilbN/theme.park			 */
 
 /* ORGANIZR DARK THEME */
-@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-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;
-  --link-color: #2cabe3;
-  --custom-buttons-color: rgba(255, 255, 255, 0.2);
-  --hompage-item-hover: radial-gradient(farthest-corner at 50% 50%,rgba(0, 0, 0, 0.1) 50%,#000000f2  100%);
-  --notification-box-line: #2cabe3;
+@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
+@import url("https://theme-park.dev/CSS/variables/dark.css");
 
-  --calendar-tv-premier: #FFEB3B;
-  --calendar-tv-missing: #ff7676;
-  --calendar-tv-available: #53e69d;
-  --calendar-tv-unreleased: #eeeeee;
-  --calendar-movie-missing: #ff7676;
-  --calendar-movie-available: #53e69d;
-  --calendar-movie-unreleased: #eeeeee;
+/* APP VARS */
+:root {
+    --calendar-tv-premier: #FFEB3B;
+    --calendar-tv-missing: #ff7676;
+    --calendar-tv-available: #53e69d;
+    --calendar-tv-unreleased: #eeeeee;
+    --calendar-movie-missing: #ff7676;
+    --calendar-movie-available: #53e69d;
+    --calendar-movie-unreleased: #eeeeee;
   }

+ 26 - 0
Dracula_theme/css/themes/Dracula.css

@@ -0,0 +1,26 @@
+/*    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			 */
+
+/* ORGANIZR DRACULA THEME */
+@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
+@import url("https://theme-park.dev/CSS/variables/dracula.css");
+
+/* APP VARS */
+:root {
+    --calendar-tv-premier: #FFEB3B;
+    --calendar-tv-missing: #ff7676;
+    --calendar-tv-available: #53e69d;
+    --calendar-tv-unreleased: #eeeeee;
+    --calendar-movie-missing: #ff7676;
+    --calendar-movie-available: #53e69d;
+    --calendar-movie-unreleased: #eeeeee;
+  }

+ 5 - 10
Hotline_theme/css/themes/Hotline.css

@@ -11,21 +11,16 @@
 /*			      https://github.com/gilbN/theme.park			 */
 
 /* ORGANIZR HOTLINE THEME */
-@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-base.css);
+@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
+@import url("https://theme-park.dev/CSS/variables/hotline.css");
+
+/* APP VARS */
 :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; 
-    --link-color: #FFEB3B; 
-    --custom-buttons-color: radial-gradient(ellipse at center, #F44336 0%, #3F51B5 100%) center center/cover no-repeat fixed;
-    --hompage-item-hover: radial-gradient(ellipse at center, rgba(0, 150, 136, 0.33) 0%, #b53f3f73 100%) center center/cover no-repeat fixed; 
-    --notification-box-line: #F44336;
-    
     --calendar-tv-premier: #FFEB3B;
     --calendar-tv-missing: #ff7676;
     --calendar-tv-available: #53e69d;
     --calendar-tv-unreleased: #eeeeee;
     --calendar-movie-missing: #ff7676;
     --calendar-movie-available: #53e69d;
-    --calendar-movie-unreleased: #eeeeee;
+    --calendar-movie-unreleased: #eeeeee; 
   }

+ 4 - 9
Plex_themepark_theme/css/themes/Plex_theme_park.css

@@ -11,16 +11,11 @@
 /*			      https://github.com/gilbN/theme.park			 */
 
 /* ORGANIZR PLEX THEME */
-@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-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: #191a1c;
-    --link-color: #e5a00d;
-    --custom-buttons-color: #e5a00d;
-    --hompage-item-hover: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.1) 50%,#1f292d  100%); 
-    --notification-box-line: #e5a00d;
+@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
+@import url("https://theme-park.dev/CSS/variables/plex.css");
 
+/* APP VARS */
+:root {
     --calendar-tv-premier: #FFEB3B;
     --calendar-tv-missing: #ff7676;
     --calendar-tv-available: #53e69d;

+ 11 - 16
Space_Gray_theme/css/themes/Space_Gray.css

@@ -11,21 +11,16 @@
 /*			      https://github.com/gilbN/theme.park			 */
 
 /* ORGANIZR SPACE GRAY THEME */
-@import 'Organizr.css';
-@import url(https://gilbn.github.io/theme.park/CSS/themes/organizr/organizr-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;
-  --link-color: #81a6b7;
-  --custom-buttons-color: #607D8B;
-  --hompage-item-hover: radial-gradient(farthest-corner at 50% 50%,rgba(50,50,50,.1) 50%,#1f292d  100%);
-  --notification-box-line: #81a6b7;
+@import url("https://theme-park.dev/CSS/themes/organizr/organizr-base.css");
+@import url("https://theme-park.dev/CSS/variables/space-gray.css");
 
-  --calendar-tv-premier: #FFEB3B;
-  --calendar-tv-missing: #ff7676;
-  --calendar-tv-available: #53e69d;
-  --calendar-tv-unreleased: #eeeeee;
-  --calendar-movie-missing: #ff7676;
-  --calendar-movie-available: #53e69d;
-  --calendar-movie-unreleased: #eeeeee;
+/* APP VARS */
+:root {
+    --calendar-tv-premier: #FFEB3B;
+    --calendar-tv-missing: #ff7676;
+    --calendar-tv-available: #53e69d;
+    --calendar-tv-unreleased: #eeeeee;
+    --calendar-movie-missing: #ff7676;
+    --calendar-movie-available: #53e69d;
+    --calendar-movie-unreleased: #eeeeee;
   }

+ 75 - 51
themes.json

@@ -1,53 +1,24 @@
 {
-	"Plex Theme": {
-		"author": "Grant Burry",
-		"category": "Community",
-		"description": "A theme for Organizr that emulates the style of Plex",
-		"icon": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/icon.png",
-		"contact": null,
-		"website": "https://burry.dev/Organizr-Plex-Theme",
-		"version": "3.0.0",
-		"release_date": "2018-07-31",
-		"last_updated": "2019-06-15",
-		"github_folder": "plex_theme",
-		"license": "personal,business",
-		"files": {
-			"/css/themes": "Plex.css",
-			"/plugins/theme_files/plex_theme/images": "rotten.svg|times.svg",
-			"/plugins/theme_files/plex_theme/images/background": "blur-dark.png|blur-dark-login.png|blur-light.png|noise.png",
-			"/plugins/theme_files/plex_theme/images/cache": "no-request.svg|not-found.svg",
-			"/plugins/theme_files/plex_theme/images/groups": "admin.svg|coadmin.svg|guest.svg|poweruser.svg|superuser.svg|user.svg",
-			"/plugins/theme_files/plex_theme/images/tabs": "ombi.svg"
-		},
-		"images": {
-			"Login": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/1.png",
-			"Splash": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/2.png",
-			"Homepage": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/3.png",
-			"Search": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/4.png"
-		},
-		"css": {},
-		"javascript": {}
-	},
-	"Hotline Theme": {
+	"Dracula Theme": {
 		"author": "GilbN",
 		"category": "Community",
-		"description": "A red and blue colored theme for Organizr ",
+		"description": "A 'Dracula' colored theme for Organizr ",
 		"icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/theme-park-organizr-hotline-logo.png",
 		"contact": null,
-		"website": "https://github.com/gilbN/theme.park",
-		"version": "1.0.1",
-		"release_date": "2019-06-16",
-		"last_updated": "2019-06-20",
-		"github_folder": "Hotline_theme",
+		"website": "https://theme-park.dev",
+		"version": "1.0.0",
+		"release_date": "2021-07-15",
+		"last_updated": "2021-07-15",
+		"github_folder": "Dracula_theme",
 		"license": "personal,business",
 		"files": {
-			"/css/themes": "Hotline.css"
+			"/css/themes": "Dracula.css"
 		},
 		"images": {
-			"Login": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_login.png",
-			"Splash": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_splash.png",
-			"Homepage": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_homepage.jpg",
-			"Search": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_search.jpg"
+			"Login": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/dracula/dracula_login.png",
+			"Splash": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/dracula/dracula_splash.png",
+			"Homepage": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/dracula/dracula_homepage.jpg",
+			"Search": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/dracula/dracula_search.jpg"
 		},
 		"css": {},
 		"javascript": {}
@@ -58,8 +29,8 @@
 		"description": "An aquamarine colored theme for Organizr ",
 		"icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/aquamarine/theme-park-organizr-aquamarine-logo.png",
 		"contact": null,
-		"website": "https://github.com/gilbN/theme.park",
-		"version": "1.0.1",
+		"website": "https://theme-park.dev",
+		"version": "2.0.0",
 		"release_date": "2019-06-16",
 		"last_updated": "2019-06-20",
 		"github_folder": "Aquamarine_theme",
@@ -82,8 +53,8 @@
 		"description": "A space gray colored theme for Organizr ",
 		"icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/spacegray/theme-park-organizr-spacegray-logo.png",
 		"contact": null,
-		"website": "https://github.com/gilbN/theme.park",
-		"version": "1.0.1",
+		"website": "https://theme-park.dev",
+		"version": "2.0.0",
 		"release_date": "2019-11-27",
 		"last_updated": "2019-11-27",
 		"github_folder": "Space_Gray_theme",
@@ -106,8 +77,8 @@
 		"description": "A Plex colored theme for Organizr ",
 		"icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/plex/theme-park-organizr-plex-logo.png",
 		"contact": null,
-		"website": "https://github.com/gilbN/theme.park",
-		"version": "1.0.1",
+		"website": "https://theme-park.dev",
+		"version": "2.0.0",
 		"release_date": "2021-03-21",
 		"last_updated": "2020-07-25",
 		"github_folder": "Plex_themepark_theme",
@@ -130,8 +101,8 @@
 		"description": "A dark radial gradient colored theme for Organizr ",
 		"icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/dark/theme-park-organizr-dark-logo.png",
 		"contact": null,
-		"website": "https://github.com/gilbN/theme.park",
-		"version": "1.0.1",
+		"website": "https://theme-park.dev",
+		"version": "2.0.0",
 		"release_date": "2021-03-21",
 		"last_updated": "2020-07-25",
 		"github_folder": "Dark_themepark_theme",
@@ -147,5 +118,58 @@
 		},
 		"css": {},
 		"javascript": {}
-	}		
-}
+	},
+	"Hotline Theme": {
+		"author": "GilbN",
+		"category": "Community",
+		"description": "A red and blue colored theme for Organizr ",
+		"icon": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/theme-park-organizr-hotline-logo.png",
+		"contact": null,
+		"website": "https://theme-park.dev",
+		"version": "2.0.0",
+		"release_date": "2019-06-16",
+		"last_updated": "2019-06-20",
+		"github_folder": "Hotline_theme",
+		"license": "personal,business",
+		"files": {
+			"/css/themes": "Hotline.css"
+		},
+		"images": {
+			"Login": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_login.png",
+			"Splash": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_splash.png",
+			"Homepage": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_homepage.jpg",
+			"Search": "https://raw.githubusercontent.com/gilbN/theme.park/master/Resources/organizr/hotline/hotline_search.jpg"
+		},
+		"css": {},
+		"javascript": {}
+	},
+	"Plex Theme": {
+		"author": "Grant Burry",
+		"category": "Community",
+		"description": "A theme for Organizr that emulates the style of Plex",
+		"icon": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/icon.png",
+		"contact": null,
+		"website": "https://burry.dev/Organizr-Plex-Theme",
+		"version": "3.0.0",
+		"release_date": "2018-07-31",
+		"last_updated": "2019-06-15",
+		"github_folder": "plex_theme",
+		"license": "personal,business",
+		"files": {
+			"/css/themes": "Plex.css",
+			"/plugins/theme_files/plex_theme/images": "rotten.svg|times.svg",
+			"/plugins/theme_files/plex_theme/images/background": "blur-dark.png|blur-dark-login.png|blur-light.png|noise.png",
+			"/plugins/theme_files/plex_theme/images/cache": "no-request.svg|not-found.svg",
+			"/plugins/theme_files/plex_theme/images/groups": "admin.svg|coadmin.svg|guest.svg|poweruser.svg|superuser.svg|user.svg",
+			"/plugins/theme_files/plex_theme/images/tabs": "ombi.svg"
+		},
+		"images": {
+			"Login": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/1.png",
+			"Splash": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/2.png",
+			"Homepage": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/3.png",
+			"Search": "https://raw.githubusercontent.com/Burry/Organizr-Plex-Theme/master/doc/screenshots/4.png"
+		},
+		"css": {},
+		"javascript": {}
+	}
+}