This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstylesheet.css
72 lines (65 loc) · 2.22 KB
/
stylesheet.css
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
/* IMPORT CSS FROM GITHUB */
@import url("https://cdn.rawgit.com/MrRobotjs/Quiet/master/stylesheet.css");
/*
/* User Settings */
:root {
--online-color: #43b581;
/* color for online status */
--idle-color: #faa61a;
/* color for idle status */
--dnd-color: #f04747;
/* color for dnd status */
--offline-color: #636b75;
/* color for offline status */
--invisible-color: #747f8d;
/* color for invisible status - Note this will only show for your own invisibility */
--streaming-color: #643da7;
/* color for streaming status */
}
/* Dark Mode Settings */
.app.theme-dark, .theme-dark, .theme-dark .theme-light, .theme-dark.popouts, .theme-light.popouts+.tooltips, .tooltips+.theme-dark {
--primary-color: rgba(0,0,0,0.55);
/* primary background color */
--secondary-color: rgba(0,0,0,0.65);
/* secondary background color */
--tertiary-color: rgba(0,0,0,0.75);
/* tertiary background color */
--theme-name: "Discord Reborn";
/* name of the theme */
}
/* Light Mode Settings */
.app.theme-light, .theme-light, .theme-light .theme-light, .theme-light.popouts, .theme-light.popouts+.tooltips, .tooltips+.theme-light {
--primary-color: rgba(0,0,0,0.2);
/* primary background color */
--secondary-color: rgba(0,0,0,0.3);
/* secondary background color */
--tertiary-color: rgba(0,0,0,0.45);
/* tertiary background color */
--theme-name: "Discord Enlightenment";
/* name of the theme */
}
[class*="backdrop-"], [class*="appMount-"] {
background-size: cover !important;
background-position: center !important;
}
.chat,
.container-RYiLUQ,
.container-2OU7Cz,
[class*="layer"],
[class*="layers-"] [class*="layer"] [class*="horizontal"][class*="container"],
.content,
.chat>.content,
.messages-wrapper .message-group,
.wrapper-VSYYTS,
.clipboardInputInner-oj8y-S,
#friends,
.activity-3NviKQ,
.body-_3kd4C,
.newsLink-SC025S:hover,
.newsLink-SC025S,
.chat form [class*="inner"],
[class*="membersWrap"] [class*="members"] [class*="member"],
.news-XQhS0 .theme-dark .popout.popout-bottom:not(.no-arrow)[style*="z-index: 1000; overflow: hidden; visibility: visible;"] {
background: transparent !important;
background-color: transparent !important;
}