diff --git a/src/asteroids-website/static/manifests/en.manifest.json b/src/asteroids-website/static/manifests/en.manifest.json index 64e9c94..8f633ca 100644 --- a/src/asteroids-website/static/manifests/en.manifest.json +++ b/src/asteroids-website/static/manifests/en.manifest.json @@ -1,8 +1,8 @@ { "name": "Asteroid Arena", "short_name": "Asteroid Arena", - "theme_color": "#2485a6", - "background_color": "#754d45", + "theme_color": "#ffc27a", + "background_color": "#201433", "display_override": ["standalone", "window-controls-overlay", "fullscreen"], "display": "minimal-ui", "orientation": "landscape", diff --git a/src/asteroids-website/static/manifests/es.manifest.json b/src/asteroids-website/static/manifests/es.manifest.json index 8607394..34bc1f8 100644 --- a/src/asteroids-website/static/manifests/es.manifest.json +++ b/src/asteroids-website/static/manifests/es.manifest.json @@ -1,8 +1,8 @@ { "name": "Arena de asteroides", "short_name": "Arena de asteroides", - "theme_color": "#2485a6", - "background_color": "#754d45", + "theme_color": "#ffc27a", + "background_color": "#201433", "display_override": ["standalone", "window-controls-overlay", "fullscreen"], "display": "minimal-ui", "orientation": "landscape", diff --git a/src/asteroids-website/static/manifests/fr.manifest.json b/src/asteroids-website/static/manifests/fr.manifest.json index 8847b52..c745129 100644 --- a/src/asteroids-website/static/manifests/fr.manifest.json +++ b/src/asteroids-website/static/manifests/fr.manifest.json @@ -1,8 +1,8 @@ { "name": "Arène d'astéroïdes", "short_name": "Arène d'astéroïdes", - "theme_color": "#2485a6", - "background_color": "#754d45", + "theme_color": "#ffc27a", + "background_color": "#201433", "display_override": ["standalone", "window-controls-overlay", "fullscreen"], "display": "minimal-ui", "orientation": "landscape",