element-modifications/config.json

77 lines
2.1 KiB
JSON
Raw Normal View History

2021-03-23 20:32:20 +00:00
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://matrix.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",
"defaultCountryCode": "DE",
"showLabsSettings": true,
"features": {
"feature_new_spinner": true
},
"default_federate": true,
"default_theme": "dark",
"roomDirectory": {
"servers": [
"matrix.org"
]
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"settingDefaults": {
"breadcrumbs": true,
"custom_themes": [
{
"name": "Selenized black theme",
"is_dark": true,
"colors": {
"accent-color": "#70b433",
"primary-color": "#4695f7",
"warning-color": "#ed4a46",
"sidebar-color": "#181818",
"roomlist-background-color": "#252525",
"roomlist-text-color": "#ffffff",
"roomlist-text-secondary-color": "#b9b9b9",
"roomlist-highlights-color": "#3b3b3b",
"roomlist-separator-color": "#121212",
"timeline-background-color": "#181818",
"timeline-text-color": "#FFFFFF",
"timeline-text-secondary-color": "#777777",
"timeline-highlights-color": "#252525",
"reaction-row-button-selected-bg-color": "#4695f7"
}
},
{
"name": "Discord dark theme",
"is_dark": true,
"colors": {
"accent-color": "#7289DA",
"primary-color": "#00b0f4",
"warning-color": "#f04747",
"sidebar-color": "#23272A",
"roomlist-background-color": "#2f3136",
"roomlist-text-color": "#FFFFFF",
"roomlist-text-secondary-color": "#99AAB5",
"roomlist-highlights-color": "#393c42",
"roomlist-separator-color": "#36393f",
"timeline-background-color": "#36393f",
"timeline-text-color": "#FFFFFF",
"timeline-text-secondary-color": "#99AAB5",
"timeline-highlights-color": "#32353b",
"reaction-row-button-selected-bg-color": "#b9bbbe"
}
}
]
}
}