This repository was archived by the owner on Mar 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDiscordThemeFix.css
More file actions
284 lines (281 loc) · 10.7 KB
/
DiscordThemeFix.css
File metadata and controls
284 lines (281 loc) · 10.7 KB
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
.container-2RRFHK .fixClipping-3GOd_d .layerContainer-2lfOPe .layerContainer-2lfOPe {
background: transparent;
opacity: 0;
}
[aria-controls*="popout_329"], [class*=option-Uc12mm] {
background: var(--bg-overlay-3,var(--background-primary));
}
.theme-dark .sidebar-1tnWFu,
.theme-dark .sidebarRegionScroller-FXiQOh,
.theme-dark .searchResultsWrap-5RVOkx,
.theme-dark .callContainer-HtHELf,
.theme-dark .mainCard-3KBsBI,
.theme-dark .replyBar-1oi75v,
.theme-dark .attachedBars-2BCP3l,
.theme-dark .container-2WMFjc,
.theme-dark .container-jV-A82,
.theme-dark .container-1iKw09,
.theme-dark .iconContainer-3cz2oI,
.theme-dark .box-3QCU9H,
.theme-dark .list-3YHPPb,
.theme-dark .header-3_zmOb
.vc-addon-card {
background: var(--bg-overlay-3,var(--background-secondary));
}
.theme-light .sidebar-1tnWFu,
.theme-light .sidebarRegionScroller-FXiQOh,
.theme-light .searchResultsWrap-5RVOkx,
.theme-light .callContainer-HtHELf,
.theme-light .mainCard-3KBsBI,
.theme-light .replyBar-1oi75v,
.theme-light .attachedBars-2BCP3l,
.theme-light .container-2WMFjc,
.theme-light .container-jV-A82,
.theme-light .container-1iKw09,
.theme-light .iconContainer-3cz2oI,
.theme-light .box-3QCU9H,
.theme-light .header-3_zmOb {
background: var(--bg-overlay-2,var(--background-secondary));
}
.mainCard-3KBsBI .input-3O04eu {
background: none;
}
.theme-dark .callContainer-HtHELf {
background: var(--bg-overlay-1,var(--background-secondary)) !important;
}
.theme-light .callContainer-HtHELf {
background: var(--bg-overlay-1,var(--background-secondary)) !important;
}
.pageWrapper-2PwDoS,
.homeWrapper-L4ors0,
.contentRegionScroller-2_GT_N,
.footer-5ji8u1,
.message-24k8JL,
.container-2rzKKA,
.createButton-oruGBs,
.scroller-nxCRu_,
.lookFilled-1H2Jvj,
.messageGroupCozy-3v_RqN {
background: var(--bg-overlay-chat,var(--background-primary));
}
.homeWrapper-L4ors0 > .headerBar-1dSpQr,
.homeWrapper-L4ors0 > .scroller-29cQFV {
background: none;
}
.custom-theme-background .searchHeader-1r_ZSh,
.row-XYkFDK {
background: var(--bg-overlay-app-frame,var(--background-tertiary));
}
.theme-dark.custom-theme-background .contentRegionShownSidebar-fHXkEg::-webkit-scrollbar-thumb,
.theme-dark.custom-theme-background .scroller-3j5xK2::-webkit-scrollbar-thumb,
.theme-dark.custom-theme-background .sidebarRegionScroller-FXiQOh::-webkit-scrollbar-thumb {
background-size: 200vh;
background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4))),to(rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4)))),var(--custom-theme-background);
background-image: linear-gradient(rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4)),rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4))),var(--custom-theme-background);
}
.theme-dark.custom-theme-background .contentRegionShownSidebar-fHXkEg::-webkit-scrollbar-track,
.theme-dark.custom-theme-background .scroller-3j5xK2::-webkit-scrollbar-track {
background-size: 200vh;
background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(var(--bg-overlay-color)/.4)),to(rgb(var(--bg-overlay-color)/.4))),var(--custom-theme-background);
background-image: linear-gradient(rgb(var(--bg-overlay-color)/.4),rgb(var(--bg-overlay-color)/.4)),var(--custom-theme-background);
}
.theme-light.custom-theme-background .contentRegionShownSidebar-fHXkEg::-webkit-scrollbar-thumb,
.theme-light.custom-theme-background .scroller-3j5xK2::-webkit-scrollbar-thumb,
.theme-light.custom-theme-background .sidebarRegionScroller-FXiQOh::-webkit-scrollbar-thumb {
background-size: 100vh;
background-image: rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-6)),rgb(var(--bg-overlay-color)/var(--bg-overlay-opacity-3));
}
.theme-light.custom-theme-background .contentRegionShownSidebar-fHXkEg::-webkit-scrollbar-track,
.theme-light.custom-theme-background .scroller-3j5xK2::-webkit-scrollbar-track {
background-size: 200vh;
background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(var(--bg-overlay-color)/var(--bg-overlay-opacity-2))),to(rgb(var(--bg-overlay-color)/var(--bg-overlay-opacity-2)))),var(--custom-theme-background);
background-image: linear-gradient(rgb(var(--bg-overlay-color)/var(--bg-overlay-opacity-2)),rgb(var(--bg-overlay-color)/var(--bg-overlay-opacity-2))),var(--custom-theme-background);
}
.contentRegion-3HkfJJ,
.root-2x5M19,
.root-1CAIjD,
.wrapper-2vIMkT,
.themeEditor-1Ebyfp,
.categoryItemDefaultCategorySelected-2YeRUu,
.categoryItemDefaultCategorySelected-2YeRUu:hover,
.containerSidenav-3qiKqP {
background: var(--bg-overlay-chat,var(--background-primary));
}
.accountProfileCard-lbN7n-,
.container-1SX9VC,
.floating-window-titlebar,
.tertiary-1e-lAP,
.container-2oNtJn,
.wrapper-22rqw6,
.bd-search-wrapper,
.userProfileInnerThemedNonPremium-2AJg-H .overlayBackground-2aa7wt,
.badgeList-2hF9ig {
background: var(--bg-overlay-app-frame,var(--background-tertiary));
}
.background-3d_SjE,
.fieldList-in8WkP,
.contentWrapper-3vHNP2,
.footer-IubaaS,
.container-1A0qQO,
.secondary-2bzKEX,
.friendRequestsButton-77veU7,
.userProfileInnerThemedNonPremium-2AJg-H .overlayBackground-2aa7wt,
.itemFilled-2Fo7lr,
.wrapper-1NNaWG,
.bd-addon-list .bd-addon-card,
.notDetected-M3Ghh2,
.header-1w9Q93 {
background: var(--bg-overlay-3,var(--background-secondary));
}
#bd-editor-controls,
.floating-window #bd-editor-controls,
.userProfileInnerThemedNonPremium-2AJg-H,
.card-x5zW6z,
.iconWrapper-eK7GO6,
.inspector-DFKXwB,
.card-2TuZPZ,
.iconMask-2fMR98,
.bd-addon-list .bd-addon-header,
.userProfileOuterUnthemed-11rPfA > .userPanelInnerThemed-3YO1BB,
.stepNumber-1OYCPJ {
background: var(--bg-overlay-1,var(--background-secondary-alt));
}
.paymentNote-3dcb-Z,
.wrapper-wOVKdL,
.body-2qXItL {
background-color: transparent;
}
.modalHeader-gQTY3L {
background: none;
}
.side-1lrxIh .selected-1sf9UK.item-2GWPIy,
.itemFilled-2Fo7lr[aria-checked=true],
.navButtonActive-1EqC5l,
.side-1lrxIh .themed-qqoYp3.selected-1sf9UK.item-2GWPIy,
.topPill-2vcLsa .themed-qqoYp3.selected-1sf9UK.item-2GWPIy {
background: var(--bg-overlay-selected,var(--background-modifier-selected));
}
.side-1lrxIh .item-2GWPIy:hover,
.itemFilled-2Fo7lr:hover,
.side-1lrxIh .themed-qqoYp3.item-2GWPIy:hover:not(.disabled-2G98Nl), .topPill-2vcLsa .themed-qqoYp3.item-2GWPIy:hover:not(.disabled-2G98Nl) {
background: var(--bg-overlay-hover,var(--background-modifier-hover));
}
.lookFilled-1H2Jvj.colorPrimary-2-Lusz,
.buttonColor-1u-3JF,
.container-x8Y1ix {
background: var(--bg-overlay-3,var(--button-secondary-background));
}
.lookFilled-1H2Jvj.colorPrimary-2-Lusz:hover,
.buttonColor-1u-3JF:hover,
.container-YkUktl .lookBlank-FgPMy6:hover,
#bd-editor-controls button:hover,
.container-x8Y1ix:hover {
background: var(--bg-overlay-hover,var(--button-secondary-background-hover));
}
.lookFilled-1H2Jvj.colorPrimary-2-Lusz:active,
.buttonColor-1u-3JF:active,
.itemFilled-2Fo7lr:active,
.container-YkUktl .lookBlank-FgPMy6:active,
#bd-editor-controls button:active,
.container-x8Y1ix:active {
background: var(--bg-overlay-active,var(--button-secondary-background-active));
}
.input-3O04eu,
#app-mount .bioTextArea-dDGOeC,
.circle-1ip_Nd {
background: var(--bg-overlay-app-frame,var(--input-background));
}
.auto-2TJ1RH::-webkit-scrollbar-thumb,
.thin-RnSY0a::-webkit-scrollbar-thumb,
.contentPanel-2uDEUG::-webkit-scrollbar-thumb {
background-size: 200vh;
background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4))),to(rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4)))),var(--custom-theme-background);
background-image: linear-gradient(rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4)),rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-4))),var(--custom-theme-background);
}
.auto-2TJ1RH::-webkit-scrollbar-track,
.contentPanel-2uDEUG::-webkit-scrollbar-track {
background-size: 200vh;
background-image: -webkit-gradient(linear,left top,left bottom,from(rgb(var(--bg-overlay-color)/.4)),to(rgb(var(--bg-overlay-color)/.4))),var(--custom-theme-background);
background-image: linear-gradient(rgb(var(--bg-overlay-color)/.4),rgb(var(--bg-overlay-color)/.4)),var(--custom-theme-background);
}
.section-3G9aLW {
background: var(--bg-overlay-chat,var(--background-primary));
}
.wrapper-2RrXDg {
background: var(--bg-overlay-3,var(--background-secondary));
}
#app-mount .ColorwaySelectorBtn:not(:hover) {
background: rgb(var(--bg-overlay-color-inverse)/var(--bg-overlay-opacity-6));
}
.theme-dark .colorwayPresetContainer,
.theme-dark .settingRow,
.theme-dark .colorwayCreatorPreviewPanel,
.theme-dark .choiceContainer > .choice.active {
background: var(--bg-overlay-3,var(--background-secondary));
}
.theme-light .colorwayPresetContainer,
.theme-light .settingRow,
.theme-light .colorwayCreatorPreviewPanel,
.theme-light .choiceContainer > .choice.active {
background: var(--bg-overlay-2,var(--background-secondary));
}
.choiceContainer > .choice:hover {
background: var(--bg-overlay-app-frame,var(--background-tertiary));
}
.choiceContainer {
background: var(--bg-overlay-chat,var(--background-primary));
}
*::-webkit-scrollbar-corner {
background-color: transparent;
}
.contentPanel-2uDEUG::-webkit-scrollbar {
width: 16px;
height: 16px;
}
.contentPanel-2uDEUG::-webkit-scrollbar-thumb,
.contentPanel-2uDEUG::-webkit-scrollbar-track {
border: 4px solid transparent;
background-clip: padding-box;
border-radius: 8px;
}
.container-3XgAHv,
.icon-2yhmi8,
.messageContainer-3VTXBC,
.previewMessage-2g_aBv {
background: var(--bg-overlay-chat,var(--background-primary));
}
.theme-dark .colorwayAuthor,
.theme-dark .colorwayImport,
.theme-dark .colorwayCodeblock,
.theme-dark .markup-eYLPri code,
.theme-dark .container-2ebMPP,
.theme-dark .channelHeader-DFRX8q,
.theme-dark .messagesPopoutWrap-3zryHW,
.theme-dark .cameraWrapper-nG8dpo {
background: var(--bg-overlay-3,var(--background-secondary));
}
.theme-light .colorwayAuthor,
.theme-light .colorwayImport,
.theme-light .colorwayCodeblock,
.theme-light .markup-eYLPri code,
.theme-light .container-2ebMPP,
.theme-light .channelHeader-DFRX8q,
.theme-light .messagesPopoutWrap-3zryHW,
.theme-light .cameraWrapper-nG8dpo {
background: var(--bg-overlay-2,var(--background-secondary));
}
.iconWrapper-3plkqh,
.theme-dark .bar-2H7Q9u, .theme-dark .markDash-1ATsxA,
.option-1QI4c9:not(.selected-18Wszc) {
background: var(--bg-overlay-4,var(--background-accent));
}
.jumpButton-1V_1FA,
.cardPrimary-pAe8Ed.outline-3kFzf8 {
background: var(--bg-overlay-app-frame,var(--background-tertiary));
}
.folder-241Joy:not(:has(.expandedFolderIconWrapper-3RwQpD)) {
background: none !important;
}
.expandedFolderBackground-1kSAf6.collapsed-uGXEbi {
background: none !important;
}