-
Notifications
You must be signed in to change notification settings - Fork 0
/
Retrowave-Dream.theme.css
56 lines (56 loc) · 1.77 KB
/
Retrowave-Dream.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
51
52
53
54
55
56
/**
* @name Retrowave-Dream
* @version Auto Update
* @description Generated by Spectra's Theme editor - Based on the Frosted Glass theme
* @author Up_Side_
* @invite ZHthyCw
* @Source https://github.com/DiscordStyles/FrostedGlass
* @website https://betterdiscord.app/theme/Frosted%20Glass
*/
@import url("https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css");
@import url('https://discordstyles.github.io/RadialStatus/dist/RadialStatus.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins');
:root {
--background-image: url('https://i.imgur.com/Sry4aLc.gif');
--background-image-blur: 5px;
--background-image-size: contain;
--background-image-position: right;
--popout-modal-image: url('https://i.imgur.com/MLkUZhn.jpg');
--popout-modal-blur: 0px;
--popout-modal-size: cover;
--popout-modal-position: center;
--home-button-image: url('https://discordstyles.github.io/FrostedGlass/assets/discord.svg');
--home-button-size: cover;
--home-button-position: center;
--serverlist-brightness: 1;
--left-brightness: 0.75;
--middle-brightness: 0.5;
--right-brightness: 0;
--popout-modal-brightness: 0.5;
--gradient-primary: 183,17,175;
--gradient-secondary: 91,137,181;
--gradient-direction: 205deg;
--tint-colour: 0,0,0;
--tint-brightness: 0;
--window-padding: 10px;
--window-roundness: 10px;
--scrollbar-colour: #DD85F4FF;
--link-colour: #DD85F4FF;
--show-gift-gif-buttons: none;
--font: 'Poppins';
--update-notice-1: none;
--rs-small-spacing: 2px;
--rs-medium-spacing: 3px;
--rs-large-spacing: 4px;
--rs-small-width: 2px;
--rs-medium-width: 3px;
--rs-large-width: 4px;
--rs-avatar-shape: 50%;
--rs-online-color: #a42880;
--rs-idle-color: #dec38c;
--rs-dnd-color: #e48989;
--rs-offline-color: #636b75;
--rs-streaming-color: #b29cde;
--rs-invisible-color: #000000;
--rs-phone-visible: block;
}