Update the theme settings in the fallback config

This commit is contained in:
itepechi 2023-09-26 08:50:50 +09:00
parent e10a788800
commit 2e983ff79c
1 changed files with 4 additions and 4 deletions

View File

@ -288,7 +288,7 @@ config :pleroma, :markup,
config :pleroma, :frontend_configurations,
pleroma_fe: %{
alwaysShowSubjectInput: true,
background: "/images/city.jpg",
background: "",
collapseMessageWithSubject: false,
disableChat: false,
greentext: false,
@ -311,7 +311,7 @@ config :pleroma, :frontend_configurations,
showFeaturesPanel: true,
showInstanceSpecificPanel: false,
subjectLineBehavior: "email",
theme: "pleroma-dark",
theme: "itepechi",
webPushNotifications: false,
conversationDisplay: "linear"
},
@ -341,8 +341,8 @@ config :pleroma, :manifest,
purpose: "any"
}
],
theme_color: "#282c37",
background_color: "#191b22"
theme_color: "#d6cec7",
background_color: "#2f2f2f"
config :pleroma, :activitypub,
unfollow_blocked: true,