-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathElysia-Remastered.theme.css
167 lines (130 loc) · 4.96 KB
/
Elysia-Remastered.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
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
/**
* @name ELYSIA - Remastered
* @author NEBULYS
* @authorLink https://github.com/GoldenLys
* @version RELEASE
* @invite SBuYeHh
* @description An amazing fully customizable theme, made with 💖 by NEBULYS.
* @website https://purplewizard.space/
*/
@import url("https://fonts.googleapis.com/css?family=Quicksand&display=swap");
/*
Marianne.css
This is an addon that adds the Marianne font, you need to change the font variable below to 'Marianne' to see it.
@import url("https://goldenlys.github.io/WizardUI/addons/Marianne.css");
*/
@import url("https://goldenlys.github.io/WizardUI/base.css");
/*
PurpleServerList.css
This is an addon that moves the servers to the top with an horizontal width.
*/
@import url("https://goldenlys.github.io/WizardUI/addons/PurpleServerList.css");
/*
TopSidebarShift.css
- requires: PurpleServerList
An extension of PurpleServerList where the sidebar is moved to the top and the server list shifts accordingly.
@import url("https://goldenlys.github.io/WizardUI/addons/TopSidebarShift.css");
*/
/*
LettersInPSL.css
- requires: PurpleServerList
This is a modification for PurpleServerList which replaces the folders icons with letters.
@import url("https://goldenlys.github.io/WizardUI/addons/LettersInPSL.css");
*/
/*
AlternateFoldersInPSL.css
- requires: PurpleServerList, LettersInPSL (optionnal)
This addon modifies the view of closed folders in PurpleServerList, to make it show the folder icon at the top
and the first and second server inside that folder, this is also compatible with the LettersInPSL addon.
@import url("https://goldenlys.github.io/WizardUI/addons/AlternateFoldersInPSL.css");
*/
/*
HoverMembers.css
This is an addon that makes the members list hidden until you hover it.
*/
@import url("https://goldenlys.github.io/WizardUI/addons/HoverMembers.css");
/*
UserIsTyping.css
This is an addon that moves the "user is typing" text to the bottom of the app, like the default discord.
@import url("https://goldenlys.github.io/WizardUI/addons/UserIsTyping.css");
*/
/*
EvenMoreColors/[number from 1 to 10].css
This is an addon that recolors alot of elements in the app with the main theme color but you can even add an RGB animated effect if you change the number before the ".css" (with a maximum of 10 colors).
*/
@import url("https://goldenlys.github.io/WizardUI/addons/EvenMoreColors/2.css");
/*
RevertChatButtons.css
This addon reverts the GIF and Sticker buttons in the Discord chat toolbar to their classic positions and alignment.
It restores the layout for users who prefer the original setup, with customizable variables for button visibility.
@import url("https://goldenlys.github.io/WizardUI/addons/RevertChatButtons.css");
*/
:root {
/* MAIN VARIABLES */
--AppName: "ELYSIA";
--Watermark: "Remastered";
--font: 'Quicksand', 'emoji', sans-serif;
--Text: rgb(255, 255, 255);
--logo: url(https://goldenlys.github.io/WizardUI/images/logos/1.gif);
/* STATUS VARIABLES */
--Online: rgb(0, 255, 6);
--Idle: rgb(18, 100, 239);
--Unavailable: rgb(228, 15, 0);
--Offline: rgb(90, 95, 100);
--Streaming: rgb(110, 0, 196);
/* UI COLOR VARIABLES */
--grey: rgb(18, 19, 31);
--grey5: rgba(18, 19, 31, .75);
--darkgrey: rgb(10, 10, 20);
--darkgrey5: rgba(10, 10, 20, .75);
--ui-success: rgb(69, 208, 34);
--ui-warning: rgb(238, 165, 30);
--ui-error: rgb(208, 34, 34);
/* THEME COLORS */
--Primary: rgb(130, 0, 216);
--text-link: var(--Primary);
--text-shadow: rgb(0 0 0);
--Highlighted: rgba(117 76 205 / 5%);
--MessageHover: transparent;
--Unread: rgb(173 16 16);
--Hover: rgb(18 19 31 / 50%);
--Selected: rgb(56 33 146);
/* BACKGROUNDS */
--background: url(https://goldenlys.github.io/WizardUI/images/backgrounds/elysia.jpg);
--bg-titlebar: rgba(0, 0, 0, 0.65);
--bg-servers: rgba(0, 0, 0, 0.65);
--bg-ui: rgba(0, 0, 0, 0.65);
--bg-chatbox: rgba(0, 0, 0, 0.5);
--bg-sendmessage: rgba(0, 0, 0, 0.65);
--bg-members: rgba(0, 0, 0, 0.65);
--bg-chat-elements: rgba(0, 0, 0, 0.5);
--bg-settings: var(--darkgrey);
--bg-colorprofile: rgba(0, 0, 0, 0.5);
--bg-alt-message: transparent;
--bg-unread: rgb(173 16 16 / 70%);
/* SERVER SETTINGS */
--ServerSize: 45px;
--ServerPills: var(--Primary);
--ServerFoldersColor: var(--Primary);
/* ROUNDING */
--Rounding: 5px;
--AvatarRounding: var(--Rounding);
/* RGB ADDON */
--ColorTime: 5s;
--Color2: rgb(0, 225, 255);
--Color3: rgb(0 0 0);
--Color4: rgb(0 0 0);
--Color5: rgb(0 0 0);
--Color6: rgb(0 0 0);
--Color7: rgb(0 0 0);
--Color8: rgb(0 0 0);
--Color9: rgb(0 0 0);
--Color10: rgb(0 0 0);
/*
REVERT BUTTONS ADDON
Choose between 'none' or 'flex'
none will disable / hide the button and flex will make it appear again
*/
--Show_GIF_Button: none;
--Show_Sticker_Button: none;
}