Update the theme settings in the fallback config
This commit is contained in:
parent
e10a788800
commit
2e983ff79c
1 changed files with 4 additions and 4 deletions
|
@ -288,7 +288,7 @@
|
||||||
config :pleroma, :frontend_configurations,
|
config :pleroma, :frontend_configurations,
|
||||||
pleroma_fe: %{
|
pleroma_fe: %{
|
||||||
alwaysShowSubjectInput: true,
|
alwaysShowSubjectInput: true,
|
||||||
background: "/images/city.jpg",
|
background: "",
|
||||||
collapseMessageWithSubject: false,
|
collapseMessageWithSubject: false,
|
||||||
disableChat: false,
|
disableChat: false,
|
||||||
greentext: false,
|
greentext: false,
|
||||||
|
@ -311,7 +311,7 @@
|
||||||
showFeaturesPanel: true,
|
showFeaturesPanel: true,
|
||||||
showInstanceSpecificPanel: false,
|
showInstanceSpecificPanel: false,
|
||||||
subjectLineBehavior: "email",
|
subjectLineBehavior: "email",
|
||||||
theme: "pleroma-dark",
|
theme: "itepechi",
|
||||||
webPushNotifications: false,
|
webPushNotifications: false,
|
||||||
conversationDisplay: "linear"
|
conversationDisplay: "linear"
|
||||||
},
|
},
|
||||||
|
@ -341,8 +341,8 @@
|
||||||
purpose: "any"
|
purpose: "any"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
theme_color: "#282c37",
|
theme_color: "#d6cec7",
|
||||||
background_color: "#191b22"
|
background_color: "#2f2f2f"
|
||||||
|
|
||||||
config :pleroma, :activitypub,
|
config :pleroma, :activitypub,
|
||||||
unfollow_blocked: true,
|
unfollow_blocked: true,
|
||||||
|
|
Loading…
Reference in a new issue