-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththeme.css
48 lines (46 loc) · 1.82 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
/**
* @name binary
* @author Gibbu#1211
* @version 2.0.0
* @description Display your picture of choice with adjustable blur and brightness. Dark theme is required
* @invite ZHthyCw
* @donate https://paypal.me/IanRGibson
* @authorId 174868361040232448
* @source https://github.com/Gibbu/BetterDiscord-Themes/tree/master/FrostedGlass
* @website https://gibbu.me
*/
@import url('https://discordstyles.github.io/FrostedGlass/base.css');
@import url('https://discord-custom-covers.github.io/usrbg/snippets/userPopouts.css');
@import url('https://discord-custom-covers.github.io/usrbg/snippets/modals.css');
@import url('https://monstrousdev.github.io/themes/addons/user-tags.css');
@import url('https://gibbu.github.io/BetterDiscord-Themes/addons/windows-titlebar.css');
:root {
--background-image: url('https://miro.medium.com/max/3840/1*HClbbUTEEzekU31ae3ZGnA.png');
--background-image-blur: 5px;
--background-image-size: auto;
--background-image-position: center center;
--popout-modal-image: url('https://miro.medium.com/max/3840/1*HClbbUTEEzekU31ae3ZGnA.png');
--popout-modal-blur: 5px;
--popout-modal-size: cover;
--popout-modal-position: center center;
--home-button-image: url('https://gibbu.github.io/BetterDiscord-Themes/FrostedGlass/assets/discord.svg');
--home-button-size: cover;
--home-button-position: center center;
--serverlist-brightness: 0.8;
--left-brightness: 0.8;
--middle-brightness: 0.6;
--right-brightness: 0;
--popout-modal-brightness: 0.75;
--gradient-primary: 76,175,80;
--gradient-secondary: 0,150,136;
--scrollbar-colour: rgba(255,255,255,0.05);
--link-colour: #009318;
--gradient-direction: 320deg;
--tint-colour: 255,51,159;
--tint-brightness: 0;
--font: 'Whitney';
--window-padding: 20px;
--window-roundness: 10px;
--show-gift-gif-buttons: none;
--update-notice-1: none;
}