element-modifications/config.json

75 lines
2.4 KiB
JSON

{
"default_server_config": {
"m.homeserver": {
"base_url": "https://f0ck.it",
"server_name": "f0ck.it"
}
},
"disable_custom_urls": false,
"disable_guests": false,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"brand": "f0ck.it",
"branding": {
"welcomeBackgroundUrl": "https://w.wallhaven.cc/full/z8/wallhaven-z8dg9y.png",
"authFooterLinks": [{"text": "chat.f0ck.it is running with glowers patchset", "url": "https://git.lat/schrumpel/element-modifications"}]
},
"embeddedPages": {
"loginForWelcome": true
},
"mobileBuilds": {
"fdroid": "https://f-droid.org/en/packages/im.vector.app/"
},
"UIFeature.urlPreviews": true,
"defaultCountryCode": "US",
"showLabsSettings": true,
"features": {
"feature_new_spinner": true,
"feature_custom_status": true,
"feature_custom_themes": true,
"feature_voice_messages": true,
"feature_dnd": true
},
"default_federate": true,
"default_theme": "custom-Retus",
"roomDirectory": {
"servers": [
"matrix.org",
"nerdsin.space",
"glowers.club"
]
},
"settingDefaults": {
"breadcrumbs": true,
"custom_themes": [{
"name": "Retus",
"is_dark": true,
"colors": {
"accent-color": "#1fb2b0",
"accent": "#1fb2b0",
"primary-color": "#1fb2b0",
"warning-color": "#ff120c",
"alert": "#ff5050de",
"sidebar-color": "#161618",
"roomlist-background-color": "#252525",
"roomlist-text-color": "#dcddde",
"roomlist-text-secondary-color": "#8e9297",
"roomlist-highlights-color": "#3b3b3b",
"roomlist-separator-color": "#40444b",
"timeline-background-color": "#161618",
"timeline-text-color": "#dcddde",
"secondary-content": "#dcddde",
"tertiary-content": "#dcddde",
"timeline-text-secondary-color": "#b9bbbe",
"timeline-highlights-color": "#2b2b2b",
"reaction-row-button-selected-bg-color": "#b9bbbe",
"quinary-content": "#4b4b4b",
"system": "#3b3b3b",
"menu-selected-color": "#3b3b3b"
}
}
]}
}