diff --git a/config.example.json b/config.example.json index c817c22..81f5a7d 100644 --- a/config.example.json +++ b/config.example.json @@ -2,10 +2,19 @@ "instance": { "title": "CatAsk", "description": "Ask me something!", - "image": "/static/img/ca_screenshot.png", + "image": "/static/icons/favicon/apple-touch-icon.png", "fullBaseUrl": "https://catask.localhost", "rules": "" }, + "style": { + "accentLight": "#6345d9", + "accentDark": "#7259d9", + "bgLight": "#ffffff", + "bgDark": "#202020", + "navStyle": "underline", + "tintColors": false, + "infoBoxLayout": "column" + }, "charLimit": "512", "anonName": "Anonymous", "lockInbox": false,