forked from KDCCreative/GT-RevertRebrand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRevertRebrand.theme.css
55 lines (38 loc) · 2.12 KB
/
RevertRebrand.theme.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
/**
* @name Revert Rebrand
* @author KDCCreative
* @description Reverts Discord's 2021 rebrand (font, colors, reactions, mentions, loading screen, home icon, reply ping color, and more)
* @invite neMncS2
* @source https://KDCCreative.github.io/GT-RevertRebrand/src/RevertRebrand.theme.css
* @website https://github.com/Goose-Nest/GT-RevertRebrand
* @version 5.2
*/
/* If you do not want some things reverted, commend out imports like /* @import url("...") */
/* [Recommended] Revert CSS variables: colors, fonts */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/variables.css');
/* Generated hardcoded color fixes */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/hardcoded.css');
/* Individual components: */
/* Revert mentions */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/components/mentions.css');
/* Revert reactions */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/components/reactions.css');
/* Revert profile pictures */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/components/pfps.css');
/* Revert folders (default colors back to old blurple) */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/components/folders.css');
/* Revert windows wordmark */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/components/wordmark.css');
/* [Optional] Revert new user popouts */
/* @import url('https://KDCCreative.github.io/GT-RevertRebrand/src/components/userPopout.css'); */
/* [Optional] Revert new role designs */
/* @import url('https://KDCCreative.github.io/GT-RevertRebrand/src/components/roles.css'); */
/* General changes: */
/* Revert some BD specific elements */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/general/bd.css');
/* Revert some inputs */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/general/inputs.css');
/* Revert some SVGs (colors for smaller icons) */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/general/svgs.css');
/* Revert some other minor things */
@import url('https://KDCCreative.github.io/GT-RevertRebrand/src/general/other.css');