describe color keys
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

fixes #126
This commit is contained in:
FloatingGhost 2022-08-11 10:28:59 +01:00
parent 55179d4214
commit d16eff1c0f

View file

@ -1442,13 +1442,13 @@ config :pleroma, :config_description, [
%{ %{
key: :theme_color, key: :theme_color,
type: :string, 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"] suggestions: ["#282c37", "mediumpurple"]
}, },
%{ %{
key: :background_color, key: :background_color,
type: :string, 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"] suggestions: ["#191b22", "aliceblue"]
} }
] ]