From 97f9a56f180cb1b9f2b0a23d0dedc706fe7f1cb6 Mon Sep 17 00:00:00 2001 From: Andy Fuchs Date: Sat, 12 Jan 2019 12:57:29 +0100 Subject: [PATCH] Update app-config-schema.json statusBarColor should be configurable. Possible values are 'black', 'default', 'black-translucent'... --- scripts/helper/app-config-schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/helper/app-config-schema.json b/scripts/helper/app-config-schema.json index 4bbee3c6..b2502a04 100644 --- a/scripts/helper/app-config-schema.json +++ b/scripts/helper/app-config-schema.json @@ -99,6 +99,10 @@ "splashScreenBackgroundColor": { "type": "string", "default": "#2196f3" + }, + "statusBarColor": { + "type": "string", + "default": "default" } }, "additionalProperties": false