generated from github/codespaces-blank
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCode
65 lines (60 loc) · 2.08 KB
/
Code
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
51
52
53
54
55
56
57
58
59
60
61
62
63
/**
* @name Kijo
* @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://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url('https://mwittrien.github.io/BetterDiscordAddons/Themes/BasicBackground/BasicBackground.css');
@import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css');
:root {
--background: url('https://i.imgur.com/0AD5yIJ.jpg');
--backgroundsize: cover;
--backgroundposition: center;
--backgroundblur: 0px;
--popout: url('https://i.imgur.com/Gc1Fjvx.jpg');
--popoutsize: var(--backgroundsize);
--backgroundposition: center;
--popoutblur: 0px;
--transparencycolor: 0,0,0;
--accentcolor: 14,14,14;
--backdrop: rgb(0,0,0,1);
--textshadow: transparent;
--transparencyalpha: 0.26;
--messagetransparency: 0;
--guildchanneltransparency: 0;
--chatinputtransparency: 0;
--memberlisttransparency: 0.84;
--font: Roboto;
--textbrightest: 201,203,233;
--textbrighter: 176,197,173;
--textbright: 189,160,255;
--textdark: 227,239,255;
--textdarker: 94,90,119;
--textdarkest: 189,160,255;
--settingsicons: 1;
--backdropsize: var(--background-size);
--backdropblur: 0px;
--version1_0_5: none;
--rs-small-spacing: 2px;
--rs-medium-spacing: 2px;
--rs-large-spacing: 1px;
--rs-small-width: 1px;
--rs-medium-width: 2px;
--rs-large-width: 2.5px;
--rs-avatar-shape: 50%;
--rs-online-color: #43b581;
--rs-idle-color: #faa61a;
--rs-dnd-color: #f04747;
--rs-offline-color: #636b75;
--rs-streaming-color: #643da7;
--rs-phone-visible: block;
}
/* Any custom CSS below here */