diff --git a/config.json b/config.json index 089a293..2411f4f 100644 --- a/config.json +++ b/config.json @@ -1,7 +1,7 @@ { "default_server_config": { "m.homeserver": { - "base_url": "https://matrix.f0ck.it", + "base_url": "https://f0ck.it", "server_name": "f0ck.it" } }, @@ -9,68 +9,61 @@ "disable_guests": false, "disable_login_language_selector": false, "disable_3pid_login": false, - "brand": "f0ck!it", - "defaultCountryCode": "DE", + "brand": "f0ck.it", + "branding": { + "welcomeBackgroundUrl": "/img/background-auth.jpg", + "authFooterLinks": [{"text": "chat.f0ck.it is running with glowers patchset on version 1.7.28-24 ", "url": "https://f0ck.it"}] + }, + "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_new_spinner": true, + "feature_custom_status": true, + "feature_custom_themes": true, + "feature_voice_messages": true, + "feature_dnd": true }, "default_federate": true, - "default_theme": "dark", + "default_theme": "custom-Atmos", "roomDirectory": { "servers": [ - "matrix.org" + "matrix.org", + "nerdsin.space", + "glowers.club" ] }, - "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" -} + "custom_themes": [{ + "name": "Atmos", + "is_dark": true, + "colors": { + "accent-color": "#1fb2b0", + "primary-color": "#1fb2b0", + "warning-color": "#ff120c", + "blah-bums-color": "#252525", + "blah-bums-color-2": "#252525", + "eventTile-hover-1": "4px solid #1fb2b0", + "GroupPlaceHolder": "#252525", + "sidebar-color": "#202020", + "roomlist-background-color": "#252525", + "roomlist-text-color": "#ffffff", + "roomlist-text-secondary-color": "#b9b9b9", + "roomlist-highlights-color": "#3b3b3b", + "roomlist-separator-color": "#121212", + "timeline-background-color": "#161618", + "timeline-text-color": "#FFFFFF", + "timeline-text-secondary-color": "#777777", + "timeline-highlights-color": "#252525", + "reaction-row-button-selected-bg-color": "#161618" } - ] - } + } + ]} }