forked from element-hq/element-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.perrin.json
96 lines (96 loc) · 3.43 KB
/
config.perrin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"default_server_config": {
"m.homeserver": {
"base_url": "https://chat.perrinwear.com",
"server_name": "Remark"
},
"m.identity_server": {
"base_url": "https://chat.perrinwear.com"
}
},
"disable_custom_urls": false,
"disable_guests": true,
"disable_login_language_selector": true,
"disable_3pid_login": false,
"brand": "Remark",
"branding": {
"welcomeBackgroundUrl": "themes/riot/img/backgrounds/press.jpg",
"authHeaderLogoUrl": "themes/riot/img/logos/riot-im-logo.svg",
"authFooterLinks": [
{
"text": "Perrin Website",
"url": "https://www.perrinwear.com"
},
{
"text": "Employee Portal",
"url": "https://www.perrinwear.com/employees"
}
]
},
"integrations_ui_url": "http://integrations.perrinwear.com/riot",
"integrations_rest_url": "http://integrations.perrinwear.com/api/v1/scalar",
"integrations_widgets_urls": [
"http://integrations.perrinwear.com/widgets"
],
"integrations_jitsi_widget_url": "http://integrations.perrinwear.com/widgets/jitsi",
"defaultCountryCode": "US",
"showLabsSettings": true,
"features": {
"feature_pinning": "labs",
"feature_custom_status": "labs",
"feature_custom_tags": "labs",
"feature_state_counters": "labs"
},
"default_federate": true,
"default_theme": "dark",
"roomDirectory": {
"servers": [
"https://chat.perrinwear.com"
]
},
"welcomeUserId": false,
"piwik": false,
"settingDefaults": {
"custom_themes": [
{
"name": "Pastelle Blue",
"is_dark": false,
"colors": {
"accent-color": "#3596fc",
"primary-color": "#368bd6",
"warning-color": "#ff4b55",
"sidebar-color": "#27303a",
"roomlist-background-color": "#f3f8fd",
"roomlist-text-color": "#2e2f32",
"roomlist-text-secondary-color": "#61708b",
"roomlist-highlights-color": "#ffffff",
"roomlist-separator-color": "#e3e8f0",
"timeline-background-color": "#ffffff",
"timeline-text-color": "#2e2f32",
"timeline-text-secondary-color": "#61708b",
"timeline-highlights-color": "#f3f8fd"
}
},
{
"name": "Perrin",
"is_dark": true,
"colors": {
"accent-color": "#003d83",
"primary-color": "#368bd6",
"warning-color": "#b30356",
"sidebar-color": "#15171B",
"roomlist-background-color": "#22262E",
"roomlist-text-color": "#A1B2D1",
"roomlist-text-secondary-color": "#EDF3FF",
"roomlist-highlights-color": "#343A46",
"roomlist-separator-color": "#a1b2d1",
"timeline-background-color": "#181b21",
"timeline-text-color": "#EDF3FF",
"timeline-text-secondary-color": "#A1B2D1",
"timeline-highlights-color": "#22262E"
}
}
],
"breadcrumbs": true
}
}