forked from DiscordStyles/FrostedGlass
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzoro.theme (1).css
More file actions
53 lines (48 loc) · 2.12 KB
/
zoro.theme (1).css
File metadata and controls
53 lines (48 loc) · 2.12 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
48
49
50
51
/**
* @name Zoro2
* @author Gibbu#1211
* @version 2.0.0
* @description Display your picture of choice with adjustable blur and brightness.
* @source https://github.com/DiscordStyles/FrostedGlass
* @invite ZHthyCw
* @donate https://paypal.me/IanRGibson
* @website https://gibbu.dev
* @authorId 174868361040232448
* @BDEditor Frosted Glass
*/
@import url('https://discordstyles.github.io/FrostedGlass/dist/FrostedGlass.css');
@import url('https://discordstyles.github.io/Addons/windows-titlebar.css');
:root {
--background-image: url('https://i.pinimg.com/originals/17/74/1e/17741e59850c709e20c9075a9a24c421.gif');
--background-image-blur: 0px;
--background-image-size: cover;
--background-image-position: center;
--popout-image: var(--background-image);
--popout-image-blur: 18px;
--popout-image-size: cover;
--popout-image-position: center;
--overlay-image: var(--background-image);
--overlay-image-blur: 0px;
--overlay-image-size: cover;
--overlay-image-position: center;
--home-button-image: url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/ca6fa429-c0ed-4aa0-b706-46162b4ebf5b/dgaw9mw-add5173b-489f-4ec3-a033-ba47674e1c34.gif?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7InBhdGgiOiJcL2ZcL2NhNmZhNDI5LWMwZWQtNGFhMC1iNzA2LTQ2MTYyYjRlYmY1YlwvZGdhdzltdy1hZGQ1MTczYi00ODlmLTRlYzMtYTAzMy1iYTQ3Njc0ZTFjMzQuZ2lmIn1dXSwiYXVkIjpbInVybjpzZXJ2aWNlOmZpbGUuZG93bmxvYWQiXX0.s4AP516LWTk4pNw1w7W7Oy_x5KLNejb69-2DDAbtawE');
--home-button-size: contain;
--home-button-position: center;
--serverlist-brightness: 0.88;
--left-brightness: 0.74;
--middle-brightness: 0.6;
--right-brightness: 0.74;
--overlay-brightness: 0.6;
--gradient-primary: 102,26,252;
--gradient-secondary: 0,255,66;
--link-colour: #00F405;
--scrollbar-colour: rgb(11,220,20,1);
--gradient-direction: 360deg;
--tint-colour: 255,51,159;
--tint-brightness: 0;
--font: gg sans;
--window-padding: 18px;
--window-roundness: 13px;
--update-notice-1: none;
}
/* Any custom CSS below here */