From ab93e93418b4d56fbdfa6d83627a0cf590ef5cd9 Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 22 Nov 2021 20:19:09 +0800 Subject: [PATCH] docs(example): add new defaultColor field --- settings.example.json | 1 + 1 file changed, 1 insertion(+) diff --git a/settings.example.json b/settings.example.json index ad2a76a5..1c33c6ec 100644 --- a/settings.example.json +++ b/settings.example.json @@ -2,6 +2,7 @@ "token": "Paste token here", "applicationId": "Paste application ID here", "publicKey": "Paste public key here", + "defaultColor": "#f39bff", "managers": [ "Paste your user ID here" ],