-
Notifications
You must be signed in to change notification settings - Fork 0
/
Horrid.theme.css
40 lines (40 loc) · 1.17 KB
/
Horrid.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
/**
* @name Horrid's v1
* @version v1.1
* @description No
* @author Just Horrid
* @authorId 804662287326511136
*/
@import url("https://codedotspectra.github.io/themes/themes-cores/neutron8.css");
@import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css');
@import url('https://discordstyles.github.io/HorizontalServerList/dist/HorizontalServerList.css');
:root {
--themeColor1: #DC63335F;
--themeColor2: #E531B4D6;
--customFont: 'Minecraft';
--homeImage: url('https://i.imgur.com/Wy0S9vj.gif');
--homeImageSize: cover;
--backgroundColor: #091A4DFF;
--backgroundImage: url('https://i.imgur.com/Bl4SB17.jpg');
--backgroundPosition: center;
--backgroundSize: cover;
--backgroundRepeat: no-repeat;
--backgroundBlur: 0px;
--backgroundOpacity: 0.65;
--HSL-server-icon-size: 40px;
--HSL-server-spacing: 10px;
--rs-small-spacing: 2px;
--rs-medium-spacing: 3px;
--rs-large-spacing: 4px;
--rs-small-width: 2px;
--rs-medium-width: 3px;
--rs-large-width: 4px;
--rs-avatar-shape: 50%;
--rs-online-color: #43b581;
--rs-idle-color: #faa61a;
--rs-dnd-color: #f04747;
--rs-offline-color: #636b75;
--rs-streaming-color: #643da7;
--rs-invisible-color: #747f8d;
--rs-phone-visible: block;
}