From efc378d4e6cc19dac8f2f7a006d50f481c65a72d Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 1 Jun 2017 20:41:15 +0200 Subject: [PATCH] Added theme color --- config.json | 1 + layout/layout.pixy | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index 2e895efb..e0a41926 100644 --- a/config.json +++ b/config.json @@ -33,6 +33,7 @@ "images/characters/arn-waifu.png" ], "manifest": { + "theme_color": "rgb(248, 165, 130)", "gcm_sender_id": "941298467524" }, "ports": { diff --git a/layout/layout.pixy b/layout/layout.pixy index 80af6e92..37855fdb 100644 --- a/layout/layout.pixy +++ b/layout/layout.pixy @@ -11,7 +11,6 @@ component Layout(content string) main#content.fade!= content LoadingAnimation - script(src="/scripts.js") component LoadingAnimation