-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminecraftvoid.theme.css
More file actions
49 lines (44 loc) · 1.54 KB
/
Copy pathminecraftvoid.theme.css
File metadata and controls
49 lines (44 loc) · 1.54 KB
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 MinecraftVoid
* @author DevilBro
* @version 1.0.5
* @description Allows you to use a background image without greatly altering the basic look of Discord.
* @source https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Themes/BasicBackground/BasicBackground.theme.css
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
* @patreon https://www.patreon.com/MircoWittrien
* @website https://github.com/mwittrien/BetterDiscordAddons/tree/master/Themes/BasicBackground
* @authorId 278543574059057154
* @BDEditor BasicBackground
*/
@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css');
:root {
--background: url('https://i.imgur.com/n3vPi.png');
--backgroundsize: cover;
--backgroundposition: center;
--backgroundblur: 5px;
--popout: url('https://i.imgur.com/n3vPi.png');
--popoutsize: var(--backgroundsize);
--backgroundposition: center;
--popoutblur: 0px;
--transparencycolor: 0,0,0;
--accentcolor: 103,58,183;
--backdrop: rgba(0,0,0,0.85);
--textshadow: transparent;
--transparencyalpha: 0.15;
--messagetransparency: 0.5;
--guildchanneltransparency: 0.15;
--chatinputtransparency: 0;
--memberlisttransparency: 0;
--textbrightest: 255,255,255;
--textbrighter: 222,222,222;
--textbright: 200,200,200;
--textdark: 160,160,160;
--textdarker: 125,125,125;
--textdarkest: 90,90,90;
--settingsicons: 0;
--backdropsize: var(--background-size);
--backdropblur: 0px;
--version1_0_5: none;
}
/* Any custom CSS below here */