-
Notifications
You must be signed in to change notification settings - Fork 0
/
dark.css
381 lines (366 loc) · 8.08 KB
/
dark.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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
/* @source https://userstyles.org/styles/112397/facebook-messenger-the-dark-side */
/* Last update: 2017-02-23 */
/* #141823 is Messenger's normal text colour, white is normal background colour */
/* #1E1E1E and #2D2D30 are Visual Studio, don't ask */
h2, h3, h4, h5, h6 {
color: #eee;
}
._5743, ._4rph ._4rpj {
color: white !important;
}
label, ._1wse {
color: #aaa;
}
/* convo search box, to field (new message, add people), other inputs? */
._2y8y, ._2y8_, ._4jgt, input._58al, ._55r1 {
background-color: #2d2d30 !important;
color: white !important;
}
/* I hate placeholder styling */
input::-moz-placeholder {
color: #ccc !important;
}
input::-webkit-input-placeholder {
color: #888 !important;
}
/* top bars */
._36ic, ._5742 {
background-color: rgba(255, 255, 255, .05) !important;
/*border-bottom: none !important;*/
}
/* main wrapper */
._4sp8 {
background-color: #1e1e1e !important;
color: #eee;
}
/* detail wrapper */
._1q5- {
border-left-color: rgba(255, 255, 255, .1) !important;
}
/* receipient/convo name in top bar */
._17w2 {
color: white !important;
}
/* thread search */
._33p7 {
background-color: rgba(30, 30, 30, 0.9) !important;
}
/* chat area stuff */
/* beginning of convo info */
._llq, ._36zg, ._1n-e._36zg {
color: #eee !important;
}
/* message */
._29_7 ._hh7, ._29_7._-5k ._hh7 {
background-color: #2d2d30;
}
._29_7 ._hh7 {
color: #ddd;
}
._hh7 a {
color: inherit !important;
}
._29_7 ._hh7:active, ._-5k ._hh7, ._29_7 ._hh7>span>a:hover {
background-color: #333;
}
/* own message */
._o46._nd_ ._hh7 {
background-color: #004488;
}
._o46._nd_ ._hh7:active, ._o46._nd_._-5k ._hh7 {
background-color: #003377;
}
/* emoji-only messages */
._hh7._2f5r, ._-5k ._hh7._2f5r {
background-color: transparent !important;
}
/* link info, platform attachment, game leaderboard */
._5i_d, ._5ssp, ._4ea2 {
border-color: rgba(255, 255, 255, .1) !important;
}
.__6k, .__6l, ._5sr2 {
color: #ddd !important;
}
._4u4_ > h3, ._4u4- {
color: #eee !important;
}
/* carousel arrow */
._5x5z, ._5agg, ._5agi {
background-color: #2d2d30 !important;
border-color: #444 !important;
}
/* audio message */
._29_7 ._3czg ._2e-7 ._2e-1, ._29_7 ._3czg ._2e-7 ._2e-2 {
background-color: #444 !important;
}
._454y ._1mi- {
background-color: #2d2d30 !important;
}
._454y ._1mj0 {
background-color: #666 !important;
}
._454y ._1mj1 {
border-color: #666 !important;
}
/* media (e.g. GIFs) source */
._2f5n {
background-color: #2d2d30 !important;
}
._2f5n ._29ey {
color: #ccc !important;
}
/* delete bubble button */
._hw2 ._53ij {
background-color: #040404 !important;
}
/* composer */
._4rv3 {
background-color: #1e1e1e !important;
border-top-color: rgba(255, 255, 255, .1) !important;
}
/* make static stickers slightly more readable */
/*
._2poz[style*="sticker"] {
background-color: #333;
border-radius: 5px;
}
*/
/* messenger thumb up stickers */
._576q {
-webkit-filter: brightness(75%);
filter: brightness(75%);
}
/* facebook-removed messages et al */
._4sp8 .uiBoxYellow {
background-color: #662;
}
/* code bubbles */
._wu0 {
background-color: #181818 !important;
border-color: #282828 !important;
}
/* convo info, user list */
._4_j5, ._5l37 {
background-color: #282828 !important;
}
._4_j5 {
border-left: none !important;
}
/* convo name, mute label, user in user list, section headings */
._2jnv,._2jnx,._2jnz,._2jnx ._30e7 ._5j5f, ._3szq, ._364g, ._1lj0 {
color: #ddd !important;
}
/* convo list */
._li ._1enh {
/* fix convo list hiders */
background-color: #1e1e1e;
}
/* inactive convo */
._1ht1 {
background-color: #222 !important;
}
/* unread convo */
._1ht1._1ht3 {
background-color: #1c2e4a !important;
transition: background-color .5s;
}
/* active convo */
._1ht1._1ht2 {
background-color: #2d2d30 !important;
}
/* convo name */
._1ht6, ._3q34 {
color: #eee !important;
}
/* group chat icon dps */
._57pl, ._57pm {
border-color: transparent !important;
}
/* message request from */
._2kt ._5nxb {
color: #ddd !important;
}
/* timestamp */
._1ht7.timestamp {
color: #999;
}
._1ht3 ._1ht7 {
color: #0084cc !important;
}
/* convo new message */
._1ht3 ._1htf {
color: #ddd !important;
}
/* search header */
._5t4c, ._225b {
background-color: #1e1e1e !important;
}
/* search keyboard selection */
._1k1p {
background-color: #1e1e1e !important;
}
/* people list self online status */
._1u5d {
background-color: transparent !important;
}
/* people list section tabs */
._2lp- {
border-color: #0066aa !important;
}
._48uj {
background-color: #0066aa !important;
}
/* those menus, stickers, emoji, and games though */
._53ij, ._54nf, ._293j, ._4lh2 {
background-color: #333 !important;
}
._5r8a._5r8b, ._1uwz, ._3rh0 {
background-color: #222 !important;
}
._2i-c ._54nf ._54nh, ._4lh2 {
color: #ddd !important;
}
._4lha ._4lhc, ._4lh7 {
color: #aaa !important;
}
._2i-c ._54ne ._54nh, ._2i-c ._54ne ._54nc, ._2i-c ._54ne {
background-color: #0066aa !important;
}
/* more stickers */
._5r8e, ._5r86, ._37wu, ._37wv {
border-color: #222;
}
._eb3::before {
background-color: #222;
}
._3mts .uiScrollableArea.contentAfter::after,
._5r8l .uiScrollableArea.contentAfter::after {
background-image: linear-gradient(transparent, #333);
}
/* sticker and games buttons */
._4rv6, ._4ce_ {
-webkit-filter: invert(1);
filter: invert(1);
opacity: .6 !important;
}
/* menu dropdown triangles */
._53ik ._53io, ._53il ._53io {
-webkit-filter: brightness(20%);
filter: brightness(20%);
}
/* delivery indicators */
._3i_m ._9ah ._57e_ {
color: #1e1e1e !important;
}
/* misc icons */
._fl3:not(._20nb), ._4-0h, ._57gs, label > input + span::before {
-webkit-filter: brightness(80%);
filter: brightness(80%);
}
._5iwm ._58ak::before, ._23ct, ._2xme,
:not(._3no3) > ._uwa, ._5jdr ._5jds,
._5nxe .img {
-webkit-filter: invert(1);
filter: invert(1);
}
/* messenger dialogs, very important */
._4-hz, ._4eby, ._4jgp ._4jgu, ._12zw {
background-color: #222 !important;
}
._374c, ._4jgs, ._2c9i ._19jt, ._51l0 .uiInputLabel .__rm + .uiInputLabelLabel,
._5raa, ._5rab, ._4nv_ {
color: #ddd !important;
}
/* chat emoji picker: selected emoji */
._-lj ._4rlt {
background-color: #333 !important;
border-color: #666 !important;
}
/* report issue dialog, even more so */
/* dialog head */
._4-i0 {
background-color: #333 !important;
border-bottom-color: #2e2e2e;
}
/* dialog heading, checkbox label */
._4-i0 ._52c9, ._5r5c ._5rq_, ._uvt {
color: #ddd !important;
}
/* dialog body, footer */
div._4-i2, div._5a8u, ._4t2a {
background-color: #222 !important;
color: #eee;
}
/* image info */
._2zn2 {
color: rgba(255, 255, 255, .4) !important;
}
._2zn6 {
color: rgba(255, 255, 255, .6) !important;
}
/* what about normal facebook dialogs? */
._t {
background-color: #222 !important;
color: #eee;
}
.fcb {
color: white !important;
}
._c24 {
color: #ccc !important;
}
.uiBoxGray {
background-color: #333 !important;
border-color: #2e2e2e;
}
#captcha .captcha_refresh {
color: lightgrey !important;
}
/* login page */
._3v_p, ._3v_o {
background-color: #222 !important;
}
._3v_p ._5hy4, ._3v_o ._5hy4 {
color: #eee !important;
}
._3v_p ._43di, ._3v_o ._43di, ._3v_p ._3403, ._3v_o ._3403 {
color: #ddd !important;
}
._3v_p ._210j ._43dj .uiInputLabelLabel, ._59h8, ._3v_p ._59h7 ._5hy9 {
color: #aaa !important;
}
._3v_p ._3v_w ._2m_r, ._3v_p ._5s4n ._2m_r {
background-color: #0066aa !important;
}
/* call page */
._17cj, ._17cj ._3jne, ._38jq {
background-color: #1e1e1e !important;
}
._17cj ._3jnu, ._17cj ._3jnv, ._fjq {
color: rgba(255, 255, 255, .4) !important;
}
._17cj ._4j_k, ._fjp {
color: #eee !important;
}
/* stuff that should be grey */
._ih3, ._3tl0, ._3tl1 ._10w4, ._497p, ._3x6v, ._2v6o, ._3tky, ._5rh4, ._5qsj, ._jf4 ._jf3, ._5i_d .__6m, ._2y8z,
._4g0h, ._3xcx, ._225b, ._3q35, ._2r2v, ._2n1t, ._1n-e, ._3eus, ._2wy4, ._1u5d ._1u5k, ._3ggt,
._17cj ._2ze8, ._17cj ._cen, ._5sr7, ._4nw0 {
color: rgba(255, 255, 255, .6) !important;
}
/* font color of typed message */
._1mf, ._1mj {
color: black;
}
/* background of message div being sent */
._5irm._7mkm {
background-color: rgba(255, 255, 255, 0.4) !important;
}
/* colour of sent message */
.._3oh- {
color: black;
}
/*fix white background when someone is typing */
._4gd0 {
background-color: transparent;
}