-
Notifications
You must be signed in to change notification settings - Fork 2
/
theme.css
32 lines (27 loc) · 1.38 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
/**
* @name Alexis Modern Discord Theme
* @author Alexis | WyvernZu#0001
* @authorLink https://twitter.com/WyvernZu
* @version 21.07.22
* @description A decluttered, simple, and modern theme for Discord.
* @source https://github.com/AlexisJonsson/AlexisJonsson.github.io/tree/master/BetterDiscordAddons/Themes
* @website https://alexisjonsson.com/
*/
/*
@import url("https://mwittrien.github.io/BetterDiscordAddons/Themes/_res/UsrBgs.css");
@import url("https://AlexisJonsson.github.io/BetterDiscordAddons/Themes/modern-discord.theme.source.css");
*/
@import url("https://onkofonko.github.io/theme/fixedsource.css");
@import url("https://onkofonko.github.io/theme/fixes.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 */
}