about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/views/layouts/application.html.haml2
-rw-r--r--public/android-chrome-192x192.pngbin14577 -> 15840 bytes
-rw-r--r--public/manifest.json2
3 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/application.html.haml b/app/views/layouts/application.html.haml
index 87f98198c..5b5239dd5 100644
--- a/app/views/layouts/application.html.haml
+++ b/app/views/layouts/application.html.haml
@@ -8,7 +8,7 @@
     %link{:rel => "apple-touch-icon", :sizes => "180x180", :href => "/apple-touch-icon.png"}/
     %link{:rel => "manifest", :href => "/manifest.json"}/
     %meta{:name => "msapplication-config", :content => "/browserconfig.xml"}/
-    %meta{:name => "theme-color", :content => "#2b90d9"}/
+    %meta{:name => "theme-color", :content => "#282c37"}/
     %meta{:name => "apple-mobile-web-app-capable", :content => "yes"}/
 
     %title
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
index f059bbc46..8d6b71322 100644
--- a/public/android-chrome-192x192.png
+++ b/public/android-chrome-192x192.png
Binary files differdiff --git a/public/manifest.json b/public/manifest.json
index d12d128ef..26e169ad2 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -8,7 +8,7 @@
 			"type": "image\/png"
 		}
 	],
-	"theme_color": "#ffffff",
+	"theme_color": "#282c37",
 	"display": "standalone",
 	"start_url": "/web/timelines/home"
 }