This repository has been archived by the owner on Jul 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 47
/
dev.scss
412 lines (298 loc) · 28.6 KB
/
dev.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
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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
// ╔════════════════════════════════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ Discord Theme ║
// ╠══════════════════════════╦═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Name: ║ CreArts v3 ║
// ║ Version: ║ 3.0.2 ║
// ║ Author: ║ CorellanStoma#1996 ║
// ║ License: ║ MIT ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ ║
// ║ CreArts is a theme for Discord that gives you a new modern interface and adds at the same time many ║
// ║ possibilities to be customized, one of the core features are Skins, which allow you to customize the appearance ║
// ║ with Variables. ║
// ║ ║
// ║ The goal of this Discord theme is to wrap the standard Discord charm in a new visual idea. ║
// ║ ║
// ║ To enable or disable certain things, you can comment lines. Use "// " in front. ║
// ║ ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ✅ Enabled by Default
// ⭕ Disabled by Default
// 🧪 Experimental
// ⚠️ Must be loaded
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.0 Styles ║ Appearance ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Select another Style, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// 🧪 Neumorphism (WIP) (works best with default settings)
//@use "skins/styles/neumorphism";
// 🧪 Glassmorphism (WIP) (works best with default settings)
//@use "skins/styles/glassmorphism";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.1 Palette ║ Discord ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Select another Palette, only one should be enabled at a time. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ⭕ Modern Edition
//@use "skins/palette/discord/modern";
// ⭕ Blurple Edition
//@use "skins/palette/discord/blurple";
// ⭕ Revamp Edition
//@use "skins/palette/discord/revamp";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.1 Palette ║ CreArts ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ✅ Community Edition
//@use "skins/palette/crearts/community";
// ⭕ Ruby Edition
//@use "skins/palette/crearts/ruby";
// ⭕ Emerald Edition
//@use "skins/palette/crearts/emerald";
// ⭕ Sapphire Edition
//@use "skins/palette/crearts/sapphire";
// ⭕ Amethyst Edition
//@use "skins/palette/crearts/amethyst";
// ⭕ Crimson Edition
//@use "skins/palette/crearts/crimson";
// ⭕ Jungle Edition
//@use "skins/palette/crearts/jungle";
// ⭕ Hive Edition
//@use "skins/palette/crearts/hive";
// ⭕ Coffee Edition
//@use "skins/palette/crearts/coffee";
// ⭕ Sandstorm Edition
//@use "skins/palette/crearts/sandstorm";
// ⭕ Lux Edition
//@use "skins/palette/crearts/lux";
// ⭕ Charcoal Edition
//@use "skins/palette/crearts/charcoal";
// ⭕ Milkshake Edition
//@use "skins/palette/crearts/milkshake";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.1 Palette ║ Community ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ⭕ Nebula Edition
//@use "skins/palette/community/nebula";
// ⭕ Lavender Edition
//@use "skins/palette/community/lavender";
// ⭕ Goon Edition
//@use "skins/palette/community/goon";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.1 Palette ║ Games ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ⭕ The Legend of Zelda
//@use "skins/palette/games/zelda";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.1 Palette ║ Public ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ⭕ Spotify Edition
//@use "skins/palette/public/spotify";
// ⭕ Twitch Edition
//@use "skins/palette/public/twitch";
// ⭕ Guilded Edition
//@use "skins/palette/public/guilded";
// ⭕ Revolt Edition
//@use "skins/palette/public/revolt";
// ⭕ Dracula Edition
//@use "skins/palette/public/dracula";
// ⭕ Nord Edition
//@use "skins/palette/public/nord";
// ⭕ Solarized Edition
//@use "skins/palette/public/solarized";
// ⭕ Yaru Edition
//@use "skins/palette/public/yaru";
// ⭕ Gruvbox Edition
//@use "skins/palette/public/gruvbox";
// ⭕ Primer Edition
//@use "skins/palette/public/primer";
// ⭕ Arc Edition
//@use "skins/palette/public/arc";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.2 Shape ║ Wide ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Select another shape, only one should be active. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ⭕ Wide Square
//@use "skins/shape/wide/square";
// ⭕ Wide Round
//@use "skins/shape/wide/round";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.2 Shape ║ Slim ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ⭕ Slim Squircle
//@use "skins/shape/slim/squircle";
// ⭕ Slim Square
//@use "skins/shape/slim/square";
// ⭕ Slim Round
//@use "skins/shape/slim/round";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.3 Alignment ║ Left ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Choose another alignment only one should be selected. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ✅ Combined
@use "modules/alignment/left/combined";
// ⭕ Divided
//@use "modules/alignment/left/divided";
// ⭕ Buttons
//@use "modules/alignment/left/buttons";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.3 Alignment ║ Right ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ⭕ Default
//@use "modules/alignment/right/default";
// ⭕ Combined
//@use "modules/alignment/right/combined";
// ⭕ Divided
//@use "modules/alignment/right/divided";
// ⭕ Buttons
//@use "modules/alignment/right/buttons";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.3 Alignment ║ Top ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ⭕ Default
//@use "modules/alignment/top/default";
// ⭕ Buttons
//@use "modules/alignment/top/buttons";
// ╔══════════════════════════╦═════════════════════════════════╗
// ║ 1.3 Alignment ║ Bottom ║
// ╚══════════════════════════╩═════════════════════════════════╝
// ⭕ Default
//@use "modules/alignment/bottom/default";
// ⭕ Buttons
//@use "modules/alignment/bottom/buttons";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.4 Add-ons ║ ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Enable or disable these addons, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ✅ Friends-Grid
@use "modules/addons/friends-grid";
// ✅ Context-Icons
@use "modules/addons/context-icons";
// ✅ Settings-Icons
@use "modules/addons/settings-icons";
// ✅ Mention-Links
@use "modules/addons/mention-links";
// 🧪 Chat-Bubbles (This adds Chat Bubbels to the Messages.)
//@use "modules/addons/chat-bubbles";
// ✅ Discolored (by Nyria#3863)
@use "modules/addons/discolored";
// 🧪 Cooler Activity Status (by mr_miner#9699)
//@use "modules/addons/cooler-activity-status";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.5 Replace ║ ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Replace some elements, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ✅ Replace Fonts
@use "modules/replace/fonts";
// ✅ Replace Dash
@use "modules/replace/dash";
// ✅ Replace Edited
@use "modules/replace/edited";
// ✅ Replace Icons
@use "modules/replace/icons";
// 🧪 Attachment
//@use "modules/replace/attachment";
// 🧪 Code
//@use "modules/replace/code";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.6 Move ║ ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Move some elements, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ⭕ Move Explore Button down. (Working with: Default & Buttons; Not Working with: Combined & Divided)
//@use "modules/move/button/explore";
// ⭕ Move Add Server Button down. (Working with: Default & Buttons; Not Working with: Combined & Divided)
//@use "modules/move/button/add";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.7 Remove ║ ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Remove some elements, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ✅ Remove Help Button
@use "modules/remove/button/help";
// ✅ Remove Download Button (Web)
@use "modules/remove/button/download";
// ⭕ Remove Explore Button (Working with: Default & Buttons; Not Working with: Combined & Divided)
//@use "modules/remove/button/explore";
// ⭕ Remove Add Server Button (Working with: Default & Buttons; Not Working with: Combined & Divided)
//@use "modules/remove/button/add";
// ✅ Remove Gift Button
@use "modules/remove/button/gift";
// ✅ Remove Sticker Button
@use "modules/remove/button/sticker";
// ✅ Remove GIF Button
@use "modules/remove/button/gif";
// 🧪 Remove Public Server Tag (WIP)
//@use "modules/remove/public-tag";
// ⭕ Remove Stream Popout
//@use "modules/remove/stream-popout";
// 🧪 Remove Channel Delete Icon (WIP)
//@use "modules/remove/icon/channel-delete";
// ⭕ Remove Developer Options Menu
//@use "modules/remove/menu/developer-options";
// ⭕ Remove Dismissible Contents Menu
//@use "modules/remove/menu/dismissible-contents";
// ⭕ Remove Hotspot Options Menu
//@use "modules/remove/menu/hotspot-options";
// ⭕ Remove HypeSquad Menu
//@use "modules/remove/menu/hypesquad";
// ⭕ Remove Payment Flow Modals
//@use "modules/remove/menu/payment-flow-modals";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.8 Animations ║ ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Enable or Disable these optional Animations, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ⭕ Adds Hover Animation
//@use "modules/animations/hover";
// ⭕ Adds Chat-Input Animation
//@use "modules/animations/chat-input";
// ⭕ Adds Sidebar Animation
//@use "modules/animations/channels-sidebar";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 1.9 Privacy ║ ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Enable or Disable these optional Privacy modules, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ⭕ No Tag
//@use "modules/privacy/user-tag";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ 2.0 Custom ║ ║
// ╠══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╣
// ║ Enable or Disable these optional Custom modules, you can combine them as you wish. ║
// ╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝
// ✅ Tags
@use "modules/custom/tags";
// ✅ Server
@use "modules/custom/server";
// ✅ User
@use "modules/custom/user";
// 🧪 Private (WIP)
//@use "modules/custom/private";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ Source ║ Do not comment out these lines! By disabling the theme can not work correctly. ║
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝
// ⚠️ Source Files (This loads the compiled source css file.)
@use "src/source";
// ╔══════════════════════════╦═════════════════════════════════════════════════════════════════════════════[─]═[□]═[×]═╗
// ║ Testing ║ Custom CSS code is tested in the lower section. ║
// ╚══════════════════════════╩═════════════════════════════════════════════════════════════════════════════════════════╝
// Settings Background
.contentRegionScroller-2_GT_N {
background: var(--background-secondary);
}
// No Voice Users (Panel)
.voiceUsers-3gPcwY {
display: none;
}
// Remove Background Modifier element
.option-ayUoaq:after {
display: none;
}
.communityInfoPill-2Mll66 {
display: none;
}