-
Notifications
You must be signed in to change notification settings - Fork 5
/
_tchap_custom_vars.pcss
41 lines (39 loc) · 1.52 KB
/
_tchap_custom_vars.pcss
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
/* variables that are used by the components style
should be loaded before res/themes/light-custom/css/_custom.pcss */
body {
--accent: #000091;
--primary-color: #4c69f6;
--warning-color: #e1000f;
--confirmation-color: #0dbd8b;
--private-color: #eb5757;
--external-color: #f07a12;
--forum-color: #27ae60;
--sidebar-color: #c0d8ef;
--roomlist-background-color: #edf1f7;
--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;
--togglesw-off-color: #c1c9d6;
--eventbubble-self-bg: #e4e4f3;
--eventbubble-others-bg: #f4f4f4;
--username-colors_0: #000091;
--username-colors_1: #000091;
--username-colors_2: #000091;
--username-colors_3: #000091;
--username-colors_4: #000091;
--username-colors_5: #000091;
--username-colors_6: #000091;
--username-colors_7: #000091;
/* if using getComputedStyle(document.body).getPropertyValue it's better to leave no space */
/* stylelint-disable-next-line declaration-colon-space-after */
--avatar-background-colors_0: #8f96a4;
/* stylelint-disable-next-line declaration-colon-space-after */
--avatar-background-colors_1: #8f96a4;
/* stylelint-disable-next-line declaration-colon-space-after */
--avatar-background-colors_2: #8f96a4;
}