forked from AkkomaGang/akkoma
parent
55179d4214
commit
d16eff1c0f
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue