forked from refact0r/midnight-discord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
midnight.css
285 lines (269 loc) · 8.55 KB
/
midnight.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
:root {
/* link color */
--link-color: hsl(190, 70%, 60%);
/* main accent color (mentions, folder icons, unread indicators) */
--accent-color: hsl(190, 60%, 50%);
/* darker accent color (background of any accent items with text) */
--accent-background: hsl(190, 60%, 40%);
/* even darker accent color (background of accent buttons when hover) */
--accent-background-2: hsl(190, 60%, 30%);
/* even darker accent color (background of accent buttons when clicked) */
--accent-background-3: hsl(190, 60%, 20%);
/* background of mention text and messages that mention you */
--mention-modifier: hsla(190, 60%, 50%, 0.1);
/* background of messages that mention you on hover */
--mention-hover-modifier: hsla(190, 60%, 50%, 0.05);
/* bright text for colored buttons */
--bright-text: hsl(220, 40%, 90%);
/* header text for headers and certain text */
--header-text: hsl(220, 30%, 70%);
/* main text color (messages, titles, unread text/indicators) */
--primary-text: hsl(220, 15%, 60%);
/* secondary text color (channels, descriptions, buttons) */
--secondary-text: hsl(220, 15%, 40%);
/* muted text color (input box placeholders, muted channels, message times) */
--muted-text: hsl(220, 15%, 24%);
/* background of muted colored buttons on hover */
--muted-background-hover: hsl(220, 15%, 20%);
/* background of muted colored buttons on click */
--muted-background-active: hsl(220, 15%, 16%);
/* background of pretty much everything not using primary background */
--secondary-background: hsl(220, 15%, 13%);
/* main chat/channel list/member list background */
--primary-background: hsl(220, 15%, 10%);
/* overlay background on stuff when hovered over */
--hover-modifier: hsl(230, 20%, 40%, 0.1);
/* overlay background on stuff when clicked or selected */
--active-modifier: hsl(220, 20%, 40%, 0.2);
/* overlay background on messages when hovered over */
--message-hover-modifier: hsl(220, 0%, 0%, 0.1);
/* radius of round corners */
--roundness: 16px;
}
:root.theme-dark,
.theme-dark,
.default-colors {
--primary-130: var(--header-text);
--primary-230: var(--primary-text);
--primary-330: var(--secondary-text);
--primary-360: var(--secondary-text);
--primary-400: var(--secondary-text);
--primary-430: var(--muted-text);
--primary-500: var(--muted-text);
--primary-530: var(--muted-text);
--primary-560: var(--secondary-background);
--primary-600: var(--primary-background);
--primary-645: var(--primary-background);
--primary-630: var(--primary-background);
--primary-660: var(--primary-background);
--primary-700: var(--secondary-background);
--primary-730: var(--secondary-background);
--primary-800: var(--secondary-background);
--white-500: var(--bright-text);
--blue-345: var(--link-color);
--brand-260: var(--accent-color);
--brand-360: var(--accent-color);
--brand-500: var(--accent-background);
--brand-560: var(--accent-background-2);
--brand-600: var(--accent-background-3);
--brand-experiment-15a: var(--mention-modifier);
--background-modifier-hover: var(--hover-modifier);
--background-modifier-active: var(--active-modifier);
--background-modifier-selected: var(--active-modifier);
--background-modifier-accent: var(--active-modifier);
--background-message-hover: var(--message-hover-modifier);
--background-mentioned: var(--mention-modifier);
--background-mentioned-hover: var(--mention-hover-modifier);
--mention-background: var(--mention-modifier);
--button-secondary-background-hover: var(--muted-background-hover);
--button-secondary-background-active: var(--muted-background-active);
--search-popout-option-fade: none;
--search-popout-option-fade-hover: none;
}
/* fix colors */
.wrapper-22rqw6 /* emoji selector server list */ {
background-color: var(--primary-background);
}
.mentioned-Tre-dv:before /* mention message left edge */,
.container-1QtPKm.default-colors:checked /* settings checkbuttons */ {
background-color: var(--accent-background) !important;
}
.expandedFolderIconWrapper-3RwQpD svg /* folder icons */,
.strikethrough-2Kl6HF /* mute button strikethrough */ {
color: var(--accent-color) !important;
}
.divider-2rZFJK /* unread dividers */ {
--divider-color: var(--accent-color);
}
.divider-AZrXIA /* forum post dividers */ {
background: none;
}
.iconBadge-3Mmg92 /* dm button */ {
background-color: var(--accent-color) !important;
}
.searchHeader-1r_ZSh /* search results number box */ {
background-color: var(--primary-background);
}
/* remove big chat background and add back smaller */
.chat-2ZfjoI {
background: none !important;
}
.chatContent-3KubbW {
background-color: var(--primary-background) !important;
}
/* remove chat header background */
.title-31SJ6t {
background: none !important;
}
/* add header backgrounds */
.membersWrap-3NUR2t::before /* member list */,
.chatContent-3KubbW::before /* main chat */,
.searchResultsWrap-5RVOkx::before /* search results */,
.profilePanel-2PWEok::before /* dm profile */,
.container-3wLKDe::before /* forum channel */ {
content: '';
position: absolute;
margin-top: -48px;
background-color: var(--primary-background);
width: 100%;
height: 48px;
border-radius: var(--roundness) var(--roundness) 0 0;
}
.searchResultsWrap-5RVOkx /* show header on search results */ {
overflow: visible;
}
/* add rounded corners */
.container-2cd8Mz /* homepage */,
.content-1SgpWY .sidebar-1tnWFu /* server list back */,
.callContainer-HtHELf /* vc */,
.container-3XgAHv /* vc chat */ {
border-radius: var(--roundness) !important;
overflow: hidden;
}
.chatContent-3KubbW /* main chat */,
.container-2o3qEW /* members list back */,
.members-3WRCEx /* members list */,
.container-3wLKDe /* forum channel */,
.profilePanel-2PWEok, .userPanelOuter-xc-WYi, .userPanelInnerThemed-2xZFjl /* dm profile */,
.searchResultsWrap-5RVOkx /* search results */ {
border-radius: 0 0 var(--roundness) var(--roundness);
}
/* rearrange toolbar */
.iconWrapper-2awDjA[aria-label='Help'] {
display: none;
}
.iconWrapper-2awDjA[aria-label*='Member List'] {
order: 1;
}
.search-39IXmY {
order: 1;
margin-left: 34px;
}
.searchBar-jGtisZ {
width: 208px !important;
padding: 0px 2px;
}
.searchResultsWrap-5RVOkx {
width: 466px;
}
.iconWrapper-2awDjA[aria-label='Hide User Profile'] {
margin-left: 34px;
}
.profilePanel-2PWEok {
width: 340px;
}
/* add margins */
.base-2jDfDU /* outside edges */ {
padding: 0px 10px 10px 0;
}
.container-2cd8Mz /* friend list*/,
.chat-2ZfjoI /* main chat */,
.applicationStore-2nk7Lo /* nitro page */ {
margin-left: 10px;
}
.content-1jQy2l /* between chat and member list */ {
gap: 10px;
}
.resizeHandle-PBRzPC /* pretend to be a margin */ {
width: 10px;
}
/* remove shadows */
.content-1jQy2l::before /* main chat header */,
.tabBody-2dgbAs::before /* friend list header */,
.chat-1-OBC7::before /* voice channel chat header */,
.headerBar-1dSpQr:before /* nitro page header */,
.searchBar-3TnChZ /* dm list header */,
.header-3OsQeK /* channel list header */,
.header-uVCAlo /* sticker panel header */,
.header-2TLOnc /* gif panel header */,
.header-11eigE /* emoji panel header */ {
box-shadow: none !important;
}
.children-3xh0VB:after /* toolbar shadow */ {
background: none !important;
}
/* remove borders */
.itemCard-3Etziu /* active now card */,
.container-1zzFcN /* vc panel bottom */ {
border: none;
}
/* only show scrollbar when hover */
.scrollerBase-_bVAAt:hover::-webkit-scrollbar-thumb,
.scrollerBase-_bVAAt:hover::-webkit-scrollbar-track {
visibility: visible;
}
.scrollerBase-_bVAAt::-webkit-scrollbar-thumb,
.scrollerBase-_bVAAt::-webkit-scrollbar-track {
visibility: hidden;
}
/* top corner title */
.wordmarkWindows-2dq6rw svg {
display: none;
}
.wordmarkWindows-2dq6rw::after {
content: 'Midnight';
display: block;
position: relative;
width: 200px;
height: 16px;
line-height: 16px;
font-family: var(--font-headline);
font-size: 11px;
font-weight: 600;
color: var(--muted-text);
}
/* window controls */
.withFrame-2dL45i {
height: 20px;
}
.typeWindows-2-g3UY .winButton-3UMjdg > svg {
display: none;
}
.typeWindows-2-g3UY .winButton-3UMjdg {
top: 0;
width: 12px;
height: 12px;
margin: 2px 12px 0px 0px;
border-radius: 12px;
}
.typeWindows-2-g3UY .winButton-3UMjdg::after {
content: '';
height: 12px;
width: 12px;
border-radius: 12px;
}
.typeWindows-2-g3UY .winButtonClose-3Q8ZH5::after {
background-color: hsl(0, 50%, 50%) !important;
}
.typeWindows-2-g3UY .winButtonMinMax-3RsPUg:nth-child(3)::after {
background-color: hsl(120, 50%, 50%) !important;
}
.typeWindows-2-g3UY .winButtonMinMax-3RsPUg:nth-child(4)::after {
background-color: hsl(50, 50%, 50%) !important;
}
.typeWindows-2-g3UY > div:hover::after {
transform: scale(1.1);
}
.typeWindows-2-g3UY > div:active::after {
transform: scale(1);
}