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, 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 @@ config :pleroma, :frontend_configurations,
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 @@ config :pleroma, :manifest,
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,