-
Notifications
You must be signed in to change notification settings - Fork 0
/
thecat.theme.css
49 lines (44 loc) · 2.77 KB
/
thecat.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
/**
* @name the cat
* @author GREGDGamer1
* @version 1.0.0
* @description dont you want a cat?
* @invite
* @authorId 1125471570798858310
* @source https://github.com/DiscordStyles/SoftX
* @BDEditor SoftX
*/
@import url('https://fonts.googleapis.com/css2?family=Chicle&family=Press+Start+2P&display=swap); </style>');
@import url('https://discordstyles.github.io/SoftX/SoftX.css');
@import url('https://discordstyles.github.io/SoftX/RadialGlow.css');
@import url('https://discordstyles.github.io/SoftX/VerticalUserArea.css');
@import url('https://discordstyles.github.io/Addons/windows-titlebar.css');
:root {
--background-image: url('https://i.imgur.com/12QDjXv.jpeg'); /* Background image | URL MUST BE A DIRECT LINK (ending in .jpg, .jpeg, .png, .gif) */
--background-blur: 0px; /* Blur intensity of --background-image */
--opacity: 0.15; /* Opacity of overall app. | Default: .85 */
--accent: 255,193,7; /* Colour used around the app. | Values are in R,G,B format. | Default: 0, 231, 169 */
--glow-intensity: 0; /* Intensity of the glow used around the app. | Set to 0 to disable the glow. | Decimals allowed | Default: 1 */
--font: url('https://fonts.googleapis.com/css2?family=Chicle&family=Press+Start+2P&display=swap) </style>'); /* Custom font | Default: 'Inter' */
--channels-width: 250px; /* Width of the channels list. | Default: 300px */
--guilds-width: 50px; /* Width of the server list. | Default: 105px */
--members-width: 250px; /* Width of the members list. | Default: 280px */
--server-size: 30px; /* Size of the servers inside the server list. | Default: 50px */
--chat-avatar-size: 30px; /* Size of the chat avatars. | Default: 32px */
--rs-small-spacing: 0px; /* Gap between avatar and status for members list/dms | MUST end in px */
--rs-medium-spacing: 0px; /* Gap between avatar and status for User popout | MUST end in px */
--rs-large-spacing: 10px; /* Gap between avatar and status for User profiles | MUST end in px */
--rs-small-width: 0px; /* Ring width | Default: 1.5px */
--rs-medium-width: 0px;
--rs-large-width: 2.5px;
--rs-avatar-shape: 50%; /* 50% for round - 0% for square */
--rs-online-color: #43b581; /* Colour for online status */
--rs-idle-color: #faa61a; /* Colour for idle status */
--rs-dnd-color: #f04747; /* Colour for dnd status */
--rs-offline-color: #636b75; /* Colour for offline status */
--rs-phone-color: #4CAF50; /* Colour of the ring and phone icon when a user is on their phone */
--rs-streaming-color: #643da7; /* Colour for streaming status */
--rs-phone-visible: block; /* Visibility of the phone icon next to a users avatar. | block = visible | none = hidden */
--rs-invisible-color: #747f8d; /* Colour for invisible status - Note: this will only show for your own invisibility */
}
/* Any custom CSS below here */