projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55179d4
)
describe color keys
author
FloatingGhost
<hannah@coffee-and-dreams.uk>
Thu, 11 Aug 2022 09:28:59 +0000
(10:28 +0100)
committer
FloatingGhost
<hannah@coffee-and-dreams.uk>
Thu, 11 Aug 2022 09:28:59 +0000
(10:28 +0100)
fixes #126
config/description.exs
patch
|
blob
|
history
diff --git
a/config/description.exs
b/config/description.exs
index 9cbd0024d1f3e7c0eb5b535dff5a4fda2ebdd0ba..176cae58b3257b9eeb13e18ceb5b6a00db0709e9 100644
(file)
--- a/
config/description.exs
+++ b/
config/description.exs
@@
-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"]
}
]