-
Notifications
You must be signed in to change notification settings - Fork 0
/
ancom-dark.json
49 lines (48 loc) · 1.23 KB
/
ancom-dark.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
{
"name": "Ancom Dark",
"is_dark": true,
"colors": {
"accent-color": "#cc0000",
"accent": "#cc0000",
"primary-color": "#c0c0c0",
"warning-color": "#cccc00",
"alert": "#cccc00",
"sidebar-color": "#101010",
"roomlist-background-color": "#000000",
"roomlist-text-color": "#c0c0c0",
"roomlist-text-secondary-color": "#1e1e1e",
"roomlist-highlights-color": "#454545",
"roomlist-separator-color": "#000",
"timeline-background-color": "#000000",
"timeline-text-color": "#ffffff",
"secondary-content": "#ffffff",
"tertiary-content": "#ffffff",
"timeline-text-secondary-color": "#a0a0a0",
"timeline-highlights-color": "#050505",
"reaction-row-button-selected-bg-color": "#cc0000",
"menu-selected-color": "#cc0000",
"focus-bg-color": "#202020",
"room-highlight-color": "#cc0000",
"togglesw-off-color": "#909090",
"other-user-pill-bg-color": "#cc0000",
"eventbubble-self-bg": "#202020",
"eventbubble-others-bg": "#101010",
"eventbubble-bg-hover": "#050505",
"eventbubble-reply-color": "#404040",
"username-colors": [
"#cc0000",
"#ffcc00",
"#ff8000",
"#ff3000",
"#ff8040",
"#ffdc00",
"#74c700",
"#ffbe00"
],
"avatar-background-colors": [
"#cc0000",
"#cccc00",
"#00cc00"
]
}
}