forked from Marda33/SkeuoCord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSkeuoCord.theme.css
24 lines (22 loc) · 1.14 KB
/
SkeuoCord.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
/**
* @name SkeuoCord
* @author Marda33
* @version Auto Update
* @description A complete skeuomorphic overhaul for Discord.
* @website https://github.com/Marda33/SkeuoCord
* @source https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css
*/
@import url("https://marda33.github.io/SkeuoCord/updates/SkeuoCord_BGImport.css");
/*replace SkeuoCordBase with SkeuoCord_BGImport to use custom BG image*/
/*@import url("https://marda33.github.io/SkeuoCord/updates/SkeuoCordBase.css");*/
:root {
/*User Avatar Border Radius Values - change all below to 999px for circle avatars, set back to default values for square avatars*/
--maskradius: 2px !important; /*default: 2px*/
--avatarradius: 3px !important; /*default: 3px*/
--smallavatarradius: 2px !important; /*default: 2px*/
--medavatarradius: 4px !important; /*default: 4px*/
--largeavatarradius: 5px !important; /*default: 5px*/
/*Custom BG - enter the link to the image you want to use as the app background, keep quotes*/
--bg-image: url('https://cdn.discordapp.com/attachments/217463241050161162/1119363511139704913/image.png') center/cover no-repeat !important;
/*------*/
}