From d16eff1c0f71b7554c787afdbaf4783b9594a685 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 11 Aug 2022 10:28:59 +0100 Subject: [PATCH] describe color keys fixes #126 --- config/description.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/description.exs b/config/description.exs index 9cbd0024d..176cae58b 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1442,13 +1442,13 @@ %{ key: :theme_color, type: :string, - description: "Describe the theme color of the app", + description: "Describe the theme color of the app - this is only used for mastodon-fe", suggestions: ["#282c37", "mediumpurple"] }, %{ key: :background_color, type: :string, - description: "Describe the background color of the app", + description: "Describe the background color of the app - this is only used for mastodon-fe", suggestions: ["#191b22", "aliceblue"] } ]