Browse Source

Merge pull request #1201 from gilbN/v2-themes

Added calendar color options to Hotline and Aqua
causefx 6 years ago
parent
commit
fe0f42dc7f
3 changed files with 21 additions and 5 deletions
  1. 8 0
      Aquamarine_theme/css/themes/Aquamarine.css
  2. 9 1
      Hotline_theme/css/themes/Hotline.css
  3. 4 4
      themes.json

+ 8 - 0
Aquamarine_theme/css/themes/Aquamarine.css

@@ -20,4 +20,12 @@
     --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;    
   }

+ 9 - 1
Hotline_theme/css/themes/Hotline.css

@@ -19,5 +19,13 @@
     --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;  
+    --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;
   }

+ 4 - 4
themes.json

@@ -35,9 +35,9 @@
 		"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.0",
+		"version": "1.0.1",
 		"release_date": "2019-06-16",
-		"last_updated": "2019-06-16",
+		"last_updated": "2019-06-20",
 		"github_folder": "Hotline_theme",
 		"license": "personal,business",
 		"files": {
@@ -59,9 +59,9 @@
 		"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.0",
+		"version": "1.0.1",
 		"release_date": "2019-06-16",
-		"last_updated": "2019-06-16",
+		"last_updated": "2019-06-20",
 		"github_folder": "Aquamarine_theme",
 		"license": "personal,business",
 		"files": {