describe color keys
[akkoma] / config / description.exs
index 9cbd0024d1f3e7c0eb5b535dff5a4fda2ebdd0ba..176cae58b3257b9eeb13e18ceb5b6a00db0709e9 100644 (file)
@@ -1442,13 +1442,13 @@ config :pleroma, :config_description, [
       %{
         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"]
       }
     ]