mix format
[akkoma] / config / description.exs
index 9cbd0024d1f3e7c0eb5b535dff5a4fda2ebdd0ba..a44ab2432a1faac67f20a5cf984822c629982b91 100644 (file)
@@ -1442,13 +1442,14 @@ 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"]
       }
     ]