-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.css
50 lines (41 loc) · 2.49 KB
/
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
/**
* @name ModernX Theme
* @author Sappy#8123
* @authorId 741262207391629343
* @version AutoUpdating
* @description A modern look for Discord.
* @source https://github.com/Slddev/ModernX-Theme
*/
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/UsrBgs.css");
@import url("https://slddev.github.io/ModernX-Theme/BetterDiscordAddons/Themes/modernx-discord.theme.source.css");
@import url("https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css");
:root {
/*My Account Button*/
--username-button-width: 128px; /* Adjust the with of the username button to match your discord username lenght */
--username-button-padding: 6px; /* Padding for the username button */
--username-button-right-margin: 12px; /* Width between the username button and the window controls */
/*Server List*/
--server-icon-size: 32px; /* Size of the server icons */
--server-outer-margin: 14px; /* Spacing between the edge of the container and the server icons.*/
--server-spacing: 10px; /* Spacing between each server icon*/
/*Server Info Bar*/
--app-info-bar-height: 48px; /* Height for container that holds the server name, info, actions and search */
}
/*RadialStatus*/
:root {
--rs-small-spacing: 2px; /* Gap between avatar and status for members list/dms | MUST end in px */
--rs-medium-spacing: 3px; /* Gap between avatar and status for User popout | MUST end in px */
--rs-large-spacing: 4px; /* Gap between avatar and status for User profiles | MUST end in px */
--rs-small-width: 2px; /* Thickness of status border for members list/dms | MUST end in px */
--rs-medium-width: 3px; /* Thickness of status border for User popout | MUST end in px */
--rs-large-width: 4px; /* Thickness of status border for User profile | MUST end in px */
--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-streaming-color: #643da7; /* Colour for streaming status */
--rs-invisible-color: #747f8d; /* Colour for invisible status - Note: this will only show for your own invisibility */
--rs-phone-color: var(--rs-online-color); /* Colour of the ring and phone icon when a user is on their phone | */
--rs-phone-visible: none; /* Visibility of the phone icon next to a users avatar. | block = visible | none = hidden */
}