forked from Comfy-Themes/Discord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_variables.scss
74 lines (70 loc) · 2.13 KB
/
_variables.scss
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
@use "app.scss";
@forward "stuff/custom/no-scrollbar";
:root {
--disable-animations: 2s channel-unread infinite;
--user-buttons-spacing: 8px;
--user-buttons-color: #096dc0;
--avatar-radius: 5px;
--status-radius: 3px;
--server-radius: 8px;
--colored-emoji: grayscale(0%);
--mention-color: #f04747;
--unread-color: #7289da;
--mention-color-bar: #c66262;
--mention-color-background: #c662621f;
--mention-color-hover: #c6626226;
--chat-buttons: #7289da;
--spotify-color: #1edc62 !important;
--online: #43b581;
--idle: #faa61a;
--dnd: #f04747;
--offline: #747f8d;
--streaming: #593695;
--playing: #7289da;
--listening: #1db653;
--role-circle: 5px;
--discord-logo: none;
}
.theme-dark {
--modal-background: #23283d;
--background-tertiary: #101320;
--background-secondary: #1e2233;
--background-secondary-alt: #191f2e;
--background-primary: #23283d;
--background-mobile-primary: #23283d;
--background-mobile-secondary: #1e2233;
--channeltextarea-background: #191f2e;
--background-accent: #6e85d3;
--background-message-hover: transparent;
--background-modifier-hover: #00000010;
--background-modifier-active: #0000001a;
--background-modifier-selected: #0000001f;
--deprecated-card-bg: #12141f63;
--background-floating: #101320;
--deprecated-quickswitcher-input-background: #101320;
--elevation-low: none;
--scrollbar-auto-thumb: #121722;
--scrollbar-auto-track: #191f2e;
--scrollbar-thin-thumb: #141925;
--toast-background: #1e2233 !important;
--toast-header: #101320 !important;
--toast-contents: #23283d !important;
--activity-card-background: #101320;
--input-background: #1e2233;
}
.theme-light {
--modal-background: #23283d;
--background-tertiary: #101320;
--background-secondary: #1e2233;
--background-secondary-alt: #191f2e;
--background-primary: #23283d;
--background-accent: #6e85d3;
--background-modifier-hover: #262b41;
--background-modifier-active: #262b41;
--header-primary: #fff;
--header-secondary: #b1b5b9;
--text-normal: #8e9297;
--interactive-active: #fff;
--interactive-hover: #b1b5b9;
--input-background: var(--background-secondary-alt);
}